Module:Top icons: Difference between revisions

m
no edit summary
scape_>Joeytje50
(make this more easily usable as a helper function)
scape_>Cook Me Plox
mNo edit summary
Line 34: Line 34:
function p.main(frame)
function p.main(frame)
local args = frame:getParent().args
local args = frame:getParent().args
p._main(args)
return p._main(args)
end
end


Anonymous user