模块:家具图鉴:修订间差异
舰R百科,玩家自由编辑的战舰少女R百科
更多操作
创建页面,内容为“local data = mw.loadData("模块:数据库/家具") local furns = data.furns local p = { } local curFrame = nil local function expand(idx) local furn = furns[...” |
无编辑摘要 |
||
| 第7行: | 第7行: | ||
local function expand(idx) | local function expand(idx) | ||
local furn = furns[idx] | local furn = furns[tostring(idx)] | ||
local args = { idx } | local args = { idx } | ||
return curFrame:expandTemplate{ title = '家具', args = args } | return curFrame:expandTemplate{ title = '家具', args = args } | ||