MediaWiki:Guidedtour-tour-twa7.js

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

// The Wikipedia Adventure Mission 7

( function ( window, document, $, mw, gt ) {
 
//automatic api:edit function to send yourself messages
function sendMessage( targetPage, msgPage, linkTo ) {
	var api = new mw.Api();
	// 請勿再從英文維基百科複製 query revisions 的用法,那是錯誤的!
	api.postWithEditToken( {
		'action' : 'edit',
		'title' : targetPage,
		'appendtext' : "\n{{subst:" + msgPage + "}}",
		'summary' : '新訊息([[WP:TWA|維基百科大歷險]]自動模擬[[MediaWiki:Guidedtour-tour-twa7.js|7]])',
	} ).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: '返回',
                shouldLog: true,
                onclick: function() {
                        window.location.href = window.location.href +
"?veaction=edit";
                }
        } );
}


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

                //1
                title: '看看有甚麼新鮮事?',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>我們先從{{單雙書號轉換|地球}}條目開始吧。<br><br>',
                overlay: true,
                onShow: gt.parseDescription,
                buttons: [ {
                        name: '到地球去*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "請登入。" );   return;   } sendMessage( 'User:' + mw.config.get( 'wgUserName' ) + '/TWA/Earth/2', 'Wikipedia:TWA/Earth/4' , mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=2'); }           
                } ],
		        allowAutomaticOkay: false,
 
        },  {
                //2
                title: '哇!真有活力!',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>{{ProperNoun|這種事情}}到底是怎樣發生的啊?<br><br>',
                onShow: gt.parseDescription,
                attachTo: '#content.mw-body',
                position: 'bottom',
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/1/Start' ) + '?tour=twa7&step=1'          
                } , {
                        name: '查看編輯歷史',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Earth/History/2' ) + '?tour=twa7&step=3'
 
                } ],
                allowAutomaticOkay: false,
 
        },  {
                //3
                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,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=2'          
                } , {
                        name: '很棒耶?',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/7/Start' ) + '?tour=twa7&step=4'      
                } ],
               
 
        },  {

                //4
                title: '維基!維基!',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>「維基百科」中的「維基」源於夏威夷語Wiki,意思是{{ProperNoun|快}}。<br><br>Wiki站點容許全世界的網民同時協作,以神奇的速度一起創造不可思議的成果。<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
		        buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/Earth/History/2' ) + '?tour=twa7&step=3'          
                } , {
                        name: '到底是如何?',
                        action: 'next'      
                } ],



        },  {
                //5
                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( 'Wikipedia:TWA/7/Start' ) + '?tour=twa7&step=4'          
                } , {
                        name: '林納斯定律?',
                        action: 'next'      
                } ],

        },  {
                //6
                title: '林納斯定律',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>研究證明,維基百科和其他百科全書一樣可靠,只是我們修正錯誤的速度{{ProperNoun|比較快}}。<br><br>我們的工作正正能夠體現-{zh-hans:程序员; zh-hant:程式設計員}-之間的一句金句:<br><br><b>「足夠多的眼睛,就可讓所有問題浮現。」</b><br><br>也就是說,<b>我們<b>能夠令<b>所有事</b>變成可能。</br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/7/Start' ) + '?tour=twa7&step=5'          
                } , {
                        name: '令地球踏上新台階',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=7'      
                } ],	

},  {
                //7
                title: '要裝飾一下地球了',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>協作過程為{{單雙書號轉換|地球}}加入了許多出色的內容,不過這條目還缺了一些東西——嗯,缺了一點{{ProperNoun|花樣}}。<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
	            allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/7/Start' ) + '?tour=twa7&step=6'          
                } , {
                        name: '打扮地球吧',
                        action: 'next'
                } ],	


} , {
                //8
                title: '條目也該變得好看',
                description: '<br><div align="left">[[File:TWA_guide_right_top.png|link=]]</div>我們一起來打扮它吧,先從章節開始。<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/2' ) + '?tour=twa7&step=7'          
                } , {
                	    name: '變出章節標題!',
                        action: 'next',
                        } ],
                allowAutomaticOkay: false
				
} , {

                //9
                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:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=8'          
                } ],
                shouldSkip: function() {
                        return gt.hasQuery( { action: 'edit' } );
                }

        },  {
                //10
                title: '插入章節標題',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>首先,把段落標題「形態及構造」加亮。<br><br>然後按工具列中的「高級」,開啟「標題」-{zh-hans:菜单; zh-hant:選單;}-。你要用的是「2級」標題。<br><br>然後為所有章節標題進行同一個步驟:<br>1) 形態及構造<br>2) 板塊構造<br>3) 地貌<br>4) 大氣圈<br>5) 天氣、氣候及水圈<br>6) 地球的運動<br>7) 參考資料<br><br>',
                overlay: false,
                onShow: gt.parseDescription,
                attachTo: '#wpTextbox1', 
                position: 'bottomRight',
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=9'          
                } , {
                	    name: '已插入標題',
                        action: 'next',
                        } ],

 },  {
                //11
                title: '為未來留下筆記',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>我們還可以在章節標題下面插入子標題,只需要選用更高級別的標題就可以了(例如2級標題的子標題是3級標題)。<br><br>',
                overlay: false,
                onShow: gt.parseDescription,
                attachTo: '#wpTextbox1', 
                position: 'bottomRight',
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=10&action=edit'          
                } , {
                	    name: '明白',
                        action: 'next',
                        } ],

} , {
                //12
                title: '寫下編輯摘要和儲存',
                description: '<br>告訴大家,您「增加了章節標題。」<br><br>準備好了以後,就<b>儲存</b>。',
	            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/2' ) + '?tour=twa7&step=11&action=edit'          
                }],
                shouldSkip: function() {
                        return gt.isPostEdit();
                },
                buttons: postEditButtons

} , {
                //13
                title: '繼續吧',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>簡單的格式修改已經足以改善條目的面貌。<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/2' ) + '?tour=twa7&step=12&action=edit'          
                }, {
                	    name: '連接吧',
                        action: 'next',
                        } ],
                allowAutomaticOkay: false
				
} , {

                //14
                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:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=13'          
                }],
                shouldSkip: function() {
                        return gt.hasQuery( { action: 'edit' } );
                }

        },  {
                //15
                title: '插入維基連結',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>您需要在章節{{ProperNoun|內文}}尋找下列關鍵詞,然後插入維基連結。您可以全做完,只完成一些也可以⋯⋯<br><br>*形態及構造:<b>圓周</b><br>*板塊構造:<b>板塊</b>(僅限第一次提及)<br>*地貌:<b>都市化</b><br>*大氣圈:<b>甲烷</b><br>*天氣、氣候及水圈:<b>對流</b><br>*地球的運動:<b>獵戶臂</b> <br><br>插入維基連結時,請先把關鍵詞加亮,然後點下工具列中的[[File:OOjs UI icon link-ltr.svg]]按鈕,再按「插入-{zh-hans:链接; zh-hant:連結;}-」。<br><br>',
                overlay: false,
                onShow: gt.parseDescription,
                attachTo: '#wpTextbox1', 
                position: 'bottomRight',
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=14&action=edit'          
                }, {
                	    name: '已加入維基連結',
                        action: 'next',
                        } ],

 },  {
                //16
                title: '為未來留下筆記',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>我們為有關主題的重要字詞插入維基連結,是為了讓讀者深入理解這些字詞。您只需要為直接關係到條目主題的特別事物插入維基連結,而不是甚麼東西都要。<br><br>',
                overlay: false,
                onShow: gt.parseDescription,
                attachTo: '#wpTextbox1', 
                position: 'bottomRight',
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=15&action=edit'          
                }, {
                	    name: '明白',
                        action: 'next',
                        } ],

} , {
                //17
                title: '寫下編輯摘要和儲存',
                description: '<br>告訴大家,您「為有關主題的獨特字詞加入內部連結。」<br><br>準備好了以後,就<b>儲存</b>。',
	            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/2' ) + '?tour=twa7&step=16&action=edit'          
                }],
                shouldSkip: function() {
                        return gt.isPostEdit();
                },
                buttons: postEditButtons

} , {
                //18
                title: '做得好!',
                description: '獲得新工具:<b>連接者獎章</b><div class="center">[[File:TWA badge 12.png|250px|link=]]</div><br>現在大家每天都可以花時間去了解地球和其他相關的事物了。<br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=17&action=edit'          
                } , {
                        name : '現在地球需要的是⋯⋯*',
                        onclick: function() {sendMessage( 'User:' + mw.config.get( 'wgUserName' ), 'Wikipedia:TWA/Badge/13template2' , mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=19'); } 
                } ],
                allowAutomaticOkay: false

} , { 

                //19
                title: '嗯⋯⋯',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>您知道這條目還缺了些甚麼嗎?生動而切題的圖片具有教育作用,令瀏覽條目的讀者有如身歷其境。該到哪裏去找呢?<br><br>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=18'          
                } , {
                	    name: '自由的自,自由的由',
                        action: 'next',
                        } ],
                allowAutomaticOkay: false
	

        },  {
                //20
                title: '共享資源都有些甚麼',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>圖片都儲存在維基百科的姊妹項目——<br><strong>維基共享資源</strong>裏。<br><br>你看,維基百科是<b>維基媒體運動</b>的一部分,該運動下共有18個項目,雖然專注的領域不一樣,不過都以促進自由知識為目標。不止中文版,維基百科還提供其他數百種語言的版本呢!<br><br>總部位於-{zh-hans:旧金山; zh-hk:三藩市; zh-tw:舊金山;}-的<b>維基媒體基金會</b>負責為維基百科研發科技、籌集經費,同時通過撥款等計劃支援社群。<br><br>',
                overlay: true,
                onShow: gt.parseDescription,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=19'          
                } , {
                	    name: '好!',
                        action: 'next',
                        } ],

 },  {
                //21
                title: '共享資源的寶藏',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>共享資源收藏了大量圖片、聲音檔案和影片,總計接近一億份檔案,而且還會繼續增加呢!<br><br>和維基百科的內容一樣,任何人都可以自由使用(包括商業用途!)和修改這些圖片。:)<br><br>來看看{{單雙書號轉換|地球}}的討論頁吧,或許已經有人給您推薦了幾幅圖片呢。<br><br>',
                overlay: true,
                onShow: gt.parseDescription,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=20'          
                } , {
                        name: '看看討論頁*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "請登入。" );   return;   } sendMessage( 'User talk:' + mw.config.get( 'wgUserName' ) + '/TWA/Earth', 'Wikipedia:TWA/Earth/Talk/5' , mw.util.getUrl( 'Special:MyTalk/TWA/Earth' ) + '?tour=twa7&step=22'); }           
                } ],
                allowAutomaticOkay: false,

},  {
                //22
                title: '加入圖片',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>好,先回到地球,再加入這些圖片吧。我會教您怎麼做。<br><br>',
                overlay: false,
                onShow: gt.parseDescription,
                attachTo: '#content.mw-body',
                position: 'bottom',
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=21'          
                } , {
                        name: '加入吧',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=23'      
                } ],             

} , {

                //23
                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:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=22'          
                } ],
                shouldSkip: function() {
                        return gt.hasQuery( { action: 'edit' } );
                }

} , {
                //24
                title: '如何加入圖片——簡單!',
                description: '<br><div align="left">[[File:TWA_guide_left_top.png|link=]]</div>首先複製檔案名:<b>The Blue Marble.jpg</b><br><br> 接着把-{zh-hans:指针; zh-hant:指標;}-移動到第一個章節標題的下方<br><br>再按下工具列{{ProperNoun|左上}}方 [[File:OOjs UI icon image-ltr.svg]] 這個看起來像山水畫的按鈕<br><br> 最後在輸入框內-{zh-hans:粘贴; zh-hant:貼上;}-檔案名,再{{ProperNoun|插入}}圖片。<br><br>',
                overlay: false,
                onShow: gt.parseDescription,
                attachTo: '#wpTextbox1', 
                position: 'bottomRight',
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=23'          
                } , {
                	    name: '已加入第一幅圖片',
                        action: 'next',
                        } ],

} , {

                //25
                title: '多點圖片更好看',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>複製蓋亞女郎其他圖片的檔案名,然後在章節標題下面(除了「參考資料」不用)開新行,按下圖片按鈕,一個一個地把這些圖片加進條目裏。<br><br>Bachalpseeflowers.jpg<br>Sunset in El Porto, California (8074300769).jpg <br>Polarlicht 2.jpg <br>Red eyed tree frog edit2.jpg <br>Schoolgirls in Bamozai.JPG<br><br>',
                overlay: false,
                attachTo: '#wpTextbox1', 
                position: 'bottomRight',
                onShow: gt.parseDescription,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=24&action=edit'          
                } , {
                	    name: '已加入所有圖片',
                        action: 'next',
                        } ],

} , {
                //26
                title: '寫下編輯摘要和儲存',
                description: '<br>告訴大家,您「加入圖片,說明地球的自然環境、生物和創造。」<br><br>準備好了以後,就{{ProperNoun|儲存}}。',
	            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/2' ) + '?tour=twa7&step=25&action=edit'          
                }],
                shouldSkip: function() {
                        return gt.isPostEdit();
                },
                buttons: postEditButtons

},  {
                //27
                title: '哇',
                description: '獲得新工具:<b>插畫師獎章</b><div class="center">[[File:TWA badge 12.png|250px|link=]]</div><br>看看您的成就吧——這{{單雙書號轉換|地球}}能有多美麗?<br>',
                overlay: false,
                onShow: gt.parseDescription,
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=26&action=edit'          
                } , {
                        name: '繼續下去*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "請登入。" );   return;   } sendMessage( 'User:' + mw.config.get( 'wgUserName' ), 'Wikipedia:TWA/Badge/14template2' , mw.util.getUrl( 'Wikipedia:TWA/7/Start' ) + '?tour=twa7&step=28'); } 
                } ],

},  {
                //28
                title: '您⋯⋯',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>您的貢獻為地球神廟中的知識金字塔堆上新的一層樓,令文明森林中的紅杉樹茁壯成長,令人文嘉年華裏的摩天輪轉得更快⋯⋯<br><br>您懂了!嘿,您有一則新訊息!<br><br>',
                overlay: true,
                onShow: gt.parseDescription,
                closeOnClickOutside: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Special:MyPage/TWA/Earth/2' ) + '?tour=twa7&step=27'          
                } , {
                        name: '查看訊息*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "請登入。" );   return;   } sendMessage( 'User talk:' + mw.config.get( 'wgUserName' ) + '/TWA', 'Wikipedia:TWA/MyTalk/8' , mw.util.getUrl( 'Special:MyTalk/TWA' ) + '?tour=twa7&step=29'); }           
                } ],
                allowAutomaticOkay: false,

},  {
                //29
                title: ':-)',
                description: '<br><div align="right">[[File:TWA_guide_right_top.png|link=]]</div>很高——興您的貢獻得到了同儕的注意、認可和肯定。<br><br>我們把這種訊息稱為<b>維基友愛</b>。如果您覺得其他用戶做得好,您可以給他們送禮物、甜點這些,去鼓勵他們。很簡單,只需要按下用戶頁上方的愛心,就可以表揚他們了。<br><br>希望您也和我一樣喜歡這裏。我以您為榮。準備好了嗎?<br><br>',
                overlay: false,
                onShow: gt.parseDescription,
                attachTo: '#content.mw-body',
                position: 'bottom',
                closeOnClickOutside: false,
                allowAutomaticOkay: false,
                buttons: [ {
                        name: '<big>←</big>',
                        action: 'externalLink',
                        url: mw.util.getUrl( 'Wikipedia:TWA/7/Start' ) + '?tour=twa7&step=28'          
                } , {
                        name: '去探索吧*',
                        onclick: function()  {  if(!mw.config.get('wgUserName')){  alert( "請登入。" );   return;   } sendMessage( 'User:' + mw.config.get( 'wgUserName' ), 'Wikipedia:TWA/Badge/15template2' , mw.util.getUrl( 'Wikipedia:TWA/7/End' ) + '?tour=twa7&step=30'); }           
                } ],

} , {
                //30
                title: '維基百科大歷險正式展開',
                description: '<div align="left">[[File:TWA_guide_left_top.png|link=]]</div>您能改變世界。去讓地球變更好吧!再見!<div align="right">[[File:TWA_guide_right_top.png|link=]]</div>',
                onShow: gt.parseDescription,
                overlay: false,
                closeOnClickOutside: true,
	            buttons: [ {
	        	        name: '恭喜自己!',
                        action: 'end'
                } ],
                allowAutomaticOkay: false
		       
}]

} );
 
} (window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) ) ;