Content deleted Content added
No edit summary |
No edit summary |
||
Line 191:
end
function p.fudgeTaskforceParameters(frame
local args = getArgs(frame, { parentFirst = true })
local taskforcesStr = ""
Line 198:
return "oops"
end
local trable=args
local taskforceCodes = mw.text.split(taskforcesStr, ",", true, true) -- Split by comma, trim whitespace, remove empty strings
local paramsStr = ""
Line 222:
end
end
return
end
function p.fudge(frame)
frame=p.fudgeTaskforceParameters(
return banner.main(frame)
end
|