Module:Table row counter/doc: Difference between revisions
Appearance
Content deleted Content added
update |
Jackmcbarn (talk | contribs) explain how to use from wikitext |
||
Line 3: | Line 3: | ||
== Usage from wikitext == |
== Usage from wikitext == |
||
This module |
This module can be used from wikitext in the same way as the {{tl|table row counter}} template, by simply using <code>{{((}}#invoke:table row counter|main</code> in place of <code>{{((}}table row counter</code>. |
||
== Usage from Lua modules == |
== Usage from Lua modules == |
Revision as of 15:10, 22 June 2014
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 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.