Module:Election results: Difference between revisions
Remove final row |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 419: | Line 419: | ||
:done() | :done() | ||
:tag('th') | :tag('th') | ||
:wikitext(args.secondround or ' | :wikitext(args.secondround or 'Final round') | ||
:attr('scope', 'col') | :attr('scope', 'col') | ||
:attr('colspan', 4) | :attr('colspan', 4) | ||
Line 431: | Line 431: | ||
:done() | :done() | ||
:tag('th') | :tag('th') | ||
:wikitext(args.secondround or ' | :wikitext(args.secondround or 'Final round') | ||
:attr('scope', 'col') | :attr('scope', 'col') | ||
:attr('colspan', 3) | :attr('colspan', 3) | ||
Line 477: | Line 477: | ||
:done() | :done() | ||
:tag('th') | :tag('th') | ||
:wikitext(args.secondround or ' | :wikitext(args.secondround or 'Final round') | ||
:attr('scope', 'col') | :attr('scope', 'col') | ||
:attr('colspan', 2) | :attr('colspan', 2) |