Module:Checkuser: Difference between revisions
From WikiOasis Meta
More actions
Created page with "local p = {} local getArgs = function(fr) return require('Module:Arguments').getArgs(fr, { trim = true, removeBlanks = true }) end local noping = function(name) return require('Module:No ping')._main({name}) end local middot = ' <b>·</b> ' local spi = 'Steward requests' local extlink = function(url, text) return '[' .. tostring(url) .. (text and ' ' .. text or '') .. ']' end local link = function(page, param, text) return extlink(mw.uri.fullUrl..." |
mNo edit summary |
||
| Line 88: | Line 88: | ||
page = 'User:' .. sock | page = 'User:' .. sock | ||
}, 'block log'), | }, 'block log'), | ||
'[[ | '[[wo:Special:CentralAuth/' .. sock .. '|CA]]' .. | ||
'<span class="cuLink checkuser-show">', | '<span class="cuLink checkuser-show">', | ||
link('Special:CheckUser', (function() | link('Special:CheckUser', (function() | ||