Jump to content

Module:Sandbox/Element10101

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Element10101 (talk | contribs) at 20:45, 28 May 2025 (test lua). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {}

p.cow = function(frame)
	return "MooMoo is the best cow"
end

return p