Template:Species: Difference between revisions
Appearance
imported>Christian D Jensen No edit summary |
Cdjensen94 (talk | contribs) No edit summary |
||
(12 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
<infobox> | <infobox> | ||
<title source="name"/> | <title source="name"/> | ||
<group> | |||
<header source="pronunciation">Pronunciation</header> | |||
<data source="oed"> | |||
<label>OED Pronunciation</label> | |||
</data> | |||
<data source="ipa"> | |||
<label>IPA Pronunciation</label> | |||
</data> | |||
</group> | |||
<panel> | <panel> | ||
<header>Image Gallery</header> | <header>Image Gallery</header> | ||
Line 22: | Line 31: | ||
</image> | </image> | ||
</section> | </section> | ||
<section> | |||
<label source="Back">Back View</label> | <label source="Back">Back View</label> | ||
<image source="imageBack"> | <image source="imageBack"> | ||
Line 34: | Line 43: | ||
</image> | </image> | ||
</section> | </section> | ||
<section> | |||
<label source="Female">Average Female</label> | <label source="Female">Average Female</label> | ||
<image source="imageFemale"> | <image source="imageFemale"> | ||
Line 54: | Line 63: | ||
<data source="species_family"> | <data source="species_family"> | ||
<label>Species Family</label> | <label>Species Family</label> | ||
</data> | |||
<data source="races"> | |||
<label>Races</label> | |||
</data> | </data> | ||
<data source="birth_type"> | <data source="birth_type"> | ||
Line 125: | Line 137: | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
Example usage: | ==Example usage:== | ||
{{Species | {{Species | ||
| name=Species Name | | name=Species Name | ||
| imageFront= | | oed=ee e n | ||
| ipa=iːɛn | |||
| imageFront=blank_species.jpg | |||
| caption1=Front View | | caption1=Front View | ||
| imageSide= | | imageSide=blank_species.jpg | ||
| caption2=Side View | | caption2=Side View | ||
| imageAngle= | | imageAngle=blank_species.jpg | ||
| caption3=Angle | | caption3=Angle | ||
| imageBack= | | imageBack=blank_species.jpg | ||
| caption7=Back View | | caption7=Back View | ||
| imageMale= | | imageMale=blank_species.jpg | ||
| caption4=Average Male | | caption4=Average Male | ||
| imageFemale= | | imageFemale=blank_species.jpg | ||
| caption5=Average Female | | caption5=Average Female | ||
| imageIndividual= | | imageIndividual=blank_species.jpg | ||
| caption6=Specimen | | caption6=Specimen | ||
| taxonomy=[[Classification]] | | taxonomy=[[Classification]] | ||
| species_family=[[Species Group]] | | species_family=[[Species Group]] | ||
| races= [[Race A]], [[Race B]] | |||
| birth_type= e.g. Egg, Live-birth | | birth_type= e.g. Egg, Live-birth | ||
| reproduction_type=Reproduction Method | | reproduction_type=Reproduction Method | ||
Line 169: | Line 184: | ||
{{Species | {{Species | ||
| name=Species Name | | name=Species Name | ||
| imageFront= | | oed=ee e n | ||
| ipa=iːɛn | |||
| imageFront=blank_species.jpg | |||
| caption1=Front View | | caption1=Front View | ||
| imageSide= | | imageSide=blank_species.jpg | ||
| caption2=Side View | | caption2=Side View | ||
| imageAngle= | | imageAngle=blank_species.jpg | ||
| caption3=Angle | | caption3=Angle | ||
| imageBack= | | imageBack=blank_species.jpg | ||
| caption7=Back View | | caption7=Back View | ||
| imageMale= | | imageMale=blank_species.jpg | ||
| caption4=Average Male | | caption4=Average Male | ||
| imageFemale= | | imageFemale=blank_species.jpg | ||
| caption5=Average Female | | caption5=Average Female | ||
| imageIndividual= | | imageIndividual=blank_species.jpg | ||
| caption6=Specimen | | caption6=Specimen | ||
| taxonomy=[[Classification]] | | taxonomy=[[Classification]] | ||
| species_family=[[Species Group]] | | species_family=[[Species Group]] | ||
| races= [[Race A]], [[Race B]] | |||
| birth_type= e.g. Egg, Live-birth | | birth_type= e.g. Egg, Live-birth | ||
| reproduction_type=Reproduction Method | | reproduction_type=Reproduction Method | ||
Line 262: | Line 280: | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"Sexual", | "Sexual", | ||
"parthenogenesis", | |||
"Spawn", | "Spawn", | ||
"Asexual", | "Asexual", | ||
Line 434: | Line 453: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"oed": { | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"ee e n" | |||
] | |||
}, | |||
"ipa": { | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"iːɛn" | |||
] | |||
}, | |||
"races": { | |||
"type": "content" | |||
} | } | ||
}, | }, | ||
Line 439: | Line 473: | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
"oed", | |||
"ipa", | |||
"imageFront", | "imageFront", | ||
"caption1", | "caption1", | ||
Line 455: | Line 491: | ||
"taxonomy", | "taxonomy", | ||
"species_family", | "species_family", | ||
"races", | |||
"birth_type", | "birth_type", | ||
"reproduction_type", | "reproduction_type", |