6,571
次編輯
小 (cover up) |
小無編輯摘要 |
||
行 1: | 行 1: | ||
local p = { single = { idx = -100, name = "Memory Archive" } } | local p = { single = { idx = -100, name = "Memory Archive" } } | ||
local plst = mw.text.jsonDecode(mw.getCurrentFrame():expandTemplate { title = "packlist" }).packs | local plst = mw.text.jsonDecode(mw.getCurrentFrame():expandTemplate { title = "packlist.json" }).packs | ||
local special = { base = true, omatsuri = true, observer = true } | local special = { base = true, omatsuri = true, observer = true } | ||
for i, v in ipairs(plst) do | for i, v in ipairs(plst) do |