Template:Species: Difference between revisions
Appearance
imported>Christian D Jensen No edit summary |
imported>Christian D Jensen No edit summary |
||
Line 160: | Line 160: | ||
| fur_colors=[[color (Fur Color)]] | | fur_colors=[[color (Fur Color)]] | ||
| stance=e.g. Bipedal, Quadrupedal | | stance=e.g. Bipedal, Quadrupedal | ||
| diet=e.g. | | diet=e.g. [[Diet|Insectivore]], [[Diet|Herbavore]], [[Diet|Carnivore]], [[Diet|Omnivore]], [[Diet|Sanguivore]] | ||
}} | }} | ||
<pre> | <pre> | ||
Line 200: | Line 200: | ||
| fur_colors=[[color (Fur Color)]] | | fur_colors=[[color (Fur Color)]] | ||
| stance=e.g. Bipedal, Quadrupedal | | stance=e.g. Bipedal, Quadrupedal | ||
| diet=e.g. | | diet=e.g. [[Diet|Insectivore]], [[Diet|Herbavore]], [[Diet|Carnivore]], [[Diet|Omnivore]], [[Diet|Sanguivore]] | ||
}} | }} | ||
</pre> | </pre> | ||
Line 207: | Line 207: | ||
"params": { | "params": { | ||
"Species": { | "Species": { | ||
"suggested": true | "suggested": true, | ||
"type": "string", | |||
"required": true | |||
" | |||
}, | }, | ||
"taxonomy": { | "taxonomy": { | ||
"suggested": true | "suggested": true, | ||
"type": "string", | |||
"suggestedvalues": [ | |||
"[[Mammaloid]] [[Humanoid]]", | |||
"[[Humanoid]]", | |||
"[[Reptiloid]] [[Humanoid]]", | |||
"[[Molluscoid]] [[Humanoid]]", | |||
"[[Cephaloid]] [[Humanoid]]", | |||
"[[Arthropod]] [[Humanoid]]", | |||
"[[Amphibian]] [[Humanoid]]", | |||
"[[Saurian]] [[Humanoid]]", | |||
"[[Avian]] [[Humanoid]]", | |||
"[[Mammaloid]]", | |||
"[[Reptiloid]]", | |||
"[[Molluscoid]]", | |||
"[[Cephaloid]]", | |||
"[[Arthropod]]", | |||
"[[Amphibian]]", | |||
"[[Saurian]]", | |||
"[[Avian]]" | |||
] | |||
}, | }, | ||
"species_family": { | "species_family": { | ||
"suggested": true | "suggested": true, | ||
"type": "string", | |||
"suggestedvalues": [ | |||
"[[Near-Human]]", | |||
"[[Human]]", | |||
"[[Near-Valorik]]", | |||
"[[Valorik]]", | |||
"[[Malisik]]" | |||
] | |||
}, | }, | ||
"birth_type": { | "birth_type": { | ||
"suggested": true | "suggested": true, | ||
"type": "string", | |||
"suggestedvalues": [ | |||
"Egg", | |||
"Live-Birth", | |||
"Birthing-Pod", | |||
"Pollup", | |||
"Spore", | |||
"Corruption" | |||
] | |||
}, | }, | ||
"reproduction_type": { | "reproduction_type": { | ||
"suggested": true | "suggested": true, | ||
"type": "line", | |||
"suggestedvalues": [ | |||
"Sexual", | |||
"Spawn", | |||
"Asexual", | |||
"Spore", | |||
"Other" | |||
] | |||
}, | }, | ||
"average_height": { | "average_height": { | ||
"suggested": true | "suggested": true, | ||
"type": "line" | |||
}, | }, | ||
"physiques": { | "physiques": { | ||
"suggested": true | "suggested": true, | ||
"type": "string" | |||
}, | }, | ||
"homeworld": { | "homeworld": { | ||
"suggested": true | "suggested": true, | ||
"type": "string" | |||
}, | }, | ||
"spirit_tribe": { | "spirit_tribe": { | ||
"suggested": true | "suggested": true, | ||
"type": "content", | |||
"suggestedvalues": [ | |||
"[[Kiitikon]]", | |||
"[[Sebuuk]]", | |||
"[[Haavolin]]", | |||
"[[Elesèa]]", | |||
"[[Volamin]]", | |||
"[[Malisik]]" | |||
] | |||
}, | }, | ||
"universe": { | "universe": { | ||
" | "type": "string", | ||
"suggestedvalues": [ | |||
"[[Lethurèa]]", | |||
"[[Galaxa]]", | |||
"[[Apokalyptika]]", | |||
"[[Kaos]]", | |||
"[[Sekuura]]", | |||
"[[Rah]]", | |||
"[[Aroenious]]" | |||
] | |||
}, | }, | ||
"creator": { | "creator": { | ||
"suggested": true | "suggested": true, | ||
"type": "string" | |||
}, | }, | ||
"species_relatives": { | "species_relatives": { | ||
"suggested": true | "suggested": true, | ||
"type": "content" | |||
}, | }, | ||
"ancestral_species": { | "ancestral_species": { | ||
"suggested": true | "suggested": true, | ||
"type": "content" | |||
}, | }, | ||
"details": { | "details": { | ||
Line 252: | Line 320: | ||
}, | }, | ||
"traits": { | "traits": { | ||
"suggested": true | "suggested": true, | ||
"type": "string" | |||
}, | }, | ||
"eye_colors": { | "eye_colors": { | ||
"suggested": true | "suggested": true, | ||
"type": "string" | |||
}, | }, | ||
"hair_colors": { | "hair_colors": { | ||
"suggested": true | "suggested": true, | ||
"type": "string" | |||
}, | }, | ||
"skin_colors": { | "skin_colors": { | ||
"suggested": true | "suggested": true, | ||
"type": "string" | |||
}, | |||
"stance": { | |||
"suggested": true, | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Bipedal", | |||
"Quadrupedal", | |||
"Octopedal", | |||
"Hexapedal", | |||
"Tripedal" | |||
] | |||
}, | |||
"diet": { | |||
"suggested": true, | |||
"type": "content", | |||
"suggestedvalues": [ | |||
"[[Diet|Sanguivore]]", | |||
"[[Diet|Carnivore]]", | |||
"[[Diet|Omnivore]]", | |||
"[[Diet|Fungivore]]", | |||
"[[Diet|Herbivore]]", | |||
"[[Diet|Insectivore]]" | |||
] | |||
}, | |||
"imageFront": { | |||
"type": "wiki-file-name" | |||
}, | |||
"imageSide": { | |||
"type": "wiki-file-name" | |||
}, | |||
"imageAngle": { | |||
"type": "wiki-file-name" | |||
}, | |||
"imageMale": { | |||
"type": "wiki-file-name" | |||
}, | |||
"imageFemale": { | |||
"type": "wiki-file-name" | |||
}, | |||
"caption1": { | |||
"type": "line" | |||
}, | |||
"caption2": { | |||
"type": "line" | |||
}, | }, | ||
" | "caption3": { | ||
" | "type": "line" | ||
}, | }, | ||
" | "caption4": { | ||
" | "type": "line" | ||
}, | }, | ||
" | "caption5": { | ||
" | "type": "line" | ||
}, | }, | ||
" | "imageBack": { | ||
" | "type": "wiki-file-name" | ||
}, | }, | ||
" | "caption7": { | ||
" | "type": "line" | ||
}, | }, | ||
" | "imageIndividual": { | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
" | "caption6": { | ||
"type": "line" | |||
} | |||
}, | }, | ||
"sets": [], | "sets": [], | ||
Line 313: | Line 418: | ||
"imageIndividual", | "imageIndividual", | ||
"caption6", | "caption6", | ||
"taxonomy", | "taxonomy", | ||
"species_family", | "species_family", | ||
Line 331: | Line 435: | ||
"hair_colors", | "hair_colors", | ||
"skin_colors", | "skin_colors", | ||
"stance", | "stance", | ||
"diet" | "diet" | ||
] | ], | ||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 06:29, 3 January 2025
Example usage:
{{Species | Species=Species Name | imageFront=imageFront.jpg | caption1=Front View | imageSide=imageSide.jpg | caption2=Side View | imageAngle=imageAngle.jpg | caption3=Angle | imageBack=imageBack.jpng | caption7=Back View | imageMale=imageMale.jpg | caption4=Average Male | imageFemale=imageFemale.jpg | caption5=Average Female | imageIndividual=imageIndividual.jpg | caption6=Specimen | taxonomy=[[Classification]] | species_family=[[Species Group]] | birth_type= e.g. Egg, Live-birth | reproduction_type=Reproduction Method | average_height=X feet Y inches | physiques=e.g. Lanky, Muscular, Bony | history=Example | homeworld=[[Planet Name]] | universe=some universe | spirit_tribe=a tribe | creator=[[Creator]] | species_relatives=[[Species]] | ancestral_species=[[Species]] | traits=Distinctive Traits | eye_colors=[[color (Eye Color)]] | hair_colors=[[color (Hair Color)]] if applicable | skin_colors=[[color (Skin Color)]] | feathers_colors=[[color (Feather Color)]] | scales_colors=[[color (Scale Color)]] | fur_colors=[[color (Fur Color)]] | stance=e.g. Bipedal, Quadrupedal | diet=e.g. [[Diet|Insectivore]], [[Diet|Herbavore]], [[Diet|Carnivore]], [[Diet|Omnivore]], [[Diet|Sanguivore]] }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Species | Species | no description | String | required |
imageFront | imageFront | no description | File | optional |
caption1 | caption1 | no description | Line | optional |
imageSide | imageSide | no description | File | optional |
caption2 | caption2 | no description | Line | optional |
imageAngle | imageAngle | no description | File | optional |
caption3 | caption3 | no description | Line | optional |
imageBack | imageBack | no description | File | optional |
caption7 | caption7 | no description | Line | optional |
imageMale | imageMale | no description | File | optional |
caption4 | caption4 | no description | Line | optional |
imageFemale | imageFemale | no description | File | optional |
caption5 | caption5 | no description | Line | optional |
imageIndividual | imageIndividual | no description | File | optional |
caption6 | caption6 | no description | Line | optional |
taxonomy | taxonomy | no description
| String | suggested |
species_family | species_family | no description
| String | suggested |
birth_type | birth_type | no description
| String | suggested |
reproduction_type | reproduction_type | no description
| Line | suggested |
average_height | average_height | no description | Line | suggested |
physiques | physiques | no description | String | suggested |
homeworld | homeworld | no description | String | suggested |
universe | universe | no description
| String | optional |
spirit_tribe | spirit_tribe | no description
| Content | suggested |
creator | creator | no description | String | suggested |
species_relatives | species_relatives | no description | Content | suggested |
ancestral_species | ancestral_species | no description | Content | suggested |
details | details | no description | Unknown | suggested |
traits | traits | no description | String | suggested |
eye_colors | eye_colors | no description | String | suggested |
hair_colors | hair_colors | no description | String | suggested |
skin_colors | skin_colors | no description | String | suggested |
stance | stance | no description
| Line | suggested |
diet | diet | no description
| Content | suggested |