A Wiki in the Desert
Log in

Module:HerbGallery

From A Wiki in the Desert
Revision as of 02:29, 15 May 2021 by Omegaice (talk | contribs) (Created page with "local p = {} --p stands for package function p.gallery( frame ) return "Hello, world!" end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {} --p stands for package

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

return p