Content deleted Content added
Add mockup options Tag: Reverted |
add underline option Tag: Reverted |
||
Line 151:
:css('border-top-right-radius', '1em')
:css('border-bottom-right-radius', '1em')
:css('padding', '0.2em 0.5em')
:wikitext(text)
:done()
elseif option == 4 then
out = mw.html.create('span')
:css('margin-left', '0.5em')
:css('font-weight', 'normal')
:css('white-space', 'nowrap')
:css('padding', '0 .3em')
:tag('span')
:css('text-decoration', 'underline ' .. default_colour .. ' 3px')
:css('padding', '0.2em 0.5em')
:wikitext(text)
|