Content deleted Content added
+ |
+ |
||
(One intermediate revision by the same user not shown) | |||
Line 340:
cols = cols + 1
elseif has_cand then
if has_cand and has_party and has_alliance
row
:tag('th')
Line 346:
:attr('rowspan', rowspan)
:attr('colspan', 2)
if headings['vp'] then
row
:tag('th')
:wikitext('Running mate')
:attr('scope', 'col')
:attr('rowspan', rowspan)
:done()
cols = cols + 1
end
row
:tag('th')
Line 373 ⟶ 382:
cols = cols + 1
end
if headings['vp'] and not has_alliance then
row
:tag('th')
|