模块:EventShopList

来自70DNF
AdminAPT留言 | 贡献2025年12月22日 (一) 06:43的版本 (创建页面,内容为“local p = {} function p.list(frame) res_table = {} table.insert(res_table, '123456' ) return table.concat(res_table) end return p”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航 跳转到搜索

此模块的文档可以在模块:EventShopList/doc创建

local p = {}

function p.list(frame)
    res_table = {}
    table.insert(res_table, '123456' )
    return table.concat(res_table)
end

return p