Module:Sandbox/LVL: Difference between revisionsGive feedback
Jump to navigation
Jump to search
No edit summary |
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() | ||