Editing Module:No ping
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 13: | Line 13: | ||
local format = string.format | local format = string.format | ||
for i, username in ipairs(args) do | for i, username in ipairs(args) do | ||
local url = fullUrl( | local url = fullUrl('User:' .. username) | ||
url = tostring(url) | url = tostring(url) | ||
local label = args['label' .. tostring(i)] | local label = args['label' .. tostring(i)] |