local p =
p.main = function(frame) local out = for k,v in pairs(frame.args) do out = out .. v .. '|' end out = mw.ustring.sub(out, 1, #out - 1) return outend
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Awesome Aasim/Regex processor".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.