Content deleted Content added
+ |
+ |
||
Line 60:
:tag('th')
:wikitext('%')
if seats then
row
:tag('th')
:wikitext('Seats')
end
if sc then
row
:tag('th')
:wikitext('+/–')
end
root:node(row)
local lang = mw.getContentLanguage()
|