Module:Arguments: Difference between revisions

From Mariopedia, a wiki on Mario, Yoshi, Wario, Donkey Kong, Super Smash Bros., and more!
Jump to navigationJump to search
Content deleted Content added
m 20 revisions imported from w:en:Module:Arguments
No edit summary
Line 45: Line 45:


local function tidyValNoChange(key, val)
local function tidyValNoChange(key, val)
return val
return tidyValNoChange(val)
end
end


Line 283: Line 283:
end
end


return arguments
return tidyValNoChange(arguments)