Changes
Jump to navigation
Jump to search
ul.tag( 'li' )
.addClass( 'nv-edit' )
.wikitext( '[' .. editurl .. ' ' )
.tag( 'span ' )
.attr( 'title', 'Edit this template' )
.cssText( args.fontstyle or '' )
.wikitext( inner )
.done()
.wikitext( ']' );
missed an option
.wikitext( ']]' );
if args.noedit == nil then if args.mini ~= nil then inner = 'e'; else inner = 'edit'; end ul.tag( 'li' ) .addClass( 'nv-edit' ) .wikitext( '[' .. editurl .. ' ' ) .tag( 'span ' ) .attr( 'title', 'Edit this template' ) .cssText( args.fontstyle or '' ) .wikitext( inner ) .done() .wikitext( ']' );
end
if args.brackets ~= nil then
div.tag('span')