「Module:Packlist index」:修訂間差異

增加 5 位元組 、​ 2022年10月4日 (星期二)
無編輯摘要
(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