打开主菜单
首页
随机
登录
设置
关于Arcaea中文维基
免责声明
搜索
查看“Module:Songlist index”的源代码
←
Module:Songlist index
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
local idx = {} local slst = mw.text.jsonDecode(mw.getCurrentFrame():expandTemplate { title = "songlist.json" }).songs local special = { ifi = "#1f1e33|#1f1e33", aiueoon = "AI[UE]OON|AI[UE]OON", quon = "Quon (Feryquitous)|Quon", quonwacca = "Quon (DJ Noriken)|Quon" } for i, v in ipairs(slst) do local name = special[v.id] or v.title_localized.en local val = { idx = i, title = name, id = v.id } idx[v.id], idx[name] = val, val end return { slstIdx = idx, slst = slst }
本页使用的模板:
Module:Songlist index/doc
(
查看源代码
)
返回
Module:Songlist index
。