Module:Credits

From Videogame Morgue File

Revision as of 12:36, 14 May 2021 by MorgueFile (talk | contribs)

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

local p = {};

p.credits = function( frame )
    local str = "Hello World!"
    return str
end

return p