分類:幫助

於 2020年3月12日 (四) 22:04 由 imported>=海豚= 所做的修訂

").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"); }); } });

這裏存有全部的幫助頁面

建議新手從 入門教程 看起

有問題?去Talk:提問求助區問問吧~

看完教程想要嘗試效果?來沙盒練練手吧~ →Help:沙盒