"मोड्युल:Navbar" को बिचमी भिन्नता
update from sandbox per Special:Diff/771417737
MF-Warburg (कुरणि • योगदानअन) ना (२ संशोधनहरू आयात भयो: Importing from Incubator) |
imported>Primefac (update from sandbox per Special:Diff/771417737) |
||
args.fontstyle = 'color:' .. args.fontcolor .. ';'
end
args.style = 'float:left; text-align:left
end
:css('margin-right', '-0.125em')
:cssText(args.fontstyle)
:wikitext('[ ')
end
:css('margin-left', '-0.125em')
:cssText(args.fontstyle)
:wikitext(' ]')
end
div
:done()
:tag('
:css('font-size', '
:css('margin', args.mini and '0 4em' or '0 7em')
:cssText(args.fontstyle)
:wikitext(args[1])
|