急需改进即将删除的页面需要删除执行员删除的页面模板包含上限已经超过的页面正处于编辑战的页面含有受损文件链接的页面
错误发色错误生日预加载模板残留追踪分类
").find('.mw-category-group[data-index="' + index + '"]').find("ul").append($cat.find("li")); }
}).end().remove();
$catlist.find("li").each(function () {
$(this).attr("data-title", $(this).find("a:first").text());
});
$catlist.find(".mw-category-group").sort(function (a, b) {
return a.dataset.index.localeCompare(b.dataset.index);
}).appendTo($catlist.find(".mw-category"));
impTitle.forEach(function (v) {
var needCheckFlag = v.endsWith("#");
var target = $catlist.find('li[data-title="' + v.replace(/#$/, "") + '"]');
target.appendTo($impcats.find("ul"));
if (needCheckFlag) {
var clone = target.clone();
clone.find("a").remove();
if (/\d/.test(clone.text())) {
target.css({
"font-size": "1.5em",
"font-weight": "bold",
"text-decoration": "underline",
});
}
}
});
$("#mw-subcategories .mw-category-group").each(function () {
if (!$(this).find("li")[0]) { $(this).remove(); }
});
if ($impcats.find("li")[0]) {
$catlist.find(".mw-content-ltr").before($impcats.sort(function (a, b) {
return a.dataset.title.localeCompare(b.dataset.title);
})).before("
");
}
$catctx.addClass("catPageLink");
});
}
});
这里列出了积压的需要改进的内容的链接:
子分类
本分类有以下17个子分类,共有17个子分类。