Module:Navbox/sandbox: Difference between revisions

Content deleted Content added
Jackmcbarn (talk | contribs)
if not using the wrapper template, don't use parent args
Jackmcbarn (talk | contribs)
handle sandbox too
Line 386:
-- them false too.
local args = {}
local frame_argsparentTitle = frame:getParent():getTitle() == 'Template:Navbox' and frame:getParent().args or frame.args;
local frame_args = (parentTitle == 'Template:Navbox' or parentTitle == 'Template:Navbox/sandbox') and frame:getParent().args or frame.args;
 
-- Out of order parsing bug.