<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ACategory_described_in_year%2Fconf</id>
	<title>Module:Category described in year/conf - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ACategory_described_in_year%2Fconf"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Category_described_in_year/conf&amp;action=history"/>
	<updated>2026-05-02T05:57:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:Category_described_in_year/conf&amp;diff=471195&amp;oldid=prev</id>
		<title>Zoran: Pywikibot 6.4.0</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Category_described_in_year/conf&amp;diff=471195&amp;oldid=prev"/>
		<updated>2021-07-15T20:54:49Z</updated>

		<summary type="html">&lt;p&gt;Pywikibot 6.4.0&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--[[==========================================================================]]&lt;br /&gt;
--[[                      Case sensitive conf/map table                       ]]&lt;br /&gt;
--[[==========================================================================]]&lt;br /&gt;
&lt;br /&gt;
local p = {&lt;br /&gt;
--[[============================================================================&lt;br /&gt;
	&lt;br /&gt;
	Any category group (e.g. Amphibians/Birds/etc.) NOT explicitly outlined here &lt;br /&gt;
	in conf{} will follow the 'Default' tree for that group when the template is &lt;br /&gt;
	used on that cateogry.&lt;br /&gt;
	&lt;br /&gt;
	The default-style category tree is:&lt;br /&gt;
		year -&amp;gt; century -&amp;gt; formal&lt;br /&gt;
		year -&amp;gt; Animals:year -&amp;gt; Animals:century&lt;br /&gt;
	Decadal categories are deprecated (see documentation).&lt;br /&gt;
	&lt;br /&gt;
	To create a new tree, only if necessarily different from the default, copy &lt;br /&gt;
	an existing tree and paste it in an appropriate spot in the table, following&lt;br /&gt;
	the same general table format, and updating any group-specific values.&lt;br /&gt;
	&lt;br /&gt;
	%year% and %century% are variables available for use in the description text,&lt;br /&gt;
	and are evaluated based on the current category.&lt;br /&gt;
	&lt;br /&gt;
    ============================================================================]]-- &lt;br /&gt;
	&lt;br /&gt;
	['tocmin'] = 401, --integer; minimum category size to add {{Category TOC}}&lt;br /&gt;
	&lt;br /&gt;
	['Default'] = { --&amp;quot;group&amp;quot; (Animals only; used for: Amphibians/Birds/Crustaceans/Fish/Mammals/Molluscs/Reptiles/Sponges)&lt;br /&gt;
		['minyear'] = 1758, --integer; lowest possible year displayed in nav bars; defaults to 1758 per ICZN Art. 5&lt;br /&gt;
		['year'] = {                 --[[Category:Birds described in 1901]]&lt;br /&gt;
			['parent1'] = 'century', --[[Category:Birds described in the 20th century|1901]] --century or formal&lt;br /&gt;
			['parent2'] = 'Animals', --[[Category:Animals described in 1901]]&lt;br /&gt;
			['description'] = 'This category should only contain articles on [[species]] and notable [[subspecies]].', --adapted from [[Category:Species described in the 18th century]] &amp;amp; [[Category:Species described in the 21st century]]&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {              --[[Category:Birds described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',  --[[Category:Birds by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Animals', --[[Category:Animals described in the 20th century]]&lt;br /&gt;
			['description'] = '',    --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {               --[[Category:Birds by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',   --[[Category:Birds| Year]]&lt;br /&gt;
			['parent2'] = 'Animals', --[[Category:Animals by year of formal description| ]]&lt;br /&gt;
			['description'] = '',    --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	['Animals'] = { --&amp;quot;group&amp;quot;&lt;br /&gt;
		['minyear'] = 1757, --integer; lowest possible year displayed in nav bars; defaults to 1758 per ICZN Art. 5&lt;br /&gt;
		['year'] = {                 --[[Category:Animals described in 1901]]&lt;br /&gt;
			['parent1'] = 'century', --[[Category:Animals described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species described in 1901]]&lt;br /&gt;
			['description'] = '',    --Year description tbd; *not* a container cat&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {              --[[Category:Animals described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',  --[[Category:Animals by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species described in the 20th century]]&lt;br /&gt;
			['description'] = '',    --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {               --[[Category:Animals by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',   --[[Category:Animals| Year]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species by year of formal description]]&lt;br /&gt;
			['description'] = &amp;quot;Year that the taxon was first [[Species description|scientifically described]]. &amp;quot;..&lt;br /&gt;
			&amp;quot;Most often the same year as in the [[Author citation (zoology)|author citation]], &amp;quot;..&lt;br /&gt;
			&amp;quot;but this is not always the case (see ''[[nomen novum]]'', ''[[nomen conservandum]]'', ''[[nomen oblitum]]'').&amp;quot;,&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	['Spiders'] = { --&amp;quot;group&amp;quot;; ICZN allows names in Clerck's Aranei Svecici of 1757, earliest date used in World Spider Catalog&lt;br /&gt;
		['minyear'] = 1757, --integer; lowest possible year displayed in nav bars; defaults to 1758 per ICZN Art. 5&lt;br /&gt;
		['year'] = {                 --[[Category:Spiders described in 1901]]&lt;br /&gt;
			['parent1'] = 'century', --[[Category:Spiders described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Animals', --[[Category:Animals described in 1901]]&lt;br /&gt;
			['description'] = 'Year that the species was first [[Species description|scientifically described]].',    --Year description&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {              --[[Category:Spiders described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',  --[[Category:Spiders by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Animals', --[[Category:Animals described in the 20th century]]&lt;br /&gt;
			['description'] = '',    --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {               --[[Category:Spiders by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',   --[[Category:Spiders| Year]]&lt;br /&gt;
			['parent2'] = 'Animals', --[[Category:Animals by year of formal description| ]]&lt;br /&gt;
			['description'] = 'This category serves only to [[WP:DIFFUSE|diffuse]] the lower level &amp;quot;Spiders described in YEAR&amp;quot; categories, thus reducing their size.',&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	--[[============================ Insects tree ============================]]&lt;br /&gt;
	&lt;br /&gt;
	['Insects'] = { --&amp;quot;group&amp;quot;&lt;br /&gt;
		['minyear'] = 1757, --integer; lowest possible year displayed in nav bars; defaults to 1758 per ICZN Art. 5&lt;br /&gt;
		['year'] = {                 --[[Category:Insects described in 1901]]&lt;br /&gt;
			['parent1'] = 'century', --[[Category:Insects described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Animals', --[[Category:Animals described in 1901]]&lt;br /&gt;
			['description'] = '',    --Year description tbd; Default-group's description doesn't apply&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {              --[[Category:Insects described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',  --[[Category:Insects by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Animals', --[[Category:Animals described in the 20th century]]&lt;br /&gt;
			['description'] = '',    --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {               --[[Category:Insects by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',   --[[Category:Insects| Year]]&lt;br /&gt;
			['parent2'] = 'Animals', --[[Category:Animals by year of formal description| ]]&lt;br /&gt;
			['description'] = '',    --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	['Beetles'] = { --&amp;quot;subgroup&amp;quot; to Insects&lt;br /&gt;
		['minyear'] = 1757, --integer; lowest possible year displayed in nav bars; defaults to 1758 per ICZN Art. 5&lt;br /&gt;
		['year'] = {                 --[[Category:Beetles described in 1901]]&lt;br /&gt;
			['parent1'] = 'century', --[[Category:Beetles described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Insects', --[[Category:Insects described in 1901]]&lt;br /&gt;
			['description'] = '',    --Year description tbd; 'This category should only contain species articles', etc...&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {              --[[Category:Beetles described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',  --[[Category:Beetles by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Insects', --[[Category:Insects described in the 20th century]]&lt;br /&gt;
			['sortkey2'] = '*',      --[[Category:Insects described in the 20th century|*]]&lt;br /&gt;
			['description'] = '',    --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {               --[[Category:Beetles by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',   --[[Category:Beetles]]&lt;br /&gt;
			['sortkey1'] = '*',      --[[Category:Beetles|*]]&lt;br /&gt;
			['parent2'] = 'Insects', --[[Category:Insects by year of formal description| ]]&lt;br /&gt;
			['description'] = '',    --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	['Butterflies'] = { --&amp;quot;subgroup&amp;quot; to Insects&lt;br /&gt;
		['minyear'] = 1757, --integer; lowest possible year displayed in nav bars; defaults to 1758 per ICZN Art. 5&lt;br /&gt;
		['year'] = {                 --[[Category:Butterflies described in 1901]]&lt;br /&gt;
			['parent1'] = 'century', --[[Category:Butterflies described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Insects', --[[Category:Insects described in 1901]]&lt;br /&gt;
			['description'] = '',    --Year description tbd; 'This category should only contain species articles', etc...&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {              --[[Category:Butterflies described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',  --[[Category:Butterflies by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Insects', --[[Category:Insects described in the 20th century]]&lt;br /&gt;
			['sortkey2'] = '*',      --[[Category:Insects described in the 20th century|*]]&lt;br /&gt;
			['description'] = '',    --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {               --[[Category:Butterflies by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',   --[[Category:Butterflies| Year]]&lt;br /&gt;
			['parent2'] = 'Insects', --[[Category:Insects by year of formal description| ]]&lt;br /&gt;
			['description'] = '',    --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	['Moths'] = { --&amp;quot;subgroup&amp;quot; to Insects&lt;br /&gt;
		['year'] = {                 --[[Category:Moths described in 1901]]&lt;br /&gt;
			['parent1'] = 'century', --[[Category:Moths described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Insects', --[[Category:Insects described in 1901]]&lt;br /&gt;
			['description'] = '',    --Year description tbd; 'This category should only contain species articles', etc...&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {              --[[Category:Moths described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',  --[[Category:Moths by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Insects', --[[Category:Insects described in the 20th century]]&lt;br /&gt;
			['sortkey2'] = '*',      --[[Category:Insects described in the 20th century|*]]&lt;br /&gt;
			['description'] = '',    --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {               --[[Category:Moths by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',   --[[Category:Moths| Year]]&lt;br /&gt;
			['parent2'] = 'Insects', --[[Category:Insects by year of formal description| ]]&lt;br /&gt;
			['description'] = '',    --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	--[[=========================== Molluscs tree ============================]]&lt;br /&gt;
	&lt;br /&gt;
	['Bivalves'] = { --&amp;quot;subgroup&amp;quot; to Molluscs&lt;br /&gt;
		['year'] = {                  --[[Category:Bivalves described in 1901]]&lt;br /&gt;
			['parent1'] = 'century',  --[[Category:Bivalves described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Molluscs', --[[Category:Molluscs described in 1901]]&lt;br /&gt;
			['description'] = '',     --Year description tbd; 'This category should only contain species articles', etc...&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {               --[[Category:Bivalves described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',   --[[Category:Bivalves by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Molluscs', --[[Category:Molluscs described in the 20th century]]&lt;br /&gt;
			['sortkey2'] = '*',       --[[Category:Molluscs described in the 20th century|*]]&lt;br /&gt;
			['description'] = '',     --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {                --[[Category:Bivalves by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',    --[[Category:Bivalves| Year]]&lt;br /&gt;
			['parent2'] = 'Molluscs', --[[Category:Molluscs by year of formal description| ]]&lt;br /&gt;
			['description'] = '',     --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	['Cephalopods'] = { --&amp;quot;subgroup&amp;quot; to Molluscs&lt;br /&gt;
		['year'] = {                  --[[Category:Cephalopods described in 1901]]&lt;br /&gt;
			['parent1'] = 'century',  --[[Category:Cephalopods described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Molluscs', --[[Category:Molluscs described in 1901]]&lt;br /&gt;
			['description'] = '',     --Year description tbd; 'This category should only contain species articles', etc...&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {               --[[Category:Cephalopods described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',   --[[Category:Cephalopods by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Molluscs', --[[Category:Molluscs described in the 20th century]]&lt;br /&gt;
			['sortkey2'] = '*',       --[[Category:Molluscs described in the 20th century|*]]&lt;br /&gt;
			['description'] = '',     --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {                --[[Category:Cephalopods by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',    --[[Category:Cephalopods| Year]]&lt;br /&gt;
			['parent2'] = 'Molluscs', --[[Category:Molluscs by year of formal description| ]]&lt;br /&gt;
			['description'] = '',     --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	['Chitons'] = { --&amp;quot;subgroup&amp;quot; to Molluscs&lt;br /&gt;
		['year'] = {                  --[[Category:Chitons described in 1901]]&lt;br /&gt;
			['parent1'] = 'century',  --[[Category:Chitons described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Molluscs', --[[Category:Molluscs described in 1901]]&lt;br /&gt;
			['description'] = '',     --Year description tbd; 'This category should only contain species articles', etc...&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {               --[[Category:Chitons described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',   --[[Category:Chitons by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Molluscs', --[[Category:Molluscs described in the 20th century]]&lt;br /&gt;
			['sortkey2'] = '*',       --[[Category:Molluscs described in the 20th century|*]]&lt;br /&gt;
			['description'] = '',     --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {                --[[Category:Chitons by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',    --[[Category:Chitons| Year]]&lt;br /&gt;
			['parent2'] = 'Molluscs', --[[Category:Molluscs by year of formal description| ]]&lt;br /&gt;
			['description'] = '',     --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	['Gastropods'] = { --&amp;quot;subgroup&amp;quot; to Molluscs&lt;br /&gt;
		['year'] = {                  --[[Category:Gastropods described in 1901]]&lt;br /&gt;
			['parent1'] = 'century',  --[[Category:Gastropods described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Molluscs', --[[Category:Molluscs described in 1901]]&lt;br /&gt;
			['description'] = '',     --Year description tbd; 'This category should only contain species articles', etc...&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {               --[[Category:Gastropods described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',   --[[Category:Gastropods by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Molluscs', --[[Category:Molluscs described in the 20th century]]&lt;br /&gt;
			['sortkey2'] = '*',       --[[Category:Molluscs described in the 20th century|*]]&lt;br /&gt;
			['description'] = '',     --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {                --[[Category:Gastropods by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',    --[[Category:Gastropods| Year]]&lt;br /&gt;
			['parent2'] = 'Molluscs', --[[Category:Molluscs by year of formal description| ]]&lt;br /&gt;
			['description'] = '',     --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	--[[============================= Non-animals ============================]]&lt;br /&gt;
	&lt;br /&gt;
	['Archaea'] = { --&amp;quot;group&amp;quot;&lt;br /&gt;
		['year'] = {                 --[[Category:Archaea described in 1901]]&lt;br /&gt;
			['parent1'] = 'century', --[[Category:Archaea described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species described in 1901]]&lt;br /&gt;
			['description'] = '',    --Year description tbd; 'This category should only contain species articles', etc...&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {              --[[Category:Archaea described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',  --[[Category:Archaea by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species described in the 20th century]]&lt;br /&gt;
			['description'] = '',    --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {               --[[Category:Archaea by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',   --[[Category:Archaea| Year]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species by year of formal description]]&lt;br /&gt;
			['description'] = '',    --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	['Bacteria'] = { --&amp;quot;group&amp;quot;&lt;br /&gt;
		['minyear'] = 1753, --integer; lowest possible year displayed in nav bars; defaults to 1758 per ICZN Art. 5&lt;br /&gt;
		['year'] = {                 --[[Category:Bacteria described in 1901]]&lt;br /&gt;
			['parent1'] = 'century', --[[Category:Bacteria described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species described in 1901]]&lt;br /&gt;
			['description'] = '',    --Year description tbd; 'This category should only contain species articles', etc...&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {              --[[Category:Bacteria described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',  --[[Category:Bacteria by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species described in the 20th century]]&lt;br /&gt;
			['description'] = '',    --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {               --[[Category:Bacteria by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',   --[[Category:Bacteria| Year]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species by year of formal description]]&lt;br /&gt;
			['description'] = '',    --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	['Fungi'] = { --&amp;quot;group&amp;quot;&lt;br /&gt;
		['minyear'] = 1753, --integer; lowest possible year displayed in nav bars; defaults to 1758 per ICZN Art. 5&lt;br /&gt;
		['year'] = {                 --[[Category:Fungi described in 1901]]&lt;br /&gt;
			['parent1'] = 'century', --[[Category:Fungi described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species described in 1901]]&lt;br /&gt;
			['description'] = '',    --Year description tbd; 'This category should only contain species articles', etc...&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {              --[[Category:Fungi described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',  --[[Category:Fungi by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species described in the 20th century]]&lt;br /&gt;
			['description'] = '',    --Century description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {               --[[Category:Fungi by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',   --[[Category:Fungi| Year]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species by year of formal description]]&lt;br /&gt;
			['description'] = '',    --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	['Plants'] = { --&amp;quot;group&amp;quot;&lt;br /&gt;
		['minyear'] = 1753, --integer; lowest possible year displayed in nav bars; defaults to 1758 per ICZN Art. 5&lt;br /&gt;
		['year'] = {                 --[[Category:Plants described in 1901]]&lt;br /&gt;
			['parent1'] = 'century', --[[Category:Plants described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species described in 1901]]&lt;br /&gt;
			['description'] = &amp;quot;This category includes plant species that were ''first formally and validly described'' in %year% according to the rules of the [[International Code of Botanical Nomenclature]]. Use [[WP:RS|reliable sources]] like the [[International Plant Names Index]] to figure out the proper category. For examples see the [[Wikipedia:WikiProject Plants/Description in year categories|WikiProject Plants essay]] on this topic.&amp;quot;, --taken from [[Category:Plants described in 1928]]&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {              --[[Category:Plants described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',  --[[Category:Plants by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species described in the 20th century]]&lt;br /&gt;
			['description'] = 'For advice on using the subcategories of this category, see [[Wikipedia:WikiProject Plants/Description in year categories]].', --taken from [[Category:Plants described in the 21st century]]&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {               --[[Category:Plants by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',   --[[Category:Plants| Year]]&lt;br /&gt;
			['parent2'] = 'Species', --[[Category:Species by year of formal description]]&lt;br /&gt;
			['description'] = 'For advice on using the subcategories of this category, see [[Wikipedia:WikiProject Plants/Description in year categories]].',&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	--[[==================== &amp;quot;Species described in&amp;quot;-level ====================]]&lt;br /&gt;
	&lt;br /&gt;
	['Species'] = {&lt;br /&gt;
		['minyear'] = 1753, --integer; lowest possible year displayed in nav bars; defaults to 1758 per ICZN Art. 5&lt;br /&gt;
		['year'] = {                     --[[Category:Species described in 1901]]&lt;br /&gt;
			['parent1'] = 'century',     --[[Category:Species described in the 20th century]]&lt;br /&gt;
			['sortkey1'] = ' ',          --[[Category:Species described in the 20th century| ]]&lt;br /&gt;
			['parent2'] = 'Taxa',        --[[Category:Taxa described in 1901]]&lt;br /&gt;
			['parent3'] = 'environment', --[[Category:1901 in the environment]]&lt;br /&gt;
			['description'] = '',        --Year description tbd&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {                  --[[Category:Species described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',      --[[Category:Species by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Taxa',        --[[Category:Taxa described in the 20th century]]&lt;br /&gt;
			['parent3'] = 'environment', --[[Category:20th century in the environment]]&lt;br /&gt;
			['description'] = &amp;quot;This category should only contain '''[[species]]''' and notable [[subspecies]] of [[Biota (taxonomy)|biota]] described in the '''[[%century% century]]'''.&amp;quot;, --adapted from all 4 Species-century cats (18th-21st)&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {             --[[Category:Species by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group', --[[Category:Species]]&lt;br /&gt;
			['sortkey1'] = 'Year', --[[Category:Species|Year]]&lt;br /&gt;
			['parent2'] = 'Taxa',  --[[Category:Taxa by year of formal description]]&lt;br /&gt;
			['description'] = &amp;quot;See [[species description]].&amp;quot;, --could be improved...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	--[[===================== &amp;quot;Taxa described in&amp;quot;-level ======================]]&lt;br /&gt;
	&lt;br /&gt;
	['Taxa'] = {&lt;br /&gt;
		['minyear'] = 1753, --integer; lowest possible year displayed in nav bars; defaults to 1758 per ICZN Art. 5&lt;br /&gt;
		['year'] = {                 --[[Category:Taxa described in 1901]]&lt;br /&gt;
			['parent1'] = 'century', --[[Category:Taxa described in the 20th century|1901]]&lt;br /&gt;
			['parent2'] = 'biology', --[[Category:1901 in biology]]&lt;br /&gt;
			['description'] = '',    --Year description tbd&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {              --[[Category:Taxa described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',  --[[Category:Taxa by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'biology', --[[Category:20th century in biology]]&lt;br /&gt;
			['description'] = '',    --Century description tbd&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	--[[==================== &amp;quot;Fossil taxa described in&amp;quot;-level ====================]]&lt;br /&gt;
	&lt;br /&gt;
	['Fossil taxa'] = {&lt;br /&gt;
		['minyear'] = 1753, --integer; lowest possible year displayed in nav bars; defaults to 1758 per ICZN Art. 5&lt;br /&gt;
		['year'] = {                      --[[Category:Fossil taxa described in 1901]]&lt;br /&gt;
			['parent1'] = 'century',      --[[Category:Fossil taxa described in the 20th century]]&lt;br /&gt;
			['parent2'] = 'Taxa',         --[[Category:Taxa described in 1901]]&lt;br /&gt;
			['parent3'] = 'paleontology', --[[Category:1901 in paleontology]]&lt;br /&gt;
			['description'] = 'This category should only contain articles on fossil [[genus|genera]] or lower.',&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {                   --[[Category:Fossil taxa described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',       --[[Category:Fossil taxa by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Taxa',         --[[Category:Taxa described in the 20th century]]&lt;br /&gt;
			['parent3'] = 'paleontology', --[[Category:20th century in paleontology]]&lt;br /&gt;
			['description'] = '',         --Century description tbd&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {                    --[[Category:Fossil taxa by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',        --[[Category:Fossil taxa]]&lt;br /&gt;
			['sortkey1'] = 'Year, by',    --[[Category:Fossil taxa|Year, by]]&lt;br /&gt;
			['parent2'] = 'Taxa',         --[[Category:Taxa by year of formal description]]&lt;br /&gt;
			['parent3'] = 'paleontology', --[[Category:Paleontology by year| ]]&lt;br /&gt;
			['description'] = '',         --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
	&lt;br /&gt;
	['Fossil parataxa'] = {&lt;br /&gt;
		['year'] = {                      --[[Category:Fossil parataxa described in 1975]]&lt;br /&gt;
			['parent1'] = 'century',      --[[Category:Fossil parataxa described in the 20th century]]&lt;br /&gt;
			['parent2'] = 'Fossil taxa',  --[[Category:Fossil taxa described in 1975]]&lt;br /&gt;
			['description'] = 'This category should only contain articles on [[genus|genera]] or lower.',&lt;br /&gt;
		},&lt;br /&gt;
		['century'] = {                   --[[Category:Fossil parataxa described in the 20th century]]&lt;br /&gt;
			['parent1'] = 'formal',       --[[Category:Fossil parataxa by year of formal description|20th]]&lt;br /&gt;
			['parent2'] = 'Fossil taxa',  --[[Category:Fossil taxa described in the 20th century]]&lt;br /&gt;
			['sortkey2'] = '*',           --[[Category:Fossil taxa described in the 20th century|*]]&lt;br /&gt;
			['description'] = '',         --Century description tbd&lt;br /&gt;
		},&lt;br /&gt;
		['formal'] = {                    --[[Category:Fossil parataxa by year of formal description]]&lt;br /&gt;
			['parent1'] = 'Group',        --[[Category:Fossil parataxa]]&lt;br /&gt;
			['parent2'] = 'Fossil taxa',  --[[Category:Fossil taxa by year of formal description]]&lt;br /&gt;
			['description'] = '',         --Formal description tbd; container category, etc...&lt;br /&gt;
		},&lt;br /&gt;
	},&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>