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
retval.frame="ooopsy"
return "oops"
return retval
end