Модул:Navbar: Разлика между версии

Изтрито е съдържание Добавено е съдържание
м Промени нивото на защита за „Модул:Navbar“: ИП Модул ([Редактиране=Позволено само за автоматично одобрени потребители] (безсрочно) [Премес...
актуална версия от en:Module:Navbar
Ред 14:
args.fontstyle = 'color:' .. args.fontcolor .. ';'
end
args.style = 'float:left; text-align:left; width:6em;'
end
 
Ред 49:
:css('margin-right', '-0.125em')
:cssText(args.fontstyle)
:wikitext('[ ')
:newline();
end
 
Line 59 ⟶ 58:
:addClass('nv-view')
:wikitext('[[' .. title.fullText .. '|')
:tag(args.mini and 'abbr' or 'span')
:attr('title', 'Преглед на шаблона')
:cssText(args.fontstyle)
Line 69 ⟶ 68:
:addClass('nv-talk')
:wikitext('[[' .. talkpage .. '|')
:tag(args.mini and 'abbr' or 'span')
:attr('title', 'Беседа на шаблона')
:cssText(args.fontstyle)
Line 81 ⟶ 80:
:addClass('nv-edit')
:wikitext('[' .. title:fullUrl('action=edit') .. ' ')
:tag(args.mini and 'abbr' or 'span')
:attr('title', 'Редактиране на шаблона')
:cssText(args.fontstyle)
Line 94 ⟶ 93:
:css('margin-left', '-0.125em')
:cssText(args.fontstyle)
:wikitext(' ]')
:newline();
end
 
Line 101 ⟶ 99:
div
:done()
:tag('spandiv')
:css('font-size', '110114%')
:css('margin', args.mini and '0 4em' or '0 7em')
:cssText(args.fontstyle)
:wikitext(args[1])