Template:Infobox Race: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 17: | Line 17: | ||
|-{{#if: {{{Wisdom|}}} | {{Wisdom|{{{Wisdom}}}|}} | {{blank}} }} | |-{{#if: {{{Wisdom|}}} | {{Wisdom|{{{Wisdom}}}|}} | {{blank}} }} | ||
|-{{#if: {{{Charisma|}}} | {{Charisma|{{{Charisma}}}|}} | {{blank}} }} | |-{{#if: {{{Charisma|}}} | {{Charisma|{{{Charisma}}}|}} | {{blank}} }} | ||
|- | |||
!colspan="2" class="infobox-subtitle" | Additional Infos | |||
|-{{#if: {{{Speed|}}} | {{Speed|{{{Speed}}}|}} | {{blank}} }} | |||
|-{{#if: {{{Size|}}} | {{Size|{{{Size}}}|}} | {{blank}} }} | |||
|-{{#if: {{{Senses|}}} | {{Senses|{{{Senses}}}|}} | {{blank}} }} | |||
|-{{#if: {{{Nocturnal|}}} | {{Nocturnal|{{{Nocturnal}}}|}} | {{blank}} }} | |||
|} | |} | ||
</includeonly> | </includeonly> | ||
Line 34: | Line 40: | ||
Wisdom = | Wisdom = | ||
Charisma = | Charisma = | ||
Speed = | |||
Size = | |||
Senses = | |||
Nocturnal = | |||
}} | }} | ||
</pre> | </pre> | ||
Line 73: | Line 83: | ||
"Charisma": { | "Charisma": { | ||
"type": "string" | "type": "string" | ||
}, | |||
"Speed": { | |||
"type": "number" | |||
}, | |||
"Size": { | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Microscopic", | |||
"Tiny", | |||
"Small", | |||
"Medium", | |||
"Large", | |||
"Giant", | |||
"Colossal" | |||
] | |||
}, | |||
"Senses": { | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Sight", | |||
"Darksight", | |||
"Smell", | |||
"Hearing", | |||
"Echolocation", | |||
"Tremorsense" | |||
] | |||
}, | |||
"Nocturnal": { | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Yes", | |||
"No", | |||
"Optional" | |||
] | |||
} | } | ||
}, | }, | ||
Line 86: | Line 130: | ||
"Intelligence", | "Intelligence", | ||
"Wisdom", | "Wisdom", | ||
"Charisma" | "Charisma", | ||
"Speed", | |||
"Size", | |||
"Senses", | |||
"Nocturnal" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 22:32, 10 July 2024
Usage example:
{{Infobox Race| Image = Raw Name = Capitol = Population = Creation = Strength = Agility = Stamina = Intelligence = Wisdom = Charisma = Speed = Size = Senses = Nocturnal = }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Raw Name | Raw Name | no description | String | required |
Image | Image | no description
| File | optional |
Capitol | Capitol | no description | Page name | optional |
Population | Population | no description | String | optional |
Creation | Creation | no description | String | optional |
Strength | Strength | no description | String | optional |
Agility | Agility | no description | String | optional |
Stamina | Stamina | no description | String | optional |
Intelligence | Intelligence | no description | String | optional |
Wisdom | Wisdom | no description | String | optional |
Charisma | Charisma | no description | String | optional |
Speed | Speed | no description | Number | optional |
Size | Size | no description
| String | optional |
Senses | Senses | no description
| String | optional |
Nocturnal | Nocturnal | no description
| String | optional |