跳至內容
主選單
主選單
移至側邊欄
隱藏
導覽
卷首
市集
世事
監修
絕妙好文
清風翻書
貢獻品物
凡例
凡例
會館
全典
燕語
有關
特查
尋
尋
外觀
捐助
增簿
籍名
家私
捐助
增簿
籍名
用於已登出編輯者的頁面
了解更多
績
議
查MediaWiki:Common.js之案
新增語言
要
議
English
閱
閱碼
覽史
多寶
工具
移至側邊欄
隱藏
操作
閱
閱碼
覽史
一般
取佐
援引
進獻
文訊
取得短網址
下載QR碼
外觀
移至側邊欄
隱藏
←
MediaWiki:Common.js
子權未逮,有因如纂此頁:
此頁司版,錮之以遠濫。
您沒有權限來編輯此 JavaScript 頁面,因為這會影響到所有的網站訪客。
您的IP位址處於
所有維基媒體基金會wiki上被封鎖
的區段範圍內。
封鎖由
AmandaNP
做出。 給出的原因是
No open proxies
。
封鎖開始時間:二〇二四年九月二九日 (日) 一〇時三二分
封鎖結束時間:二〇二六年九月二九日 (二) 一〇時三二分
您目前的IP位址是45.145.40.181。 被封鎖的位址段為45.145.40.0/24。 請您在詢問時附註以上詳細資料。 如果您認為自己被錯誤封鎖,可以在
請勿使用開放代理
中檢視更多資訊和說明。 此外,請
在元維基上發布稽核請求
討論該封鎖。
爾可視及複之本頁之原始碼。
// BEGIN Configuration for "star" logo in front of interwiki links to Featured Articles /** set to false in Special:Mypage/monobook.js to switch off this "feature" */ var linkFA_enabled = true; /** description that is displayed when cursor hovers above FA interwiki links */ var linkFA_description = "他山之玉"; // linkFA_bullet and linkFA_style werden nur für cologneblue, nostalgia and standard verwendet, // für monobook und simple siehe [[MediaWiki:Common.css]] /** image to use instead of the standard bullet (for cologneblue, nostalgia and standard */ var linkFA_bullet = "/media/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png"; /** style to use for the linkFA_bullet img */ var linkFA_style = "margin-right: 0.2em;"; /** * star logo for featured articles in other languages, * see Template:Link_FA and MediaWiki:Common.css */ function linkFA() { // early exit when disabled if (!linkFA_enabled) return; // skins need to be treated differently if (mw.config.get('skin') == "monobook") { newer(); } else if (mw.config.get('skin') == "cologneblue") { older(); } /** skin == "monobook"*/ function newer() { // links are to replaced in p-lang only var pLang = document.getElementById("p-lang"); if (!pLang) return; var lis = pLang.getElementsByTagName("li"); for (var i = 0; i < lis.length; i++) { var li = lis[i]; // only links with a corresponding Link_FA template are interesting if (!document.getElementById(li.className + "-fa") || li.className.indexOf("badge-featuredarticle") !== -1) continue; // additional class so the template can be hidden with CSS li.className += " FA"; // change title li.title = linkFA_description; } } /** skin == "cologneblue"*/ function older() { // these root elements can contain FA-links var rootIds = new Array("topbar", "footer"); for (var i=0; i<rootIds.length; i++) { var rootId = rootIds[i]; var root = document.getElementById(rootId); if (!root) continue; // if the root exists, try to decorate all the links within var links = root.getElementsByTagName("a"); for (var j=0; j<links.length; j++) { var link = links[j]; decorate(link); } } } /** id necessary, modify a link to show the FA-star (older) */ function decorate(link) { // exit if not a FA-link var lang = link.title.split(":")[0]; // not precise enough var fa = document.getElementById("interwiki-" + lang + "-fa"); if (!fa) return; // possible problem owing the standard skin: "Link FA" template is transcluded with a non-interwiki parameter, for example "Special" // result: links to special pages in the topbar and/or footer might also be marked as a Featured Article // build an image-node for the FA-star var img = document.createElement("img"); img.setAttribute("src", linkFA_bullet); img.setAttribute("alt", linkFA_description); img.setAttribute("style", linkFA_style); // decorate the link with the image link.appendChild(img); link.appendChild(link.removeChild(link.firstChild)); link.setAttribute("title", linkFA_description); } } $(linkFA); // END Configuration for "star" logo in front of interwiki links to Featured Articles /** * WikiMiniAtlas is a popup click and drag world map. * See [[meta:WikiMiniAtlas]] for more information. * Maintainers: [[w:User:Dschwen]] */ mw.loader.load( '//meta.wikimedia.org/w/index.php?title=MediaWiki:Wikiminiatlas.js&action=raw&ctype=text/javascript' ); /** * Remove need for CSS hacks regarding MSIE and IPA. */ if(navigator.userAgent.indexOf("MSIE") != -1 && document.createStyleSheet) { document.createStyleSheet().addRule('.IPA', 'font-family: "Doulos SIL", "Charis SIL", Gentium, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode";'); } /** Wiktionary Change Color************************************************************* */ function wiktionaryChangeColor() { var a = document.getElementsByTagName("A"); for(var i = 0;i<a.length;i++){ t = /^維基大典:維基爾雅\//.exec(a[i].title); if (t){ a[i].style.color = "green"; } } } $(wiktionaryChangeColor); /** Interwiki************************************************************* */ function mainPageAppendCompleteListLink() { mw.loader.using(['mediawiki.util']).then(function () { mw.util.addPortletLink('p-lang', '//meta.wikimedia.org/wiki/List_of_Wikipedias', '一覽', 'interwiki-completelist', '縱橫維基'); }); } if ((mw.config.get('wgTitle') == '卷首' && mw.config.get('wgNamespaceNumber') == 4) || (mw.config.get('wgTitle') == '維基大典:卷首' && mw.config.get('wgNamespaceNumber') == 4) || (mw.config.get('wgTitle') == '維基大典' && mw.config.get('wgNamespaceNumber') == 100)) { $(mainPageAppendCompleteListLink); } /** * 將目錄中類似「一.一」的序號改成「一之一」 */ $('.tocnumber', '#toc').each(function (index, e) { e.textContent = e.textContent.replace(/\./g, '之'); });
返
MediaWiki:Common.js
。
尋
尋
查MediaWiki:Common.js之案
新增語言
入題