Module:Sandbox: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
escape special character
No edit summary
Line 22: Line 22:
end
end


local expanded = frame:expandTemplate{ title = page, args = { } }
local expanded = frame:expandTemplate{ title = page, args = frame.args }


return expanded
return expanded