Jump to content

Module:Sandbox/Element10101

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Element10101 (talk | contribs) at 22:10, 4 June 2025. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {}

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

p.hymenoptera = function(frame)
	return frame:expandTemplate { title = "Wikipedia:WikiProject Insects/Hymenoptera task force/todo/taxa", args = {} }
end

return p