VOOZH about

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

⇱ Module:Ping – Minecraft Wiki


Module:Ping

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

This module lists users, linking their names to their user pages, therefore notifying them about being mentioned.

Names are separated by commas and "and" conjunction. Example: Dhranios, Nixinova and Sonicwave.

[view] [edit] [history] [purge]The above documentation is transcluded from Module:Ping/doc.
localp={}
p.ping=function(f)
localnames={}
for_,nameinipairs(f:getParent().args)do
table.insert(names,'[[User:'..name..'|'..name..']]')
end
returnmw.text.listToText(names)
end
returnp
Retrieved from "https://minecraft.wiki/w/Module:Ping?oldid=2929058"

Navigation menu