Module:Episode list: Difference between revisions

Content deleted Content added
Transcription -> Transliteration
itvstart is a specific class that is only used by the {{Start date}} and not other similar date templates that might produce unwanted results
Line 257:
and string.match(args[v], '%d%d%d%d') ~= nil
and string.match(args[v], '2C2C2C') == nil
and string.find(args[v], 'dtstartitvstart') == nil
and onInitialPage
and title.namespace == 0)
Line 265:
 
-- Alternate air dates that do use {{Start date}}
if (v == 'AltDate' and args[v] ~= '' and string.find(args[v], 'dtstartitvstart') ~= nil and onInitialPage and title.namespace == 0) then
addTrackingCategory(trackingCategoryList["alt_air_dates"])
end