Module:HonorTabs

From Pathfinder Wiki
Revision as of 21:14, 25 April 2021 by DesignerThan (talk | contribs) (Created page with "local p = {} function p.hello( 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:HonorTabs/doc

local p = {}

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

return p