Content deleted Content added
Undid revision 923006118 by Gonnym (talk) unfortunately, it looks like this added several pages to Category:Pages with script errors including List of Good Mythical Morning episodes, List of Horizon episodes, The Dr. Oz Show, and List of The Nature of Things episodes |
Simplify episode number declaration |
||
Line 552:
-- EpisodeNumber or EpisodeNumber2 column cells.
local function createTableRowEpisodeNumberHeader(episodeNumber, numberOfParameterGroups, episodeText)
local epID = string.match(episodeNumber, "^%w+")
row:tag('th')
:attr('scope', 'row')
:attr('rowspan', numberOfParameterGroups)
:attr('id', epID and 'ep' ..
:css('text-align', 'center')
:wikitext(episodeText)
|