Module:Sandbox/LVL: Difference between revisions

Jump to navigation Jump to search
LVL (talk | contribs)
No edit summary
LVL (talk | contribs)
No edit summary
Line 55: Line 55:


function p.render(frame)
function p.render(frame)
     local args = frame:getParent().args
     local args = frame.args[1] ~= nil and frame.args or frame:getParent().args
     local name = args[1] or ""
     local name = args[1] or ""
     local lowerName = name:lower()
     local lowerName = name:lower()