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