248
edits
m (1 revision imported) |
m (1 revision imported) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 54: | Line 54: | ||
-- if display is link, just use standard wlink | -- if display is link, just use standard wlink | ||
if link == display then | if link == display then | ||
return icon..' | return '<span class="nowrap">'..icon..' </span>[['..link..']]' | ||
end | end | ||
return icon..' | return '<span class="nowrap">'..icon..' </span>[['..link..'|'..display..']]' | ||
end | end | ||
| Line 68: | Line 68: | ||
return p._link(args) | return p._link(args) | ||
end | end | ||
p[''] = function (frame) return p._main(frame.args) end | |||
return p | return p | ||