ZexisStryfe (talk | contribs) No edit summary |
ZexisStryfe (talk | contribs) No edit summary |
||
Line 137: | Line 137: | ||
{ | { | ||
"params": { | "params": { | ||
"Name": {}, | "Name": { | ||
"type": "string", | |||
"required": true | |||
}, | |||
"Status": {}, | "Status": {}, | ||
"Kingdom": {}, | "Kingdom": { | ||
"Phylum": {}, | "type": "string", | ||
"Class": {}, | "required": true | ||
"Order": {}, | }, | ||
"Family": {}, | "Phylum": { | ||
"Genus": {}, | "type": "string", | ||
"Species": {}, | "required": true | ||
"Sentient?": {}, | }, | ||
"BodyType": {}, | "Class": { | ||
"type": "string", | |||
"required": true | |||
}, | |||
"Order": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Family": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Genus": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Species": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Sentient?": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"BodyType": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"AvgHeight": {}, | "AvgHeight": {}, | ||
"AvgWeight": {}, | "AvgWeight": {}, | ||
Line 165: | Line 195: | ||
"CauseOfExtinction": {}, | "CauseOfExtinction": {}, | ||
"Diet": {}, | "Diet": {}, | ||
"Image": {}, | "Image": { | ||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"Description": {} | "Description": {} | ||
}, | }, | ||
Line 171: | Line 204: | ||
"Image", | "Image", | ||
"Name", | "Name", | ||
"Kingdom", | "Kingdom", | ||
"Phylum", | "Phylum", | ||
Line 196: | Line 228: | ||
"Government", | "Government", | ||
"Ruler", | "Ruler", | ||
"Status", | |||
"CauseOfExtinction", | "CauseOfExtinction", | ||
"Diet", | "Diet", |
Revision as of 10:02, 19 October 2021
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | Image | no description | File | suggested |
Name | Name | no description | String | required |
Kingdom | Kingdom | no description | String | required |
Phylum | Phylum | no description | String | required |
Class | Class | no description | String | required |
Order | Order | no description | String | required |
Family | Family | no description | String | required |
Genus | Genus | no description | String | required |
Species | Species | no description | String | required |
Sentient? | Sentient? | no description | String | required |
BodyType | BodyType | no description | String | required |
AvgHeight | AvgHeight | no description | Unknown | optional |
AvgWeight | AvgWeight | no description | Unknown | optional |
AvgLifespan | AvgLifespan | no description | Unknown | optional |
Eyes | Eyes | no description | Unknown | optional |
Hair | Hair | no description | Unknown | optional |
Skin | Skin | no description | Unknown | optional |
SpecialAdaptations | SpecialAdaptations | no description | Unknown | optional |
UnusualFeatures | UnusualFeatures | no description | Unknown | optional |
Sentient | Sentient | no description | Unknown | optional |
Origin | Origin | no description | Unknown | optional |
Capital | Capital | no description | Unknown | optional |
Language | Language | no description | Unknown | optional |
Religion | Religion | no description | Unknown | optional |
Government | Government | no description | Unknown | optional |
Ruler | Ruler | no description | Unknown | optional |
Status | Status | no description | Unknown | optional |
CauseOfExtinction | CauseOfExtinction | no description | Unknown | optional |
Diet | Diet | no description | Unknown | optional |
Description | Description | no description | Unknown | optional |