Content deleted Content added
Usages of {{Episode list}} that incorrectly use {{Start date}} in AltDate parameter against guidelines of both templates. |
New category. |
||
Line 140:
-- Start as 1 because EpisodeNumber is always created
local nonnil_params = 1
local categories = ''▼
-- Created separately because it is the only <th> tag
if args.EpisodeNumber then
if (args.EpisodeNumber == '') then args.EpisodeNumber = frame:expandTemplate{title='TableTBA'}; end
Line 152:
table_row:css('background',top_color)
table_row:node(EpisodeNumber)
if args.EpisodeNumber2 and args.EpisodeNumber < args.EpisodeNumber2 then
categories = categories..'[[Category:Episode lists with incorrectly ordered episode numbers]]'
end
end
Line 177 ⟶ 180:
return title_string
end
▲ local categories = ''
for _,v in ipairs(cell_names) do
|