Module:No ping: Difference between revisions
Jump to navigation
Jump to search
m>Mr. Stradivarius create replacement for Template:Noping |
MeowyCats2 (talk | contribs) m 5 revisions imported |
||
(6 intermediate revisions by 6 users not shown) | |||
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(mw.site.namespaces.User.name .. ':' .. username) | ||
url = tostring(url) | url = tostring(url) | ||
local label = args['label' .. tostring(i)] | local label = args['label' .. tostring(i)] |