Difference between revisions of "Category talk:Table row counter/doc"
Jump to navigation
Jump to search
blackwiki>Pppery (Add tfd tag) |
blackwiki>MSGJ (tfd closed) |
||
Line 1: | Line 1: | ||
− | |||
This module implements the {{tl|table row counter}} template. | This module implements the {{tl|table row counter}} template. | ||
Revision as of 07:08, 15 October 2018
This module implements the {{table row counter}} template.
Usage from wikitext
This module can be used from wikitext in the same way as the {{table row counter}} template, by simply using {{#invoke:table row counter|main
in place of {{table row counter
.
Usage from Lua modules
To use this module from other Lua modules, first load the module.
local mTRC = require('Module:Table row counter')
You can then count table rows by using the _main function.
mTRC._main(args)
args is a table containing the module arguments. See the template documentation for more information about the available arguments, and for general caveats about this module's use.