local p = function p.pipe(f) local out = for _, arg in ipairs(f:getParent.args) do table.insert(out, arg) end
return mw.text.trim(table.concat(out, '|'))end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Pipe escape".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.