这是本页的一个历史版本,由SolidBlock(留言 | 贡献)在2016年3月26日 (六) 03:30编辑。这可能和当前版本存在着巨大的差异。
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