לדלג לתוכן

שיחת מדיה ויקי:Mobile.js

מתוך המכלול, האנציקלופדיה היהודית
תגובה אחרונה: לפני 6 שנים מאת שלמה המלך

, ייתכן שיש מה להוסיף מהדף בויקיפדיה? אשמח לתגובה--שלמה (שיחה) 15:09, 20 במרץ 2020 (IST)תגובה

שלמה המלך, מה יש בדףף בויקיפדיה?--Men770 - שיחה - מייל. כ"ו באדר ה'תש"ף, 10:05
Men770, זה: --שלמה (שיחה) 10:50, 22 במרץ 2020 (IST)תגובה
/* Any JavaScript here will be loaded for users using the mobile site */
// $(function() { if ( $('.pgn-source-wrapper').length ) mw.loader.load( '//he.m.wikipedia.org/w/index.php?title=מדיה_ויקי:Common.js/pgn.js&action=raw&ctype=text/javascript' ) } )

if ( mw.config.get( 'wgUserName' ) ) { // only registred users. load is harmless if page does not exist
	mw.loader.load( '//he.wikipedia.org/w/index.php?title=User:' + mw.config.get('wgUserName') + '/mobile.js&action=raw&ctype=text/javascript');
}

$(function(){
	// simplified version of report on error for mobile
	if ( mw.config.get( 'wgNamespaceNumber' ) % 2 === 0 ) {
		var reportPage = '[['+ mw.config.get('wgPageName')
			.replace( /_/g, ' ' )
			.replace(/^(קטגוריה|קובץ)/, ':$1')
			+ ']]';
		$('#page-secondary-actions').append('<form name="commentbox" class="commentbox" action="/w/index.php" method="get"><input value="edit" name="action" type="hidden"><input name="preloadtitle" type="hidden" value="' + reportPage + '"><input value="ויקיפדיה:דיווח על טעויות/נייד" name="editintro" type="hidden"><input value="new" name="section" type="hidden"><input value="ויקיפדיה:דיווח על טעויות" name="title" type="hidden"><input name="create" class="mw-ui-button button" value="דיווח על טעות" type="submit"></form>');	
	}
});

if ( mw.config.get('wgCanonicalNamespace') !== 'Special' ) 
mw.hook( 'wikipage.content' ).add( function( content ) {
	$( '.executeJS', content ).each( function () {
		var gadget = $( this ).data( 'mobilegadget' );
		if ( gadget && $.trim( gadget ) ) mw.loader.load( 'ext.gadget.ondemand-' + $.trim( gadget ) ); // np repetitions - resourceloader takes care
	} );
} );