മീഡിയവിക്കി:Guidedtour-tour-twa6.js

വിക്കിപീഡിയ, ഒരു സ്വതന്ത്ര വിജ്ഞാനകോശം.

ശ്രദ്ധിക്കുക: സേവ് ചെയ്തശേഷം മാറ്റങ്ങൾ കാണാനായി താങ്കൾക്ക് ബ്രൗസറിന്റെ കാഷെ ഒഴിവാക്കേണ്ടി വന്നേക്കാം.

  • ഫയർഫോക്സ് / സഫാരി: Reload ബട്ടൺ അമർത്തുമ്പോൾ Shift കീ അമർത്തി പിടിക്കുകയോ, Ctrl-F5 അല്ലെങ്കിൽ Ctrl-R (മാക്കിന്റോഷിൽ ⌘-R ) എന്ന് ഒരുമിച്ച് അമർത്തുകയോ ചെയ്യുക
  • ഗൂഗിൾ ക്രോം: Ctrl-Shift-R (മാക്കിന്റോഷിൽ ⌘-Shift-R ) അമർത്തുക
  • ഇന്റർനെറ്റ് എക്സ്പ്ലോറർ: Refresh ബട്ടൺ അമർത്തുമ്പോൾ Ctrl കീ അമർത്തിപിടിക്കുക. അല്ലെങ്കിൽ Ctrl-F5 അമർത്തുക
  • ഓപ്പറ: Menu → Settings എടുക്കുക (മാക്കിൽ Opera → Preferences) എന്നിട്ട് Privacy & security → Clear browsing data → Cached images and files ചെയ്യുക.
// The Wikipedia Adventure Mission 6

