Content deleted Content added
The Mol Man (talk | contribs) No edit summary |
The Mol Man (talk | contribs) No edit summary |
||
Line 78:
:attr('id','ep'..args.EpisodeNumber)
:css('text-align','center')
table_row:node(EpisodeNumber)
end
Line 85:
if args[v] then
nonnil_params = nonnil_params + 1
td_tags[v] = mw.html.create('td')
:wikitext(args[v])
table_row:node(td_tags[v])
|