Content deleted Content added
use require("strict") instead of require("Module:No globals") |
add '' function for direct invocation from articles. |
||
(One intermediate revision by one other user not shown) | |||
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
|