“MediaWiki:Common.js”的版本间的差异

来自萌娘共享
跳转至: 导航搜索
第10行: 第10行:
 
     }).append($("<a/>", {
 
     }).append($("<a/>", {
 
         css: {
 
         css: {
             "box-sizing":"border-box",
+
             "box-sizing": "border-box",
             "-webkit-appearance":"none",
+
             "-webkit-appearance": "none",
             zoom:"1",
+
             zoom: "1",
             "vertical-align":"middle",
+
             "vertical-align": "middle",
             background:"#ffffff",
+
             background: "#ffffff",
             color:"#555555",
+
             color: "#555555",
             border:"1px solid #cccccc",
+
             border: "1px solid #cccccc",
             "text-align":"center",
+
             "text-align": "center",
             "font-weight":"bold",
+
             "font-weight": "bold",
             cursor:"pointer",
+
             cursor: "pointer",
             "max-width":"28.75em",
+
             "max-width": "28.75em",
             padding:".5em 1em",
+
             padding: ".5em 1em",
             margin:"0",
+
             margin: "0",
             "border-top-left-radius":"2px",
+
             "border-top-left-radius": "2px",
             "border-bottom-left-radius":"2px",
+
             "border-bottom-left-radius": "2px",
             "text-decoration":"none",
+
             "text-decoration": "none",
             "min-width":"48px",
+
             "min-width": "48px",
             "font-family":"inherit",
+
             "font-family": "inherit",
             "font-size":"1em",
+
             "font-size": "1em",
 
             "line-height": "1.6em"
 
             "line-height": "1.6em"
 
         },
 
         },
         text:"在萌娘百科上查看文件说明页"
+
         text: "在萌娘百科上查看文件说明页"
 
     }).on("click", function() {
 
     }).on("click", function() {
 
         window.open("https://zh.moegirl.org" + location.pathname + location.search, "_blank");
 
         window.open("https://zh.moegirl.org" + location.pathname + location.search, "_blank");
第45行: 第45行:
 
         $(".mw-spcontent > p:nth-child(1), .mw-spcontent > p:nth-child(2), .mw-spcontent > p:nth-child(7)").hide();
 
         $(".mw-spcontent > p:nth-child(1), .mw-spcontent > p:nth-child(2), .mw-spcontent > p:nth-child(7)").hide();
 
     }
 
     }
 +
    $('#mw-content-text a').each(function() {
 +
        var link = new mw.Uri(this.href);
 +
        if (link.host !== 'commons.moegirl.org') return;
 +
        if (/^\/\.api\.php/i.test(link.path)) return;
 +
        if (!link.query.title && /\.php$/i.test(link.path)) return;
 +
        var href = link.query.title || decodeURI(link.path.substring(1));
 +
        if (/^user:|^user[ _]talk:/i.test(href)) $(this).after('<sub>[<a title="主站上的“' + href + '”" href="https://zh.moegirl.org/' + href + '">主</a>]</sub>');
 +
    });
 
     //修复代码编辑器$.ucFirst引用错误
 
     //修复代码编辑器$.ucFirst引用错误
 
     jQuery.extend({
 
     jQuery.extend({

2017年3月5日 (日) 10:59的版本

/* 这里的任何JavaScript将为所有用户在每次页面载入时加载。 */
$(function() {
    if (new mw.Uri(document.referrer).host === "zh.moegirl.org") $("#back").removeAttr('style').on("click", function() {
        history.go(-1);
    });
    if ($(".fileInfo")[0]) $(".fileInfo").after($("<div/>", {
        css: {
            'margin-top': '.5em'
        }
    }).append($("<a/>", {
        css: {
            "box-sizing": "border-box",
            "-webkit-appearance": "none",
            zoom: "1",
            "vertical-align": "middle",
            background: "#ffffff",
            color: "#555555",
            border: "1px solid #cccccc",
            "text-align": "center",
            "font-weight": "bold",
            cursor: "pointer",
            "max-width": "28.75em",
            padding: ".5em 1em",
            margin: "0",
            "border-top-left-radius": "2px",
            "border-bottom-left-radius": "2px",
            "text-decoration": "none",
            "min-width": "48px",
            "font-family": "inherit",
            "font-size": "1em",
            "line-height": "1.6em"
        },
        text: "在萌娘百科上查看文件说明页"
    }).on("click", function() {
        window.open("https://zh.moegirl.org" + location.pathname + location.search, "_blank");
    })));
    if ($(".mw-special-ListDuplicatedFiles")[0] && $('.mw-spcontent > p')[1]) {
        if (window.location.href.indexOf("title") == -1) window.location.replace("http://commons.moegirl.org/index.php?title=Special:ListDuplicatedFiles&limit=500&offset=0");
        $('#mw-content-text .mw-spcontent ol').attr("id", "picOl");
        $('#picOl').before('<p id="picOlTitle">图片列表:</p>').after('<p id="MP3OlTitle">MP3列表:</p><ol start="1" id="MP3Ol"></ol>');
        $("#picOlTitle, #MP3OlTitle").hide();
        $("#picOl").find("[href$='.mp3'], [href$='.ogg']").parent().appendTo("#MP3Ol");
        if ($("#picOl").find("li").length) $("#picOlTitle").show();
        if ($("#MP3Ol").find("li").length) $("#MP3OlTitle").show();
        $(".mw-spcontent > p:nth-child(1), .mw-spcontent > p:nth-child(2), .mw-spcontent > p:nth-child(7)").hide();
    }
    $('#mw-content-text a').each(function() {
        var link = new mw.Uri(this.href);
        if (link.host !== 'commons.moegirl.org') return;
        if (/^\/\.api\.php/i.test(link.path)) return;
        if (!link.query.title && /\.php$/i.test(link.path)) return;
        var href = link.query.title || decodeURI(link.path.substring(1));
        if (/^user:|^user[ _]talk:/i.test(href)) $(this).after('<sub>[<a title="主站上的“' + href + '”" href="https://zh.moegirl.org/' + href + '">主</a>]</sub>');
    });
    //修复代码编辑器$.ucFirst引用错误
    jQuery.extend({
        ucFirst: function(s) {
            s += '';
            return s.charAt(0).toUpperCase() + s.substring(1);
        }
    });
});