Template:Species infobox: Difference between revisions
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#invoke:Infobox|main | <includeonly><templatestyles src="Template:Species infobox/styles.css"></templatestyles><!-- | ||
-->{{#invoke:Infobox|main | |||
|kind=species | |kind=species | ||
|sep=, | |sep=, | ||
|title={{{title|{{PAGENAME}}}}} | |title={{{title|{{PAGENAME}}}}} | ||
|image={{#if:{{{image|}}}|[[File:{{{image}}}|250px]]}} | |image={{#if:{{{image|}}}|[[File:{{{image}}}|250px]]}} | ||
|sections=Main | |sections=Main, Internals, Appearance, Environment, Survivability, Technical | ||
|Main= | |Main=Roundstart, Naming, Sexes, Abilities | ||
| | |Main_nolabel = yes | ||
| | |Roundstart = {{#ifeq: {{yesno|{{{roundstart|}}}}}|yes|Yes|No}} | ||
|Roundstart_label = {{Tooltip|Roundstart|Can be selected in character editor.}} | |||
|Naming = {{{naming|}}} | |Naming = {{{naming|}}} | ||
|Sexes = {{{sexes|}}} | |Sexes = {{{sexes|}}} | ||
Line 15: | Line 18: | ||
|Internals = Blood type | |Internals = Blood type | ||
|Blood type = {{{blood type|}}} | |Blood type = {{{blood type|}}} | ||
|Appearance = Skin tone | |||
|Skin tone = {{{skin tone|}}} | |||
|Environment = Temperature range, Breathes, Diet | |Environment = Temperature range, Breathes, Diet | ||
Line 32: | Line 38: | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{docs}} | {{docs|bb= | ||
{{uses template styles}} | |||
}} | |||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
Line 55: | Line 63: | ||
"label": "Naming conventions", | "label": "Naming conventions", | ||
"description": "What rules do the names for this species follow? Specify a format and an example/examples.", | "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", | ||
"suggested": true | "suggested": true | ||
Line 126: | Line 134: | ||
"label": "ID", | "label": "ID", | ||
"description": "Species ID", | "description": "Species ID", | ||
"example": "Moth", | "example": "{{c|Moth}}", | ||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true | ||
Line 133: | Line 141: | ||
"label": "Prototype name", | "label": "Prototype name", | ||
"description": "Species prototype name.", | "description": "Species prototype name.", | ||
"example": "MobMoth", | "example": "{{c|MobMoth}}", | ||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true | ||
Line 139: | Line 147: | ||
"random selection weight": { | "random selection weight": { | ||
"label": "Random selection weight", | "label": "Random selection weight", | ||
"description": " | "description": "A species can have a weight assigned to it in 'species_weights.yml' that determines its chance to roll when clicking randomize button in character editor. By default (if it's not in the file), the value is 1.", | ||
"example": "1", | "example": "1", | ||
"type": "number", | "type": "number", | ||
"default": "1", | "default": "1", | ||
"suggested": true | "suggested": true | ||
}, | |||
"skin tone": { | |||
"label": "Skin tone", | |||
"type": "line", | |||
"suggested": true, | |||
"example": "<nowiki>#ffe1cc</nowiki> (example for human; nowiki is to escape the dash '#' symbol used in HEX colors}" | |||
} | } | ||
}, | }, | ||
Line 154: | Line 168: | ||
"abilities", | "abilities", | ||
"blood type", | "blood type", | ||
"skin tone", | |||
"temperature range", | "temperature range", | ||
"breathes", | "breathes", |
Latest revision as of 04:50, 11 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 |
Skin tone | skin tone | 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 | A species can have a weight assigned to it in 'species_weights.yml' that determines its chance to roll when clicking randomize button in character editor. By default (if it's not in the file), the value is 1.
| Number | suggested |