Module:Navbar: Difference between revisions

changes requested by User:Matt Fitzpatrick to improve accessibility
(rem unneeded tabs/spacing for more unified importing/exporting)
(changes requested by User:Matt Fitzpatrick to improve accessibility)
Line 59:
:addClass('nv-view')
:wikitext('[[' .. title.fullText .. '|')
:tag(args.mini and 'abbr' or 'span')
:attr('title', 'View this template')
:cssText(args.fontstyle)
Line 69:
:addClass('nv-talk')
:wikitext('[[' .. talkpage .. '|')
:tag(args.mini and 'abbr' or 'span')
:attr('title', 'Discuss this template')
:cssText(args.fontstyle)
Line 81:
:addClass('nv-edit')
:wikitext('[' .. title:fullUrl('action=edit') .. ' ')
:tag(args.mini and 'abbr' or 'span')
:attr('title', 'Edit this template')
:cssText(args.fontstyle)
Anonymous user