-- -- arg[1] = comma-delimited list of parameters local p = function p.main(frame) local args=frame.args local list = args[1] output = "" local Elems = 0 local Dlist = mw.text.split(list, ",") for i = 0, #Dlist do if Dlist[i]
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Vladimir891".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.