( function ( window, document, $, mw, gt ) {
 
//automatic api:edit function to send yourself messages
function sendMessage( targetPage, msgPage, linkTo ) {
	var api = new mw.Api();
	api.get( {
		'action' : 'query',
		'titles' : msgPage,
		'prop'   : 'revisions|info',
		'intoken' : 'edit',
		'rvprop' : 'content',
		'indexpageids' : 1
	} ).done( function (result) {
		result = result.query;
		var page = result.pages[result.pageids[0]];
		var text = page.revisions[0]['*'];
		api.post( {
			'action' : 'edit',
			'title' : targetPage,
			'appendtext' : "\n" + text,
			'summary' : 'പുതിയ സന്ദേശം ([[WP:TWA|വിക്കിപീഡിയ സാഹസിക യാത്രയുടെ]] ഭാഗമായി ഓട്ടോമാറ്റിക്കായി സിമുലേറ്റ് ചെയ്തിരിക്കുന്നു)',
			'token' : page.edittoken
		} ).done( function () {
			window.location.href = linkTo;
		} );
	} );
}
 
// Fail gracefully post-save but not postedit
var postEditButtons = [];
if ( mw.config.get( 'wgAction' ) === 'view' && !gt.isPostEdit() ) {
        postEditButtons.push( {
                name: 'ഇവിടെ ഞെക്കിയാൽ തിരിച്ചുപോയി ഒരു തിരുത്തൽ വരുത്താം',
                onclick: function() {
                        window.location.href = new mw.Uri().extend( { action: 'edit' } ).toString();
                }
        } );
}

// Fail gracefully post-save but not postedit for visual editor
var postEditButtonsVisual = [];
if ( mw.config.get( 'wgAction' ) === 'view' && !gt.isPostEdit() ) {
        postEditButtonsVisual.push( {
                name: 'തിരിച്ചുപോയി ഒരു തിരുത്തൽ വരുത്തുക',
                onclick: function() {
                        window.location.href = window.location.href +
"&veaction=edit";
                }
        } );
}

gt.defineTour( {
        name: 'twa6',
        shouldLog: true,
        steps: [ {

                //1
                title: 'യാത്രയിലേക്ക് പ്രവേശിക്കുന്നു.. ',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>സയൻസ്, നേച്ചർ എന്നീ ഉറവിടങ്ങളെപ്പറ്റി GaiaGirl അവളുടെ സ്വന്തം വാക്കുകളിലെഴുതിയ സംഗ്രഹം ഉള്ള സംവാദതാളിലേക്ക് പോയിനോക്കാം.<br><br>',
                onShow: gt.parseDescription,
                overlay: true,
                buttons: [ {
                        name: 'ഭ്രൂമിയുടെ സംവാദതാളിലേക്ക് പോവുക*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User talk:' + mw.config.get( 'wgUserName' ) + '/TWA/Earth', 'Wikipedia:TWA/Earth/Talk/2' , mw.util.getUrl( 'Special:MyTalk/TWA/Earth' ) + '?tour=twa6&step=2'); }           
                } ],
		        allowAutomaticOkay: false
 
        },  {
                //2
                title: 'കൊള്ളാം! പുതിയ കാര്യം..',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>ലേഖനത്തിലേക്ക് ആ വിവരം ചേർക്കാം..<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#content.mw-body',
                position: 'bottom',
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/6/Start' ) + '?tour=twa6&step=1'          
                } , {
                        name: 'Go to the Earth article',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=3'      
                } ],
                allowAutomaticOkay: false,
 
        },  {
                //3
                title: 'തിരുത്തുക ഞെക്കുക.',
                description: '<br>മൂലരൂപം തിരുത്തുക ഞെക്കുക. അപ്പോൾ സംക്ഷിപ്തവിവരം ഇവിടെ ചേർക്കാം.<br><br>',
                attachTo: '#ca-edit',
                position: 'bottom',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyTalk/TWA/Earth' ) + '?tour=twa6&step=2'          
                } ],
                shouldSkip: function() {
                        return gt.hasQuery( { action: 'edit' } );
                }
 
        },  {

                //4
                title: 'ഇത് ചേർക്കുക!',
                description: '<br><small>ഏകദേശം 4.5 ബില്യൺ വർഷങ്ങൾക്ക് മുമ്പ് ഭൂമി രൂപംകൊണ്ടതായി ശാസ്ത്രം വിവരിക്കുന്നു. ഭൂമിയിൽ വസിക്കുന്ന ജീവികൾ അതിന്റെ വായു (അന്തരീക്ഷം) പൂർണ്ണമായും മാറ്റിയിരിക്കുന്നു; ഇതിനെ ഒരു ബയോസ്ഫിയർ എന്ന് വിളിക്കുന്നു. ഭൂമിയുടെ ഉപരിതലത്തിന്റെ 71% ഉപ്പുവെള്ള സമുദ്രത്തിലാണ്. സൗരയൂഥത്തിലെ ദ്രാവക ജലം നിലവിലുണ്ടെന്ന് അറിയപ്പെടുന്ന ഒരേയൊരു സ്ഥലമാണ് ഭൂമി. മറ്റ് 29% ഭൂഖണ്ഡങ്ങളുടെയും ദ്വീപുകളുടെയും ആകൃതിയിലുള്ള പാറക്കെട്ടാണ്. സൗരയൂഥത്തിലെ മറ്റ് വസ്തുക്കളുമായി ഭൂമി പ്രതിപ്രവർത്തിക്കുന്നു, പ്രത്യേകിച്ച് സൂര്യനും ചന്ദ്രനും. 365.25 ദിവസത്തിലൊരിക്കൽ ഭൂമി സൂര്യനെ പരിക്രമണം ചെയ്യുന്നു. ഒരു സ്വയംഭ്രമണത്തിനെ <i> ദിവസം </i> എന്നും സൂര്യനുചുറ്റും ഒരു ഭ്രമണത്തിനെ <i> വർഷം </i> എന്നും വിളിക്കുന്നു. അതുകൊണ്ടാണ് ഒരു വർഷത്തിൽ 365 ദിവസങ്ങൾ ഉള്ളത്, എന്നാൽ 4 വർഷത്തിലൊരിക്കൽ കലണ്ടറിൽ ഒരു അധിവർഷം ചേർക്കുന്നു.</small><br><br>',
                attachTo: '#wpTextbox1', 
                position: 'bottomRight',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
		        buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=3'          
                } , {
		        	    name: 'ചേർത്തു',
                        action: 'next',
                } ],

        },  {
                //5
                title: 'തിരുത്തൽ സംഗ്രഹവും പ്രസിദ്ധീകരണവും',
                description: '<br>"സംവാദ താളിൽ നിന്ന് ഭൂമിയുടെ ചരിത്രത്തെക്കുറിച്ച് കൂടുതൽ വിശ്വസനീയവും നിഷ്പക്ഷവുമായ വിവരങ്ങൾ ചേർത്തു" എന്ന് അവരെ അറിയിക്കുക.<br><br>നിങ്ങൾ തയ്യാറായാൽ പ്രസിദ്ധീകരിക്കുക ഞെക്കുക.<br><br>',
	            attachTo: '#wpSave',
                position: 'bottomRight',
                autoFocus: 'yes',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=4&action=edit'          
                } ],
                shouldSkip: function() {
                        return gt.isPostEdit();
                },
                buttons: postEditButtons

        },  {
                //6
                title: 'ഹേയ് നോക്കൂ...',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>ഒരു പുതിയ സന്ദേശ അറിയിപ്പ് വന്നു!</br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
	            buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=5&action=edit'          
                } , {
                        name: 'നിങ്ങളുടെ സന്ദേശം പരിശോധിക്കുക*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User talk:' + mw.config.get( 'wgUserName' ) + '/TWA', 'Wikipedia:TWA/MyTalk/6' , mw.util.getUrl( 'Special:MyTalk/TWA' ) + '?tour=twa6&step=7'); }           
                } ],

        },  {
                //7
                title: 'നല്ല ചോദ്യം',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>എന്റെ മനസ്സിൽ ഒരു തോന്നൽ വരുന്നു. നിങ്ങൾക്ക് മറ്റൊരു സന്ദേശമുണ്ടെന്ന് ഞാൻ കരുതുന്നു ...</br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#content.mw-body',
                position: 'bottom',
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=6'          
                } , {
                        name: 'സംവാദതാൾ വീണ്ടും ലോഡുചെയ്യുക*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User talk:' + mw.config.get( 'wgUserName' ) + '/TWA', 'Wikipedia:TWA/MyTalk/7' , mw.util.getUrl( 'Special:MyTalk/TWA' ) + '?tour=twa6&step=8'); }           
                } ],

},  {
                //8
                title: 'എന്താണ് ഒരു അവലംബം, നിങ്ങൾ ചോദിക്കുന്നു?',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div></div>നമുക്ക് ഭൂമിയിലെത്തി കണ്ടെത്താം!<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#content.mw-body',
                position: 'bottom',
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyTalk/TWA' ) + '?tour=twa6&step=7'          
                } , {
                        name: 'ഭ്രൂമിയിലേക്ക് പോവുക*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User:' + mw.config.get( 'wgUserName' ) + '/TWA/Earth', 'Wikipedia:TWA/Earth/cleanup' , mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=9'); }           
                } ],

} , {
                //9
                title: 'എന്താണ് ആ കാര്യം?',
                description: '<div align="left">[[File:TWA_guide_left_top.png|link=]]</div>അത് ... വൃത്തിയാക്കുക എന്ന ഫലകമാണ് ... അത്ര മനോഹരമായി തോന്നുന്നില്ല. അതിന്റെ അർത്ഥം കാണുന്നതിന് സംവാദതാൾ പരിശോധിക്കാം.',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#content.mw-body',
                position: 'bottom',
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyTalk/TWA' ) + '?tour=twa6&step=8'
                } , {
                        name: 'ഇത് സവാദതാളിലേക്ക് എടുക്കാം*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User talk:' + mw.config.get( 'wgUserName' ) + '/TWA/Earth', 'Wikipedia:TWA/Earth/Talk/3' , mw.util.getUrl( 'Special:MyTalk/TWA/Earth' ) + '?tour=twa6&step=10'); }           
                } ],
                allowAutomaticOkay: false
				
} , {

                //10
                title: 'Taggyക്ക് മറുപടി കൊടുക്കാം',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>ഓക്കേ, സമാധാനമായിരിക്കൂ... ഒരു ദീർഘശ്വാസമെടുക്കൂ, ദീർഘമായി ശ്വാസമെടുക്കൂ...... ദീർഘമായിത്തന്നെ ശ്വാാാാാാസമെടുക്കൂൂൂൂൂൂ....<br><br> നമ്മളിപ്പോ എന്താ Taggyയോട് പറയുക. നിങ്ങൾക്ക് ഉറവിടങ്ങളെപ്പറ്റിയുള്ള നയം അറിയാമെന്നും ആവിവരം ചേർക്കാനുള്ള ശ്രമത്തിലാണെന്നും പറഞ്ഞാലോ (എങ്ങനെചെയ്യാമെന്ന് മനസിലാക്കിയ ഉടൻ)?<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#content.mw-body',
                position: 'bottom',
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=9'          
                } , {
                        name: 'Taggyക്ക് മറുപടി കൊടുക്കൂ!',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/6/Civil' ) + '?tour=twa6&step=11'
                        } ],
                allowAutomaticOkay: false

        },  {
                //11
                title: 'നിങ്ങളെത്തന്നെ വെല്ലുവിളിക്കുക...',
                description: 'സൂചന:കാര്യങ്ങൾ ശരിയായി വരുന്നതുവരെ എത്രതവണ വേണമെങ്കിലും നിങ്ങൾക്ക് ഇത് ചെയ്തുനോക്കാം..എപ്പോഴും വീണ്ടും വീണ്ടും ശ്രമിക്കാം!',
                attachTo:'#contentSub',
                position: 'bottom',
                onShow: gt.parseDescription,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyTalk/TWA/Earth' ) + '?tour=twa6&step=10'          
                } ],
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false

},  {
                //12
                title: 'നന്നായി ചെയ്തിരിക്കുന്നു',
                description: 'പുതിയ ടൂൾ നേടിയിരിക്കുന്നു:   <b>മര്യാദ ബാഡ്ജ്</b><center>[[File:TWA badge 11.png|250px|link=]]</center><br>ഭ്രൂമിയുടെ സംവാദതാൾ റീലോഡ് ചെയ്യുക.<br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/6/Civil' ) + '?tour=twa6&step=11'  
                }, {    
                        name: 'റീലോഡ്*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User talk:' + mw.config.get( 'wgUserName' ) + '/TWA/Earth', 'Wikipedia:TWA/Earth/Talk/4' , mw.util.getUrl( 'Special:MyTalk/TWA/Earth' ) + '?tour=twa6&step=13'); }           
                } ],
                allowAutomaticOkay: false

}, {

                //13
                title: 'ശരി, അവലംബം ആവശ്യമാണ്',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>ഒരു ഉറവിടം ഉദ്ധരിക്കുക എന്നതിനർത്ഥം ഒരു ലേഖനത്തിൽ നിങ്ങൾ എവിടെ നിന്ന് വിവരങ്ങൾ കണ്ടെത്തി എന്ന് പറയുക എന്നാണ്. <br> <br> വിവരങ്ങളെ പിന്തുണയ്ക്കാൻ ഉപയോഗിക്കുന്ന ഒരു ഉറവിടത്തെ അവലംബം എന്ന് വിളിക്കുന്നു.<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#content.mw-body',
                position: 'bottom',
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/6/Start' ) + '?tour=twa6&step=12'  
                }, {    
                        name: 'ഇൻലൈൻ മാജിക്ക്*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User:' + mw.config.get( 'wgUserName' ), 'Wikipedia:TWA/Badge/11template2' , mw.util.getUrl( 'Wikipedia:TWA/6/Start' ) + '?tour=twa6&step=14'); }
                } ],
                allowAutomaticOkay: false

} , {
                //14
                title: 'എങ്ങനെ, എന്തുകൊണ്ട് അവലംബങ്ങൾ',
                description: '<br>ലേഖനത്തിൽ ഒരു റഫറൻസ് എങ്ങനെ ചേർക്കാമെന്നും ഇൻലൈൻ അവലംബം ഉപയോഗിച്ച് അത് എങ്ങനെ ചെയ്യാമെന്നും ഞാൻ നിങ്ങളെ കാണിക്കാൻ പോകുന്നു. <br> <br> ഒരു ഇൻലൈൻ അവലംബം ലേഖനത്തിന്റെ വാചകത്തിൽ ഒരു [സംഖ്യ] ആയി കാണിക്കുന്നു, കൂടാതെ അത് ചുവടെയുള്ള അവലംബങ്ങളുടെ പട്ടികയിലേക്ക് ലിങ്കുചെയ്യുന്നു. <br> <br> ഞങ്ങൾ അങ്ങനെ ചെയ്യുന്നതിനാൽ ഒരു ഉറവിടം ലേഖനത്തിന്റെ ഏത് ഭാഗമാണ് പിൻതുണയ്ക്കുന്നതെന്ന് വായനക്കാർക്ക് അറിയാൻ കഴിയും..<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyTalk/TWA/Earth' ) + '?tour=twa6&step=13' 
                } , {        
                        name: 'നമുക്കിത് ചെയ്യാം',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=15'
                        } ],

        },  {
                //15
                title: 'തിരുത്തുക ഞെക്കുക',
                description: '<br>മൂലരൂപം തിരുത്തുക ഞെക്കുക. അതുവഴി നിങ്ങൾക്ക് ഒരു ഇൻലൈൻ അവലംബം ചേർക്കാം.<br><br>',
                attachTo: '#ca-edit',
                position: 'bottom',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/6/Start' ) + '?tour=twa6&step=14' 
                } ],
                shouldSkip: function() {
                        return gt.hasQuery( { action: 'edit' } );
                }

        },  {
              
                //16
                title: 'അവലംബം ചേർക്കുന്ന ഘട്ടങ്ങൾ',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>ഉറവിടം വിവരിക്കുന്ന അവലംബം ആദ്യം പകർത്തുക.<br><br><b>Gnawledge, O\'penn. "Planet Earth in the Balance of History".  സയൻസ് ആൻഡ് നേച്ചർ ജേണൽ.  SandNjournal.com/Earthinthebalance. March 21, 2013. പിടിച്ചെടുത്തത് {{currentdate}}.</b><br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#wpTextbox1', 
                position: 'bottomRight',
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=15' 
                } , { 
                	    name: 'Copied',
                        action: 'next',
                        } ],

} , {
                //17
                title: 'അത് ഉദ്ധരിക്കുക',
                description: '<br>നിങ്ങൾ ഉറവിടമാക്കാൻ ആഗ്രഹിക്കുന്ന വാക്യത്തിന്റെ അവസാന കുത്തിനു(പൂർണ്ണവിരാമം) ശേഷം മൗസ് ക്ലിക്ക് ചെയ്യുക. അവലംബം ഇപ്പോൾ ഒട്ടിക്കരുത്.<br><br>ഇനി ടൂൾബാറിലെ [[File:OOjs UI icon reference.svg]] അവലംബം ഐക്കൺ ഞെക്കുക. അവലംബം ഇവിടെ പകർത്തുക!<br><br>പകർത്തിയതിനു ശേഷം ഇൻസർട്ട് ഞെക്കുക.<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#wpTextbox1', 
                position: 'bottomRight',
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=16&action=edit' 
                } , { 
                	    name: 'Inserted',
                        action: 'next',
                        } ],

} , {
                //18
                title: 'ഒരു അവലംബപട്ടിക ചേർക്കുക',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>അവലംബങ്ങൾ കാണിക്കുന്നതിനായി ഒരു അവലംബപട്ടിക ചേർക്കുക <br><br>എഡിറ്റിംഗ് ബോക്‌സിന്റെ ചുവടെ മൗസ് ഞെക്കുക. <br><br><b><nowiki>{{reflist}}</nowiki></b> എന്ന് ടൈപ്പ് ചെയ്യുക<br/><br/>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#wpTextbox1', 
                position: 'bottomRight',
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=17&action=edit' 
                } , { 
                	    name: 'അവലംബപട്ടിക ചേർത്തിരിക്കുന്നു!',
                        action: 'next',
                        } ],

} , {
                //19
                title: 'ആ ടാഗ് ഒഴിവാക്കുക:)',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>നിങ്ങൾ പ്രശ്നം പരിഹരിച്ചു, അതിനാൽ വൃത്തിയാക്കൽ ടാഗ് ഒഴിവാക്കുക. <br><br><b><nowiki>{{Unreferenced}}</nowiki></b> എന്ന ടാഗ് കണ്ടെത്തി ഒഴിവാക്കുക. ധൈര്യമായി ചെയ്യുക.!<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                attachTo: '#wpTextbox1', 
                position: 'bottomRight',
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=18&action=edit' 
                } , { 
                	    name: 'മായ്ച്ചു!',
                        action: 'next',
                        } ],

} , {
                //20
                title: 'തിരുത്തൽ സംഗ്രഹവും പ്രസിദ്ധീകരണവും',
                description: '<br>നിങ്ങൾ "വിശ്വസനീയമായ ഉറവിടത്തിനായി ഒരു ഇൻലൈൻ അവലംബം ചേർക്കുകയും വൃത്തിയാക്കൽ ടാഗ് നീക്കംചെയ്യുകയും ചെയ്തു" എന്ന് അവരെ അറിയിക്കുക<br><br>നിങ്ങൾ റെഡിയാവുമ്പോൾ പ്രസിദ്ധീകരിക്കുക.<br><br>',
	            attachTo: '#wpSave',
                position: 'bottomRight',
                autoFocus: 'yes',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=19&action=edit' 
                } ],
                shouldSkip: function() {
                        return gt.isPostEdit();
                },
                buttons: postEditButtons

} , {
                //21
                title: 'അതിഗംഭീരമായ ജോലി!',
                description: 'പുതിയ ടൂൾ ലഭിച്ചിരിക്കുന്നു: <b>അവലംബക ബാഡ്ജ്</b><center>[[File:TWA badge 12.png|250px|link=]]</center><br>അത് നോക്കൂ! ഓരോ തവണയും എന്നെ നേടുന്ന ഗോഷ്. നിങ്ങളുടെ റഫറൻസുകളിൽ ഞാൻ വളരെയധികം അഭിമാനിക്കുന്നു. നിനക്ക് എന്തുതോന്നുന്നു? നല്ലത്, ഞാൻ പ്രതീക്ഷിക്കുന്നു. നിങ്ങൾ ചെയ്യണം, കാരണം നിങ്ങൾ പഠിക്കുന്നു. നിങ്ങൾ ഒരു മികച്ച എഡിറ്ററായി മാറുന്നു! നിങ്ങൾ എന്നെ ആകർഷിക്കുന്നു. നിങ്ങൾ എഡിറ്റിംഗ് ... നയം ... ആശയവിനിമയം ... റഫറൻസുകൾ ... നാവിഗേഷൻ ... എന്നിവയെല്ലാം പഠിച്ചിരിക്കുന്നു.<br><br>അഭിനന്ദനങ്ങൾ..<br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth' ) + '?tour=twa6&step=20&action=edit' 
                } , { 
                        name: 'എന്താണ് അടുത്തപരിപാടി?*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "Please login." );   return;   } sendMessage( 'User:' + mw.config.get( 'wgUserName' ), 'Wikipedia:TWA/Badge/12template2' , mw.util.getUrl( 'Wikipedia:TWA/6/End' ) + '?tour=twa6&step=22'); }
                } ],
                allowAutomaticOkay: false

} , {
                //22
                title: 'ആറാം മിഷൻ പൂർത്തിയായിരിക്കുന്നു!',
                description: '<br>[[File:MacLeod, Kevin - Stringed Disco (short).ogg]]<br><b>മിഷൻ 7-ലേക്ക് യാത്ര തുടങ്ങുക, നിങ്ങളുടെ അവിശ്വസനീയമായ കഴിവുകൾ വീണ്ടും ആവശ്യമായി വന്നിരിക്കുന്നു!</b>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            buttons: [ {
	            	    name: 'എന്നെ അഭിനന്ദിക്കൂ!',
                        action: 'end'
                } ],
                allowAutomaticOkay: false
		         
}]
 
} );
 
} (window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) ) ;
"https://ml.wikipedia.org/w/index.php?title=മീഡിയവിക്കി:Guidedtour-tour-twa6.js&oldid=3402933" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്