Module:Taxon authority/data

MyWikiBiz, Author Your Legacy — Monday May 20, 2024
< Module:Taxon authority
Revision as of 07:33, 16 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Taxon authority/data/doc

local p = {}

p.botanicalAuthorites = {
	-- authority name, page title of wikipedia article
	{ "L.",      "Carl Linnaeus" },
	{ "Schldl.", "Diederich Franz Leonhard von Schlechtendal" },
    { "Cham.",   "Adelbert von Chamisso" }, 
}
return p