Module:Infobox Bonuses

From Alora Wiki
Jump to: navigation, search

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