Content deleted Content added
use the new luaMain function of Module:Redirect |
use p._link and p._button instead of the longer, non-standard exportXToLua function names |
||
Line 91:
end
function p.
return string.format(
'<span class="plainlinks">[%s %s]</span>',
Line 99:
end
function p.
return require('Module:Clickable button 2').luaMain{
[1] = args.display or message('default-display-value'),
Line 116:
end
p.link = makeInvokeFunc(p.
p.button = makeInvokeFunc(p.
return p
|