跳去內容

User:Hipposcrashed

頁面內容唔支援其他語言。
出自維基百科,自由嘅百科全書

// Intentionally using non-strict comparison with ==, not ===, because of phab:T54542 if ( mw.user.options.get( 'wikibase-otherprojects' ) == 0 ) {

   mw.loader.using( 'mediawiki.api', function () {
       ( new mw.Api() ).postWithToken( 'options', {
           action: 'options',
           optionname: 'wikibase-otherprojects',
           optionvalue: 1
       } );
   } );

}