Content deleted Content added
HouseBlaster (talk | contribs) *heart emoji* categories *heart emoji* |
HouseBlaster (talk | contribs) doc |
||
Line 7:
local standardSet = mw.loadJsonData("Template:Contentious topics/Standard set.json")
local categoryDatabase = mw.loadJsonData("Template:Contentious topics/Category database.json")
local function collectTopics(args)
local seen = {}
Line 220 ⟶ 221:
})
--[[
-- we set the restriction categories back in the if underRestrictions loop▼
Categories!!!
-- to avoid looping through the restrictions twice▼
-- because nocat is only for the ultra-rare case of demonstration▼
▲
-- manually clearing the categories is more efficient▼
--]]
if yesno(args.nocat) then
categories = ''
|