Module:Navbar: திருத்தங்களுக்கு இடையிலான வேறுபாடு

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
சிNo edit summary
Does not work, now hidden in MediaWiki:Print.css
வரிசை 57:
local editurl = title:fullUrl( 'action=edit' );
local viewLink, talkLink, editLink = 'பார்view', 'உரைtalk', 'தொகுedit'
if args.mini then
viewLink, talkLink, editLink = 'பாv', 't', 'தொe'
end
local div = HtmlBuilder.create( 'div' )
div
.addClass( 'noprint' )
.addClass( 'plainlinks' )
.addClass( 'hlist' )
வரி 97 ⟶ 96:
.wikitext( '[[' .. mainpage .. '|' )
.tag( 'span ' )
.attr( 'title', 'பார்View this template' )
.cssText( args.fontstyle or '' )
.wikitext( viewLink )
வரி 107 ⟶ 106:
.wikitext( '[[' .. talkpage .. '|' )
.tag( 'span ' )
.attr( 'title', 'உரைDiscuss this template' )
.cssText( args.fontstyle or '' )
.wikitext( talkLink )
வரி 119 ⟶ 118:
.wikitext( '[' .. editurl .. ' ' )
.tag( 'span ' )
.attr( 'title', 'தொகுEdit this template' )
.cssText( args.fontstyle or '' )
.wikitext( editLink )
"https://tamilar.wiki/w/Module:Navbar" இலிருந்து மீள்விக்கப்பட்டது