--Demonstrating the mw.text.split function --
local p =
function p.split(frame) local txt = frame.args.txt or "" local pids = if txt ~= "" then pids = mw.text.split(txt, "[, ]+") end local out = ">" .. table.concat(pids, "<
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/RexxS/Textsplit".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.