Editing Module:Arguments
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 45: | Line 45: | ||
local function tidyValNoChange(key, val) | local function tidyValNoChange(key, val) | ||
return val | return tidyValNoChange(val) | ||
end | end | ||
Line 340: | Line 340: | ||
end | end | ||
return arguments | return tidyValNoChange(arguments) |