மீடியாவிக்கி:Mobile.js

விக்கிமூலம் இலிருந்து

குறிப்பு - சேமித்த பின்னர், நீங்கள் செய்த மாற்றங்களைக் காண்பதற்கு உங்கள் உலவியின் இடைமாற்று அகற்றப்பட வேண்டும்.

  • மொஸில்லா பயர்பாக்ஸ் / சபாரி: Shift+Reload, அல்லது Ctrl-F5 அல்லது Ctrl-R (⌘-R Mac ல்)
  • கூகிள் குரோம் Ctrl-Shift-R அழுத்தவும். (⌘-Shift-R Mac ல்) ;
  • இண்டர்நெட் எக்ஸ்ப்ளோரர்: Ctrl-Refresh அல்லது Ctrl-F5 ஐ அழுத்தவும்.
  • ஒபேரா: Tools → Preferences இல் இடைமாற்றை அகற்றவும்;
/* Any JavaScript here will be loaded for users using the mobile site */
( function ( mw, $ ) {
	$( function() {
		//link "download as ePub in the toolbar
		if( $.inArray( mw.config.get( 'wgNamespaceNumber' ), [ 0 , 114 ] ) !== -1 ) {
			$( '#page-actions' ).append(
				$( '<li>' ).attr( {
					id: 'ca-export-epub',
					class: 'mw-ui-icon mw-ui-icon-element icon-32px',
					title: 'இப்பக்கத்தின்  ஈ-பப் வடிவத்தை பதிவிறக்கவும்'
				} ).append(
					$( '<a>' ).attr( {
						class: 'export-epub',
						href: '//tools.wmflabs.org/wsexport/tool/book.php?lang=ta&format=epub&page=' + mw.config.get( 'wgPageName' )
					} )
				)
			);
		}
	} );
} ( mediaWiki, jQuery ) );

/**
 * Messages are configurable here
 */
if(!self.ws_messages) self.ws_messages = { };

window.ws_msg = function (name) {
	var m = self.ws_messages[name];
	if(m) return m; else return name;
};

//For the header box to display at the bottom too
mw.loader.load('//en.wikisource.org/w/index.php?title=MediaWiki:DisplayFooter.js&action=raw&ctype=text/javascript');
"https://ta.wikisource.org/w/index.php?title=மீடியாவிக்கி:Mobile.js&oldid=514270" இலிருந்து மீள்விக்கப்பட்டது