Module:Higher education task force: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Tag: Reverted
Line 108:
]]----------------------------------------------------------------------------
function p.generateTaskforceParameters(frame)
local args = getArgs(frame, { parentFirst = true })
local taskforcesStr = p._main(args)
taskforcesStr = args[1]
if not taskforcesStr then
return "oops" .. args[21]
end
 
Line 120 ⟶ 118:
 
if(1) then
return "pps" .. taskforceCodes[12]
end