Content deleted Content added
Undid revision 779735210 by AussieLegend (talk) restoring edits. Makes more sense to have the page be working when the bot saves it |
Small fix to category check |
||
Line 195:
elseif args[v] then
-- Air dates that don't use {{Start date}}
if v == 'OriginalAirDate' and args[v] ~= '' and string.match(args[v], '%d%d%d%d') ~= nil and string.match(args[v], '2C2C2C') == nil and string.find(args[v],'dtstart') == nil and on_initial_page and title.namespace == 0 then
categories = categories..'[[Category:Episode lists with unformatted air dates]]'
end
|