Content deleted Content added
HouseBlaster (talk | contribs) fix |
HouseBlaster (talk | contribs) refactor |
||
Line 199:
end
-- helper to call the appropriate parameter from [[Template:Contentious topics/list]]
local function getTopicBlurb(code)▼
local function callFromList(code, arg)
return frame:expandTemplate{
title = "Contentious topics/list/sandbox", -- REMOVE /sandbox when publishing
args = {
}
end
▲ local function getTopicBlurb(code)
return callFromList(code, 'scope')
end
local function getSuptopicBlurb(code)
return
end
-- returns the code for a superTopic
local function getSupertopic(code)
return callFromList(code, 'supertopic')
end
|