Module:Episode list: Difference between revisions

Content deleted Content added
minor clean + fix "Lua error in Module:Episode_list at line 324: attempt to compare nil with number" at Go! Go! Itsutsugo Land due to episode 26
Add tracking category
Line 32:
["invalid_top_colors"] = "[[Category:Episode lists with invalid top colors]]",
["tba_values"] = "[[Category:Episode lists with TBA values]]",
["nonmatching_numbered_parameters"] = "[[Category:Episode lists with a non-matching set of numbered parameters]]",
["raw_unformatted_storyteleplay"] = "[[Category:Episode lists with unformatted story or teleplay credits]]"
}
 
Line 301 ⟶ 302:
if (args[v] == '') then
createEmptyCell(args, v, false)
elseif (v == 'WrittenBy' and title.namespace == 0) then
if (string.find(args[v], "''Story") ~= nil or string.find(args[v], "''Teleplay") ~= nil) then
addTrackingCategory(trackingCategoryList["raw_unformatted_storyteleplay"])
end
end