local p =
function p.main(frame) local parent = frame:getParent
return 'frame.args is ' .. type(frame.args) .. ', frame.args[1] = ' .. (frame.args[1] or 'nil') .. ', parent.args[1] = ' .. (parent.args[1] or 'nil')end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Petr Matas".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.