| This template usesLua: |
This is a stop-gap template that serves as an interface toModule:Row numbers.
This template makes it possible, in many cases, to have an incrementing row indexer/counter in a table so that adding or removing rows automatically adjusts the numbering of subsequent rows. This template will become obsolete if and when MediaWiki supports automatically adding row numbers via WikiTable syntax. See Phab:T42618 - "jquery.tablesorter: Add support for a 'fixed' column of row numbers." And seeHelp:Sortable tables, and the sections on row numbering and auto-ranking. UsingTemplate:Row numbers is one of the methods described on that page.
TemplateData for Row numbers
{{row numbers|wikitable|index = }}| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| The wikitable | 1 | Either the whole wiki table surrounded by <nowiki>...</nowiki> tags, or the first section, when split by | characters | String | required |
| Starting index | index | Starting index of row count which is useful when table is split by headings. SeeList of highest-funded crowdfunding projects
| Number | optional |
Format:inline
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| The wikitable | 1 | Either the whole wiki table surrounded by <nowiki>...</nowiki> tags, or the first section, when split by | characters | String | required |
| Starting index | index | Starting index of row count which is useful when table is split by headings.See https://en.wikipedia.org/w/index.php?title=List_of_highest-funded_crowdfunding_projects&oldid=1018568495
| Number | optional |
This template takes an arbitrary number of parameters: the table and the starting index. There is a caveat: the table is wrapped in the template without escaping the| characters. The module is capable of dealing with this, but it is not capable of dealing with bare equals signs in the table syntax at the same time. As such, bare equals signs must be escaped with{{=}}:
{|class{{=}}"wikitable"|-! scope{{=}}col |...
Internally, the Module maintains a monotonically increasing counter. The Module looks for the keywords_row_count and_row_count_hold in the table. Keyword_row_count is replaced with the next counter value; keyword_row_count_hold is replaced with the value from the last_row_count replacement.
| Visual effect | Markup | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{Row numbers|{|class{{=}}"wikitable"|+ Test incrementor! Count!! Text|-|_row_count||{{Str left|{{Lorem ipsum span}}|123}}|-|_row_count||{{Str left|{{Lorem ipsum span}}|27}}|-|_row_count||{{Str left|{{Lorem ipsum span}}|5}}|-|_row_count_hold||{{Str left|{{Lorem ipsum span}}|11}}|-|_row_count||{{Str left|{{Lorem ipsum span}}|123}}|}}} | ||||||||||||
| {{Row numbers|{|class{{=}}"wikitable"|+ Test incrementor! Count!! Text|-|_row_count||{{Str left|{{Lorem ipsum span}}|123}}|-|_row_count||{{Str left|{{Lorem ipsum span}}|27}}|-|_row_count||{{Str left|{{Lorem ipsum span}}|5}}|-|_row_count_hold||{{Str left|{{Lorem ipsum span}}|11}}|-|_row_count||{{Str left|{{Lorem ipsum span}}|123}}|}|index=50}} |
TemplateStyles for tables: