Module:Section link/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 109:
 
for k, v in pairs(args) do -- replace underscores in the positional parameter values
if 'number' == type(k) and not yesno (args['keep_underscoreskeep-underscores']) then -- unless |keep_underscoreskeep-underscores=yes
args[k] = v:gsub ('_', ' ') -- do the replacement
end