Jump to content

Module:Cite taxon/utilities

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jts1882 (talk | contribs) at 07:07, 15 July 2020 (create utility for list species formating funtion). 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.format_species_list = function(frame)

  local list = frame.args[1]
  return list
	
end

return p