Jump to content

Module:Cite IUCN

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jts1882 (talk | contribs) at 08:42, 18 October 2018 (create outline module to handle iucn references). 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 = {}

function p.main(frame)
	
	local taxon = mw.getCurrentFrame():getParent().args['taxon']
	return taxon
end

return p