Template:Species infobox: Difference between revisions
From Space Station 14 Wiki
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
|ID = {{{id|}}} | |ID = {{{id|}}} | ||
|Prototype = {{{prototype|}}} | |Prototype = {{{prototype|}}} | ||
|Random selection weight = {{{random selection weight|}}} | |Random selection weight = {{{random selection weight|1}}} | ||
|Random selection weight_label = {{Tooltip|Random selection weight|Each species has a weight assigned to it that determines its chance to roll when clicking {{button|Randomize}} in character editor.}} | |Random selection weight_label = {{Tooltip|Random selection weight|Each species has a weight assigned to it that determines its chance to roll when clicking {{button|Randomize}} in character editor.}} | ||
Line 52: | Line 52: | ||
"naming": { | "naming": { | ||
"label": "Naming conventions", | "label": "Naming conventions", | ||
"description": "What rules do the names for this species follow? Specify | "description": "What rules do the names for this species follow? Specify a format and an example/examples.", | ||
"example": "First Last, example: John Station", | "example": "First Last, example: John Station", | ||
"type": "line", | "type": "line", | ||
Line 64: | Line 64: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "temperature range": { | ||
"label": "Livable temperature", | "label": "Temperature range", | ||
"description": "Livable temperature range in Celsius.", | |||
"example": "{{Degrees|5|C}} to {{Degrees|40|C}}", | |||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true | ||
Line 80: | Line 82: | ||
"diet": { | "diet": { | ||
"label": "Diet", | "label": "Diet", | ||
"type": " | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 90: | Line 92: | ||
"Nitrogen" | "Nitrogen" | ||
], | ], | ||
"suggested": true | |||
}, | |||
"roundstart": { | |||
"label": "Roundstart?", | |||
"description": "Whether the species is available in character editor.", | |||
"type": "boolean", | |||
"autovalue": "0", | |||
"suggested": true | |||
}, | |||
"sexes": { | |||
"label": "Sexes", | |||
"description": "What sex can a species be?", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Male or Female", | |||
"Unixes" | |||
], | |||
"suggested": true | |||
}, | |||
"damage resistance": { | |||
"label": "Damage resistance", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"damage weakness": { | |||
"label": "Damage weakness", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"id": { | |||
"label": "ID", | |||
"description": "Species ID", | |||
"example": "Moth", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"prototype": { | |||
"label": "Prototype name", | |||
"description": "Species prototype name.", | |||
"example": "MobMoth", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"random selection weight": { | |||
"label": "Random selection weight", | |||
"description": "Each species has a weight assigned to it that determines its chance to roll when clicking randomize button in character editor.", | |||
"example": "1", | |||
"type": "number", | |||
"default": "1", | |||
"suggested": true | "suggested": true | ||
} | } | ||
Line 96: | Line 147: | ||
"title", | "title", | ||
"image", | "image", | ||
"roundstart", | |||
"naming", | "naming", | ||
"sexes", | |||
"abilities", | "abilities", | ||
" | "blood type", | ||
"temperature range", | |||
"breathes", | "breathes", | ||
" | "diet", | ||
" | "damage resistance", | ||
"damage weakness", | |||
"id", | |||
"prototype", | |||
"random selection weight" | |||
], | ], | ||
"description": "Infobox templates for species.", | "description": "Infobox templates for species.", |
Revision as of 13:49, 10 April 2025
Infobox templates for species.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Infobox title | title | no description
| Line | required |
Image | image | no description
| File | suggested |
Roundstart? | roundstart | Whether the species is available in character editor.
| Boolean | suggested |
Naming conventions | naming | What rules do the names for this species follow? Specify a format and an example/examples.
| Line | suggested |
Sexes | sexes | What sex can a species be?
| Line | suggested |
Abilities | abilities | List of abilities. Don't add descriptions here, use the page. For multiple abilities, list them in a bullet list.
| Line | suggested |
Blood type | blood type | no description
| Line | suggested |
Temperature range | temperature range | Livable temperature range in Celsius.
| Line | suggested |
Breathes | breathes | no description
| Line | suggested |
Diet | diet | no description | String | suggested |
Damage resistance | damage resistance | no description | String | suggested |
Damage weakness | damage weakness | no description | String | suggested |
ID | id | Species ID
| Line | suggested |
Prototype name | prototype | Species prototype name.
| Line | suggested |
Random selection weight | random selection weight | Each species has a weight assigned to it that determines its chance to roll when clicking randomize button in character editor.
| Number | suggested |