模块:EventShopList
此模块的文档可以在模块:EventShopList/doc创建
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