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