<?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%3AScience_redirect%2Fconf</id>
	<title>Module:Science redirect/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%3AScience_redirect%2Fconf"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Science_redirect/conf&amp;action=history"/>
	<updated>2026-06-29T04:55:13Z</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:Science_redirect/conf&amp;diff=479375&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:Science_redirect/conf&amp;diff=479375&amp;oldid=prev"/>
		<updated>2021-07-16T05:50:50Z</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;local p = {}&lt;br /&gt;
&lt;br /&gt;
p.templates = { &lt;br /&gt;
	--name, from, to, category, and info are parameters of {{Redirect template}}&lt;br /&gt;
	--category will have &amp;quot;Redirects &amp;quot; appended to the beginning and, if there is a subcategory specified, &amp;quot; of &amp;quot; and the subcategory name appended to the end&lt;br /&gt;
	--$1 will be replaced with the singular form of the subcategory name, e.g. &amp;quot;a plant&amp;quot;, &amp;quot;an insect&amp;quot;, &amp;quot;a fish&amp;quot;; &amp;quot;an organism&amp;quot; will be used if no subcategory applies&lt;br /&gt;
    --$2 will be replaced with the plural form of the subcategory name, e.g. &amp;quot;plants&amp;quot;, &amp;quot;insects&amp;quot;, &amp;quot;fish&amp;quot;; &amp;quot;organisms&amp;quot; will be used if no subcategory applies&lt;br /&gt;
    --removeA should be set to true if the &amp;quot;a&amp;quot; or &amp;quot;an&amp;quot; should be removed from the singular form of the subcategory, e.g. &amp;quot;plant&amp;quot;, &amp;quot;insect&amp;quot;, &amp;quot;fish&amp;quot;; &amp;quot;an organism&amp;quot; will not be used if removeA = true&lt;br /&gt;
	from_alternative_scientific_name = {&lt;br /&gt;
		name     = 'From alternative scientific name of $1',&lt;br /&gt;
		from     = 'an alternative scientific name of $1 (or group of $2)',&lt;br /&gt;
		to       = 'the accepted scientific name',&lt;br /&gt;
		category = 'from alternative scientific names',&lt;br /&gt;
	}, to_scientific_name = {&lt;br /&gt;
		name     = 'To scientific name of $1',&lt;br /&gt;
		from     = 'a [[Common name|vernacular (&amp;quot;common&amp;quot;) name]]',&lt;br /&gt;
		to       = 'the [[biological nomenclature|scientific name]] of $1 (or group of $2)',&lt;br /&gt;
		category = 'to scientific names',&lt;br /&gt;
	}, from_scientific_name = {&lt;br /&gt;
		name     = 'From scientific name of $1',&lt;br /&gt;
		from     = 'a [[biological nomenclature|scientific name]] of $1 (or group of $2)',&lt;br /&gt;
		to       = 'a [[Common name|vernacular (&amp;quot;common&amp;quot;) name]]',&lt;br /&gt;
		category = 'from scientific names',&lt;br /&gt;
	}, to_monotypic_taxon = {&lt;br /&gt;
		name     = 'To a monotypic taxon',&lt;br /&gt;
		from     = 'the only lower-ranking member of a monotypic $1 taxon',&lt;br /&gt;
		to       = 'its monotypic taxon',&lt;br /&gt;
		category = 'to monotypic taxa',&lt;br /&gt;
		info     = &amp;quot;In a biology-related article, when for example a genus has only one species, the [[binomial name]] may be a redirect to the genus.\n** Use {{[[:Template:R from monotypic taxon|R from monotypic taxon]]}} instead when making a redirect ''from'' a monotypic taxon ''to'' its only member, for example, from a family name to its sole genus.&amp;quot;,&lt;br /&gt;
		removeA  = true,&lt;br /&gt;
	}, from_monotypic_taxon = {&lt;br /&gt;
		name     = 'From a monotypic taxon',&lt;br /&gt;
		from     = 'a monotypic $1 taxon',&lt;br /&gt;
		to       = 'its only lower-ranking member',&lt;br /&gt;
		category = 'from monotypic taxa',&lt;br /&gt;
		info     = &amp;quot;In a biology-related article, when for example a family has only one genus, the family may be a redirect to the genus.\n** Use {{[[:Template:R to monotypic taxon|R to monotypic taxon]]}} when making a redirect ''to'' a monotypic taxon ''from'' its only member, for example, from a species to the genus of which it is the only member.&amp;quot;,&lt;br /&gt;
		removeA  = true,&lt;br /&gt;
	}, &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
p.cats = {&lt;br /&gt;
	-- List entries minus any trailing 's', e.g. &amp;quot;fungus&amp;quot; should be listed as &amp;quot;fungu&amp;quot;&lt;br /&gt;
	-- The first parameter is the singular form of the subcategory name with its indefinite article, e.g. &amp;quot;a plant&amp;quot;, &amp;quot;an insect&amp;quot;, &amp;quot;a fish&amp;quot;. See $1 above.&lt;br /&gt;
	-- The second parameter, if it exists, is the plural form of the subcategory name, e.g. &amp;quot;plants&amp;quot;, &amp;quot;insects&amp;quot;, &amp;quot;fish&amp;quot;. See $2 above.&lt;br /&gt;
	-- If the second parameter is missing, the subcategory name will be used in the explanatory text but not in the categorization of the redirect.&lt;br /&gt;
	whale      = {'a mammal', 'mammals'},&lt;br /&gt;
	wasp       = {'an insect', 'insects'},&lt;br /&gt;
	viruse     = {'a virus', 'viruses'},&lt;br /&gt;
	viru	   = {'a virus', 'viruses'},&lt;br /&gt;
	turtle     = {'a reptile', 'reptiles'},&lt;br /&gt;
	squid      = {'a mollusk', 'mollusks'},&lt;br /&gt;
	spider     = {'a spider', 'spiders'},&lt;br /&gt;
	snake      = {'a reptile', 'reptiles'},&lt;br /&gt;
	snail      = {'a mollusk', 'mollusks'},&lt;br /&gt;
	slug	   = {'a mollusk', 'mollusks'},&lt;br /&gt;
	shark	   = {'a fish', 'fish'},&lt;br /&gt;
	rodent     = {'a mammal', 'mammals'},&lt;br /&gt;
	reptile    = {'a reptile', 'reptiles'},&lt;br /&gt;
	pterosaur  = {'a reptile', 'reptiles'},&lt;br /&gt;
	protist    = {'a microorganism', 'microorganisms'},&lt;br /&gt;
	primate	   = {'a mammal', 'mammals'},&lt;br /&gt;
	plant      = {'a plant', 'plants'},&lt;br /&gt;
	octopuse   = {'a mollusk', 'mollusks'},&lt;br /&gt;
	octopu     = {'a mollusk', 'mollusks'},&lt;br /&gt;
	octopi     = {'a mollusk', 'mollusks'},&lt;br /&gt;
	moth       = {'an insect', 'insects'},&lt;br /&gt;
	mollusc    = {'a mollusk', 'mollusks'},&lt;br /&gt;
	mollusk    = {'a mollusk', 'mollusks'},&lt;br /&gt;
	microorganism = {'a microorganism', 'microorganisms'},&lt;br /&gt;
	microbe	   = {'a microorganism', 'microorganisms'},&lt;br /&gt;
	mammal     = {'a mammal', 'mammals'},&lt;br /&gt;
	lepidoptera= {'an insect', 'insects'},&lt;br /&gt;
	insect     = {'an insect', 'insects'},&lt;br /&gt;
	horse      = {'a mammal', 'mammals'},&lt;br /&gt;
	gastropod  = {'a mollusk', 'mollusks'},&lt;br /&gt;
	fungu      = {'a fungus', 'fungi'},&lt;br /&gt;
	fungi      = {'a fungus', 'fungi'},&lt;br /&gt;
	frog       = {'an amphibian', 'amphibians'},&lt;br /&gt;
	fly        = {'an insect', 'insects'},&lt;br /&gt;
	flie       = {'an insect', 'insects'},&lt;br /&gt;
	fishe      = {'a fish', 'fish'},&lt;br /&gt;
	fish       = {'a fish', 'fish'},&lt;br /&gt;
	dolphin    = {'a mammal', 'mammals'},&lt;br /&gt;
	dog        = {'a mammal', 'mammals'},&lt;br /&gt;
	dinosaur   = {'a reptile', 'reptiles'},&lt;br /&gt;
	crustacean = {'a crustacean', 'crustaceans'},&lt;br /&gt;
	cephalopod = {'a mollusk', 'mollusks'},&lt;br /&gt;
	cat        = {'a mammal', 'mammals'},&lt;br /&gt;
	butterfly  = {'an insect', 'insects'},&lt;br /&gt;
	butterflie = {'an insect', 'insects'},&lt;br /&gt;
	bivalve    = {'a mollusk', 'mollusks'},&lt;br /&gt;
	bird       = {'a bird', 'birds'},&lt;br /&gt;
	beetle     = {'an insect', 'insects'},&lt;br /&gt;
	bee        = {'an insect', 'insects'},&lt;br /&gt;
	bat        = {'a mammal', 'mammals'},&lt;br /&gt;
	bacteria   = {'a microorganism', 'microorganisms'},&lt;br /&gt;
	bacterium  = {'a microorganism', 'microorganisms'},&lt;br /&gt;
	arthropod  = {'an arthropod', 'arthropods'},&lt;br /&gt;
	arachnid   = {'a spider', 'spiders'},&lt;br /&gt;
	archaea    = {'a microorganism', 'microorganisms'},&lt;br /&gt;
	ant	       = {'an insect', 'insects'},&lt;br /&gt;
	animal     = {'an animal', 'animals'},&lt;br /&gt;
	amphibian  = {'an amphibian', 'amphibians'},&lt;br /&gt;
	algae      = {'an alga', 'algae'},&lt;br /&gt;
	alga       = {'an alga', 'algae'},&lt;br /&gt;
	none       = {'an organism'},&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>