MediaWiki:Common.js:修订间差异
imported>=海豚= 无编辑摘要 |
imported>=海豚= 无编辑摘要 |
||
| 第129行: | 第129行: | ||
//重复文件列表函数 | //重复文件列表函数 | ||
function duplicatedFileList() { | function duplicatedFileList() { | ||
if (window.location.href.indexOf("title") === -1) { window.location.replace("http:// | if (window.location.href.indexOf("title") === -1) { window.location.replace("http://www.hmoegirl.com/index.php?title=Special:ListDuplicatedFiles&limit=500&offset=0"); } | ||
$("#mw-content-text .mw-spcontent ol").attr("id", | $("#mw-content-text .mw-spcontent ol").attr("id", | ||
"picOl"); | "picOl"); | ||
| 第161行: | 第161行: | ||
container.append("您虽然无权编辑本页面,但您可以点击右侧按钮在本页的讨论页提出编辑请求,让可以编辑的人代为编辑:"); | container.append("您虽然无权编辑本页面,但您可以点击右侧按钮在本页的讨论页提出编辑请求,让可以编辑的人代为编辑:"); | ||
$("<span/>").addClass("newComment").text("提出编辑请求").on("click", function() { | $("<span/>").addClass("newComment").text("提出编辑请求").on("click", function() { | ||
window.open("https:// | window.open("https://www.hmoegirl.com/index.php?action=edit&preload=Template:编辑请求/comment&preloadtitle=编辑请求 - " + mw.config.get("wgUserName") + "§ion=new&title=" + talkpage, "_blank"); | ||
}).appendTo(container); | }).appendTo(container); | ||
$("#mw-content-text").children(".wikiEditor-ui:first, textarea[readonly]:first").before("<hr>").before(container); | $("#mw-content-text").children(".wikiEditor-ui:first, textarea[readonly]:first").before("<hr>").before(container); | ||
| 第209行: | 第209行: | ||
messageDialog.message.$label.html("<br>您提交的内容包含以下部分,被禁止提交:<br><br><ul>" + results.map(function(result) { | messageDialog.message.$label.html("<br>您提交的内容包含以下部分,被禁止提交:<br><br><ul>" + results.map(function(result) { | ||
return "<li>" + result + "</li>"; | return "<li>" + result + "</li>"; | ||
}).join("") + '</ul><br><br>如果您认为您的编辑无误,请在自行保存编辑内容后到<a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https:// | }).join("") + '</ul><br><br>如果您认为您的编辑无误,请在自行保存编辑内容后到<a target="_blank" rel="nofollow noreferrer noopener" class="external text" href="https://www.hmoegirl.com/Talk:讨论版">讨论版</a>提问。'); | ||
windowManager.openWindow(messageDialog, { | windowManager.openWindow(messageDialog, { | ||
actions: [{ | actions: [{ | ||