Content deleted Content added
move FFA detection to the config, and make some progress on ArticleHistory:getStatusObj |
use a different scheme for making categories |
||
Line 142:
-- Define object structure
obj.actions = {}
-- Format the config
Line 245 ⟶ 244:
function ArticleHistory:renderBox()
end▼
end
Line 256 ⟶ 249:
local ret = {}
local categoryNsText = mw.site.namespaces[14].name
for _, t in ipairs(self.categories) do▼
if
else
end
end
ret[#ret + 1] = makeCategory(actionObj:getCategory())
▲ end
return table.concat(ret)
end
|