Content deleted Content added
No edit summary |
No edit summary Tag: Reverted |
||
Line 8:
Internal function to retrieve data for a task force.
]]----------------------------------------------------------------------------
function p.
local dataModule = require('Module:Higher education task force/data')
local taskForceCode = args.code or args[1]
Line 26:
]]----------------------------------------------------------------------------
function p.
local args = getArgs(frame, { parentFirst = true })
return p._main(args)
Line 53:
taskforcesStr = args["HETF_TASKFORCES_TO_EXPAND"]
if not taskforcesStr then
return "oops"
end
Line 61:
for _, code in ipairs(taskforceCodes) do
local tfData = p.
if tfData then
trable = p.tab2arg(trable,string.format("|tf %d=%dyes", tfCounter,tfCounter))
Line 72:
end
end
trable = p.tab2arg(trable,"|CLASS=B")
frame.args=trable
return frame
end
-- More or less a wrapper for WikiProject Banner with some argument sweetening
function p.
local oframe=frame
return
end
|