Module:Higher education task force test3: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 19:
 
return taskForceData
end
 
--[[------------------------< getCanonicalCode >---------------------------------
Gets the canonical code for a task force. return tfData.canonicalCode
 
]]----------------------------------------------------------------------------
 
function p.omain(frame)
local args = getArgs(frame, { parentFirst = true })
return p._main(args)
end
 
Line 72 ⟶ 62:
end
end
--not sure why we have to do this but we do to get class to be detected correctly if inherited
if trable["class"]== nil then
trable["class"]="Gard "
end
 
frame.args=trable
return frame
Line 84 ⟶ 75:
local oframe=frame
frame=p.fudgeTaskforceParameters(frame)
return banner.main(oframeframe)
 
return banner.main(oframe)
end