本WIKI由旅行者酒馆于2021年10月05日申请开通。内容按CC BY-NC-SA 4.0协议提供,编辑权限开放。本WIKI仍在努力完善中,欢迎收藏。编辑组为非官方民间组织为爱发电,欢迎各路能人异士加入。

免责声明反馈留言收藏方法 • 交流群:1017604603
全站通知:

Widget:Eidolons

来自崩坏:星穹铁道WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

<script> (window.RLQ = window.RLQ || []).push([["jquery"], function () { $(function () { $("body").on("click", ".xinghun-box > div", function () { $(".xinghun-box > div").removeClass("checked"); $(this).addClass("checked"); let xinghuntype = $(this).data("xinghuntype"); $(".xinghun-more>div").hide(); $(`.xinghun-more div[data-xinghuntype="${xinghuntype}"]`).show(); });

$("body").on("click", ".eidolons-content", function () { let eidolonsdiv = $(this).parent(); let charname = this.getAttribute("data-charname"); let charname2 = this.getAttribute("data-charname2"); let templateText; if (charname2) {

templateText = "

";

} else {

templateText = "

";

} loadeidolonscontent(eidolonsdiv,templateText) }) function loadeidolonscontent(eidolonsdiv,templateText) { var api = new mw.Api(); api.get({ action: "parse", text: templateText, }).then(function(ret) { if (ret && ret.parse && ret.parse.text) { eidolonsdiv.html(ret.parse.text['*']); } else {

eidolonsdiv.html("

加载内容失败:请检查文件名或服务器状态。

");

} }).catch(function(error) {

eidolonsdiv.html("

加载内容失败:API 请求发生错误。

");

}); }

       $("body").on("click", ".standby-gif", function () {
           let filename = $(this).data('filename');
           let src = $(this).data('src');
           $(this).replaceWith(`
                     
                 `);
       })

}) }]) </script>