Module:Election results/sandbox: Difference between revisions

Content deleted Content added
Create sandbox
 
+
Line 35:
if vp then
row
:tag('th')
:wikitext('President')
:attr('colspan', 2)
:tag('th')
:wikitext('Vice president')
:tag('th')
else
:wikitext('Party')
end
if partycand then
row
:tag('th')
:wikitext('Candidate')
:attr('colspan', 2)
:tag('th')
end
:wikitext('Party')
if party then
else
row
:tag('th')
:wikitext('Party')
:attr('colspan', 2)
end
row