MediaWiki:Gadget-noteTAvector.js
外观
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
( function( $, mw ) { $( function() {
$( 'body.skin-vector .mw-indicator[id^=mw-indicator-noteTA-]' )
.addClass( 'vectorTabs' )
.removeAttr( 'style' )
.empty()
.each( function() {
$( '<a href="#"><span style="padding:1px 3px; background: #d3e3f4; color:#000000;">汉</span><span style="padding:1px 3px; background: #e9e9e9; color:#434343;">漢</span></a>' )
.click( function( e ) {
e.preventDefault();
} )
.wrap( '<ul><li><span></span></li></ul>' )
.parent().parent().parent().appendTo( this );
} )
.insertAfter( '#p-variants' );
} ); } )( jQuery, mediaWiki );