<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AHybridbox%2Fdoc</id>
	<title>Template:Hybridbox/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AHybridbox%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Hybridbox/doc&amp;action=history"/>
	<updated>2026-04-04T18:35:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Template:Hybridbox/doc&amp;diff=7628&amp;oldid=prev</id>
		<title>&gt;WOSlinker: syntaxhighlight lang=&quot;wikitext&quot;</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Hybridbox/doc&amp;diff=7628&amp;oldid=prev"/>
		<updated>2023-05-19T21:31:56Z</updated>

		<summary type="html">&lt;p&gt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{Lua|Module:Autotaxobox}}{{clear}}&lt;br /&gt;
{{Automatic_taxobox/doc/nav/boxed}}&lt;br /&gt;
This template is used to display a taxobox for a hybrid of two animal species within a single genus whose taxonomy is stored in the taxonomy templates of the [[Template:Automatic taxobox/doc/intro|automated taxobox system]], &amp;#039;&amp;#039;provided&amp;#039;&amp;#039; that no ranks between species and genus are to be displayed (since it works by looking for the parent taxon of the genus).&lt;br /&gt;
&lt;br /&gt;
For plants with nothospecies names (e.g. [[Chrysanthemum × morifolium|&amp;#039;&amp;#039;Chrysanthemum&amp;#039;&amp;#039; × &amp;#039;&amp;#039;morifolium&amp;#039;&amp;#039;]]) use {{tl|Speciesbox}}. This template is used for animals such as the [[liger]],  &amp;#039;&amp;#039;Panthera leo&amp;#039;&amp;#039; × &amp;#039;&amp;#039;P. tigris&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Usage is similar to [[Template:Speciesbox]] (with one slight variation noted below).&lt;br /&gt;
=== Cases in which the sex of each species parent is irrelevant ===&lt;br /&gt;
{{Hybridbox&lt;br /&gt;
 | name     = Dzo&lt;br /&gt;
 | genus    = Bos&lt;br /&gt;
 | species1 = grunniens&lt;br /&gt;
 | link1    = Yak&lt;br /&gt;
 | species2 = primigenius&lt;br /&gt;
 | link2    = Aurochs&lt;br /&gt;
}}&lt;br /&gt;
In this case, use the &amp;lt;code&amp;gt;genus&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;species1&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;species2&amp;lt;/code&amp;gt;; if the article on either species is not at the scientific name, use &amp;lt;code&amp;gt;link1&amp;lt;/code&amp;gt; and/or &amp;lt;code&amp;gt;link2&amp;lt;/code&amp;gt;. For example, the taxobox to the right was formed by the following code:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Hybridbox&lt;br /&gt;
 | name     = Dzo&lt;br /&gt;
 | genus    = Bos&lt;br /&gt;
 | species1 = grunniens&lt;br /&gt;
 | link1    = Yak&lt;br /&gt;
 | species2 = primigenius&lt;br /&gt;
 | link2    = Aurochs&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== Cases in which the sex of each species parent is relevant ===&lt;br /&gt;
&lt;br /&gt;
{{Hybridbox&lt;br /&gt;
 | name        = Liger&lt;br /&gt;
 | genus       = Panthera&lt;br /&gt;
 | father      = leo&lt;br /&gt;
 | father_link = Lion&lt;br /&gt;
 | mother      = tigris&lt;br /&gt;
 | mother_link = Tiger&lt;br /&gt;
}}&lt;br /&gt;
For some hybrids, which species is male and which is female &amp;#039;&amp;#039;is&amp;#039;&amp;#039; a part of the definition of the hybrid. For example, an animal whose father is a lion and mother is a tiger would be called a [[liger]], while if the father is a tiger and the mother is a lioness the animal would be called a [[tigon]]. In this case, the species names should use &amp;lt;code&amp;gt;father&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;mother&amp;lt;/code&amp;gt;, and the links would be &amp;lt;code&amp;gt;father_link&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;mother_link&amp;lt;/code&amp;gt;. For example, the taxobox to the right was formed by the following code:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Hybridbox&lt;br /&gt;
 | name        = Liger&lt;br /&gt;
 | genus       = Panthera&lt;br /&gt;
 | father      = leo&lt;br /&gt;
 | father_link = Lion&lt;br /&gt;
 | mother      = tigris&lt;br /&gt;
 | mother_link = Tiger&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== Requirement for correct display ==&lt;br /&gt;
The template will generate a taxobox which will display correctly only if the taxonomy for the genus has already been created (i.e. Template:Taxonomy/&amp;#039;&amp;#039;genusname&amp;#039;&amp;#039; already exists). If it does not, you will be asked to create it. One way is to look for the &amp;quot;fix&amp;quot; link and open it.&lt;br /&gt;
&lt;br /&gt;
== Template Data ==&lt;br /&gt;
{{TemplateData header}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;father&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;father_link&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;genus&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;image&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-file-name&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;image_caption&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;link1&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;link2&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;mother&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;mother_link&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;name&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;species1&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;species2&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;status&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;synonyms&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;An infobox for animal species hybrids&amp;quot;,&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;block&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;name&amp;quot;,&lt;br /&gt;
		&amp;quot;image&amp;quot;,&lt;br /&gt;
		&amp;quot;image_caption&amp;quot;,&lt;br /&gt;
		&amp;quot;status&amp;quot;,&lt;br /&gt;
		&amp;quot;genus&amp;quot;,&lt;br /&gt;
		&amp;quot;father&amp;quot;,&lt;br /&gt;
		&amp;quot;father_link&amp;quot;,&lt;br /&gt;
		&amp;quot;mother&amp;quot;,&lt;br /&gt;
		&amp;quot;mother_link&amp;quot;,&lt;br /&gt;
		&amp;quot;link1&amp;quot;,&lt;br /&gt;
		&amp;quot;link2&amp;quot;,&lt;br /&gt;
		&amp;quot;species1&amp;quot;,&lt;br /&gt;
		&amp;quot;species2&amp;quot;,&lt;br /&gt;
		&amp;quot;synonyms&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Taxobox templates]]&lt;br /&gt;
[[Category:Infobox templates|Hybridbox]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>&gt;WOSlinker</name></author>
	</entry>
</feed>