Changes

Module:Navbar

9 bytes added, 12:41, 13 May 2017
update from sandbox per Special:Diff/771417737
args.fontstyle = 'color:' .. args.fontcolor .. ';'
end
args.style = 'float:left; text-align:left; width:6em;'
end
:css('margin-right', '-0.125em')
:cssText(args.fontstyle)
:wikitext('[') :newline();
end
:css('margin-left', '-0.125em')
:cssText(args.fontstyle)
:wikitext(']') :newline();
end
div
:done()
:tag('spandiv') :css('font-size', '110114%') :css('margin', args.mini and '0 4em' or '0 7em')
:cssText(args.fontstyle)
:wikitext(args[1])
Anonymous user