Content deleted Content added
use Module wikitext |
convenience function |
||
Line 52:
end
return parentLogicStuff..testlogic
end
function p.testframe() --For the Debug console
local f = mw.getCurrentFrame()
f.getParent = function() return f end
return f
end
|