Category:帮助
").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"); }); } });
"); } $catctx.addClass("catPageLink"); }); } });
这里存有全部的帮助页面
建议新手从 入门教程 看起
有问题?去H萌娘讨论:讨论版问问吧~
看完教程想要尝试效果?来沙盒练练手吧~ →Help:沙盒
分类“帮助”中的页面
以下13个页面属于本分类,共13个页面。