Module:Sandbox/ProcrastinatingReader/three: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Tag: Reverted
Line 314:
local replace_macros = function( s, param_names )
function concat_and_escape( t )
local s = table.concat( t, ', + ' )
return ( mw.ustring.gsub( s, '%%', '%%%%' ) )
end