Jump to content

Module:Table row counter/doc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mr. Stradivarius (talk | contribs) at 09:32, 21 June 2014 (create). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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(tableNo, ignoreRows, titleObj)

tableNo is the number of the table to be counted, ignoreRows is the number of rows to ignore, and titleObj is a title object to be used instead of the current title. See the template documentation for more information about the tableNo and ignoreRows variables, and for general caveats about this module's use.