Difference between revisions of "Module:Infobox Bonuses"

From Alora Wiki
Jump to: navigation, search
(Created page with "local p = {} --p stands for package function p.hello( frame ) return "Hello, world!" end return p")
 
(No difference)

Latest revision as of 06:22, 16 July 2020

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

Script error: Lua error: Cannot create process: proc_open is not available. Check PHP's "disable_functions" configuration directive.

local p = {} --p stands for package

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

return p