Module:Sock list: Difference between revisions
imported>DarkMatterMan4500 Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local isIpOrRange = require('Module:IPAddress')._isIpOrRange local yesno = require('Module:Yesno') function p.main(frame) local args = getArgs(frame) return p._main(frame, args) end function listEntry(frame, args, sockNum, sock) local template = (isIpOrRange(sock) ~= "") and (args.IP_template or args.template or 'checkip') or (args.account_template or args.template or 'checkuser') local li = mw.ht..." |
Rangerkid51 (talk | contribs) Rangerkid51 changed the content model of the page Module:Sock list from "plain text" to "Scribunto module" |
||
(No difference)
|