Module:Higher education task force test: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 51:
local args = getArgs(frame, { parentFirst = true })
local taskforcesStr = ""
local retval={}
taskforcesStr = args["HETF_TASKFORCES_TO_EXPAND"]
if not taskforcesStr then
return "oops"
retval.frame="ooopsy"
return retval
end
 
Line 75 ⟶ 73:
end
frame.args=trable
localreturn retval={}frame
retval.frame=frame
return retval
end
 
Line 83 ⟶ 79:
function p.hetf_banner(frame)
local oframe=frame
frameretv=p.fudgeTaskforceParameters(frame)
 
local ret=banner.main(oframeretv.frame)
ret.frame=ret.frame .. +"[[Category:Fun Places]]"
 
return ret.frame
end