Content deleted Content added
refactor the "spurious bullet" category code to use the "categories" config function - this lets us use the existing category suppression system |
back to old version, tracking now complete |
||
Line 1,847:
end,
makeData = function (articleHistoryObj)
end,
text = function (articleHistoryObj, collapsibleNoticeObj)
Line 1,924 ⟶ 1,913:
categories = function (articleHistoryObj, collapsibleNoticeObj)
local cats = {}
local status = articleHistoryObj:getStatusId()
local cat
Line 1,937 ⟶ 1,924:
cat = 'Wikipedia Did you know articles'
end
cats[
return cats
end
|