본문으로 이동

사용자: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
       } );
   } );

}