Module:Higher education task force test3: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(2 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"]=" "
Line 84 ⟶ 75:
local oframe=frame
frame=p.fudgeTaskforceParameters(frame)
if table["mistermaster"] == nil then
hi=1
end
return banner.main(frame)
end