Changes

Pywikibot 6.4.0
This module implements the {{tl|table row counter}} template.

== Usage from wikitext ==

This module can be used from wikitext in the same way as the {{tl|table row counter}} template, by simply using <code>{{braces|#invoke:table row counter|main}}</code> in place of <code>{{braces|table row counter}}</code>.

== Usage from Lua modules ==

To use this module from other Lua modules, first load the module.

<syntaxhighlight lang="lua">
local mTRC = require('Module:Table row counter')
</syntaxhighlight>

You can then count table rows by using the _main function.

<syntaxhighlight lang="lua">
mTRC._main(args)
</syntaxhighlight>

<var>args</var> is a table containing the module arguments. See the [[Template:Table row counter|template documentation]] for more information about the available arguments, and for general caveats about this module's use.

<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- Categories go here and interwikis go in Wikidata. -->

}}</includeonly>