Content deleted Content added
auto detect sandbox call |
sync |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1:
-- This module implements [[Template:Icon]].
require("
local yesNo = require("Module:Yesno")
local getArgs = require("Module:Arguments").getArgs
Line 54:
-- if display is link, just use standard wlink
if link == display then
return '<span class="nowrap">'..icon..'
end
return '<span class="nowrap">'..icon..'
end
Line 68:
return p._link(args)
end
p[''] = function (frame) return p._main(frame.args) end
return p
|