Template:Infobox taxonomy: Difference between revisions

From Pikmin Fanon
(Added a "nospecieslink" parameter.)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="infobox" align="right" style="width: 30em; font-size: 80%; text-align: left; border-style: solid; border-width: 2px; border-color: grey"
{| class="infobox" align="right" style="width: 30em; background-color:#fff; font-size: 80%; text-align: left; border-style: solid; border-width: 2px; border-color: grey"
! colspan="2" style="font-size: 140%; background: #ccf; text-align: center;" | ''[[PikminFanon:Taxonomy Project|Taxonomy]]''
! colspan="2" style="font-size: 140%; background: #ccf; text-align: center;" | ''[[PikminFanon:Taxonomy Project|Taxonomy]]''
|-
|-
Line 36: Line 36:
{{#if: {{{species|}}}|
{{#if: {{{species|}}}|
! width="30%" style="background: #eef;" {{!}} Species
! width="30%" style="background: #eef;" {{!}} Species
{{!}} width = "70%" {{!}} ''{{#if: {{{nospecieslink|}}}|{{{species}}}|[[PikminFanon:Taxonomy Project/{{{species}}}|{{{species}}}]]}}''
{{!}} width = "70%" {{!}} {{#if: {{{nospecieslink|}}}|{{{species}}}|''[[PikminFanon:Taxonomy Project/{{{species}}}|{{{species}}}]]''}}
}}
}}
|-
|-
Line 44: Line 44:
}}
}}
|-
|-
|}<includeonly>[[Category:Taxonomy Project]]</includeonly><noinclude>
|}<includeonly>{{#if:{{{nocat|}}}||[[Category:Taxonomy Project]]}}</includeonly><noinclude>


{{clear}}
{{clear}}
Line 83: Line 83:
! nospecieslink
! nospecieslink
| No ||  || Giving this a value like "y" prevents the text in the species field from becoming a link.
| No ||  || Giving this a value like "y" prevents the text in the species field from becoming a link.
 
|-
! nocat
| No ||  || Giving this a value like "y" makes the template not auto-categorize the infobox.
|}
|}


Line 98: Line 100:
|subspecies=
|subspecies=
|nospecieslink=
|nospecieslink=
|nocat=y
}}
}}
</pre>
</pre>


[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 13:19, 13 November 2023

Taxonomy
Note: all or most of this information may be fanon information.

Info

This optional template is to be used in enemy and Pikmin articles. Place it below their respective infoboxes, Template:Infobox enemy and Template:Infobox Pikmin. The template will appear below the infoboxes it is placed under, on the right side of the page.

Pages with this template are automatically placed in Category:Taxonomy Project.

Parameters

Parameter Mandatory Default Detailed description
kingdom No The kingdom an enemy or Pikmin belongs in. For example, the Red Bulborb's kingdom is Animalia.
phylum No Same as above, but phylum. For example, the Red Bulborb's phylum is Cannicus.
class No Same as above, but class. For example, the Red Bulborb's class is Vegeterii.
order No Same as above, but order.
family No Same as above, but family. For example, the Red Bulborb's family is the grub-dog family.
genus No Same as above, but genus. For example, the Red Bulborb's genus is Oculus.
species No Same as above, but species. For example, the Red Bulborb's species is kageyamii.
subspecies No Same as above, but subspecies. For example, the Red Bulborb's subspecies is russus.
nospecieslink No Giving this a value like "y" prevents the text in the species field from becoming a link.
nocat No Giving this a value like "y" makes the template not auto-categorize the infobox.

Skeleton

{{infobox taxonomy
|kingdom=
|phylum=
|class=
|order=
|family=
|genus=
|species=
|subspecies=
|nospecieslink=
|nocat=y
}}