Content deleted Content added
Wikipedia:Lua style guide: no whitespace following "(" and preceding ")" (at least a consistency) |
rm inside space form .tag('span ') 4x |
||
Line 92:
.addClass('nv-view')
.wikitext('[[' .. mainpage .. '|')
.tag('span
.attr('title', 'View this template')
.cssText(args.fontstyle or '')
Line 102:
.addClass('nv-talk')
.wikitext('[[' .. talkpage .. '|')
.tag('span
.attr('title', 'Discuss this template')
.cssText(args.fontstyle or '')
Line 114:
.addClass('nv-edit')
.wikitext('[' .. editurl .. ' ')
.tag('span
.attr('title', 'Edit this template')
.cssText(args.fontstyle or '')
|