Modul:Navbar: Unterschied zwischen den Versionen

K
tried translating the English text · versuchte den englische Text übersetzen
(another update)
K (tried translating the English text · versuchte den englische Text übersetzen)
Zeile 14: Zeile 14:
args.fontstyle = 'color:' .. args.fontcolor .. ';'
args.fontstyle = 'color:' .. args.fontcolor .. ';'
end
end
args.style = 'float:left; text-align:left'
args.style = 'float:left; text-align:left; width:6em;'
end
end


Zeile 60: Zeile 60:
:wikitext('[[' .. title.fullText .. '|')
:wikitext('[[' .. title.fullText .. '|')
:tag(args.mini and 'abbr' or 'span')
:tag(args.mini and 'abbr' or 'span')
:attr('title', 'View this template')
:attr('title', 'Vorlage anzeigen')
:cssText(args.fontstyle)
:cssText(args.fontstyle)
:wikitext(args.mini and 'v' or 'view')
:wikitext(args.mini and 'V' or 'Vorlage')
:done()
:done()
:wikitext(']]')
:wikitext(']]')
Zeile 70: Zeile 70:
:wikitext('[[' .. talkpage .. '|')
:wikitext('[[' .. talkpage .. '|')
:tag(args.mini and 'abbr' or 'span')
:tag(args.mini and 'abbr' or 'span')
:attr('title', 'Discuss this template')
:attr('title', 'Diskutieren der Vorlage')
:cssText(args.fontstyle)
:cssText(args.fontstyle)
:wikitext(args.mini and 't' or 'talk')
:wikitext(args.mini and 'D' or 'diskutieren')
:done()
:done()
:wikitext(']]');
:wikitext(']]');
Zeile 82: Zeile 82:
:wikitext('[' .. title:fullUrl('action=edit') .. ' ')
:wikitext('[' .. title:fullUrl('action=edit') .. ' ')
:tag(args.mini and 'abbr' or 'span')
:tag(args.mini and 'abbr' or 'span')
:attr('title', 'Edit this template')
:attr('title', 'Bearbeiten der Vorlage')
:cssText(args.fontstyle)
:cssText(args.fontstyle)
:wikitext(args.mini and 'e' or 'edit')
:wikitext(args.mini and 'B' or 'bearbeiten')
:done()
:done()
:wikitext(']');
:wikitext(']');
Zeile 101: Zeile 101:
div
div
:done()
:done()
:tag('div')
:tag('span')
:css('font-size', '114%')
:css('font-size', '110%')
:css('margin', args.mini and '0 4em' or '0 7em')
:cssText(args.fontstyle)
:cssText(args.fontstyle)
:wikitext(args[1])
:wikitext(args[1])
Anonymer Benutzer