小部件CurrentPrice出错: unable to write file /opt/bitnami/apps/mediawiki/htdocs/extensions/Widgets/compiled_templates/wrt681c21408a1102_97212927

Module:Test

来自早鸟科技-区块链百科|数字货币大全
跳转至: 导航搜索

Documentation for this module may be created at Module:Test/doc

local p = {} -- p stands for package

function p.hello( frame )
    return "Hello, world!"
end

return p