Module:Table row counter/doc
Appearance
![]() | This is a documentation subpage for Module:Table row counter. It may contain usage information, categories and other content that is not part of the original module page. |
This module implements the {{table row counter}} template.
Usage from wikitext
This module cannot be used directly from wikitext. It can only be used through the {{table row counter}} template. Please see the template page for documentation.
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 luaMain function.
mTRC.luaMain(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.