VOOZH about

URL: https://minecraft.wiki/w/Module:Ping2

⇱ Module:Ping2 – Minecraft Wiki


Module:Ping2

From Minecraft Wiki
Jump to navigation Jump to search
Documentation[view] [edit] [history] [purge]Jump to code ↴

This module implements {{Ping2}}.

[view] [edit] [history] [purge]The above documentation is transcluded from Module:Ping2/doc.
localfunctionprintUsername(name)
return'[[User:'..name..'|'..name..']]'
end
localp={}
functionp.main(frame)
localarg=frame:getParent().args[1]
localtbl={}
fork,vinipairs(mw.text.split(arg,'%s*,%s*'))do
tbl[k]=printUsername(v)
end
localoutput=table.concat(tbl,', ')
returnoutput
end
returnp
Retrieved from "https://minecraft.wiki/w/Module:Ping2?oldid=1324862"

Navigation menu