Module:Navbox: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
hmmm, not my smartest moment |
missed an option |
||
வரிசை 162:
.wikitext( ']]' );
if args.
else▼
end
ul.tag( 'li' )▼
.wikitext( '[' .. editurl .. ' ' )▼
.tag( 'span ' )▼
.attr( 'title', 'Edit this template' )▼
.cssText( args.fontstyle or '' )▼
.done()
.wikitext( ']' );
end
▲ ul.tag( 'li' )
▲ .addClass( 'nv-edit' )
▲ .wikitext( '[' .. editurl .. ' ' )
▲ .tag( 'span ' )
▲ .attr( 'title', 'Edit this template' )
▲ .cssText( args.fontstyle or '' )
▲ .wikitext( inner )
▲ .done()
▲ .wikitext( ']' );
if args.brackets ~= nil then
div.tag('span')
| |||