Content deleted Content added
track linked otd dates |
track linked itn dates |
||
Line 1,849:
local cats = {}
cats[1] = Category.new('Wikipedia In the news articles')
local data = collapsibleNoticeObj:getData(articleHistoryObj)
if data then
for i, t in ipairs(data) do
if t.link then
cats[#cats + 1] = Category.new(
'Article history templates with linked itn dates'
)
break
end
end
end
return cats
end
|