View source for Module:Ping
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = {}
p.ping = function( f )
local names = {}
for _, name in ipairs( f:getParent().args ) do
table.insert( names, '[[User:' .. name .. '|' .. name .. ']]' )
end
return mw.text.listToText( names )
end
return p
000
1:0
Templates used on this page:
- Template:Documentation header (view source) (protected)
- Template:Ping (edit)
- Module:Documentation (view source) (semi-protected)
- Module:Documentation/styles.css (view source) (semi-protected)
- Module:Ping (view source) (semi-protected)
- Module:Ping/doc (edit)
- Module:ProcessArgs (view source) (protected)
- Module:Static (view source) (protected)
- Module:TSLoader (view source) (directors)
Return to Module:Ping.