Module:Table row counter/doc
Jump to navigation
Jump to search
This is a documentation subpage for Module:Table row counter. It contains usage information, categories and other content or metadata that is not part of the original module page. |
This is a documentation subpage for Module:Table row counter. It contains usage information, categories and other content or metadata that is not part of the original module page. |
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.
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.