Template:SubspeciesTable: Difference between revisions
From Lilith's Throne
Jump to navigationJump to search
Created page with "<includeonly> == {{{name}}} == {{{description}}} {| class="wikitable" ! !Female !Male |- |Name |{{{femaleName}}} |{{{maleName}}} |- |Half-Demon Name |{{{femaleDemon}}} |{{{maleDemon}}} |- |Book Name | colspan="2" |{{{book}}} |- |Base slave value | colspan="2" |{{{value}}} |- |Leg Configuration | colspan="2" |{{{legconf}}} |- |Nocturnality | colspan="2" |{{{nocturnality}}} |- |Short Stature | colspan="2" |{{{short}}} |- |Winged | colspan="2" |{{{winged}}} |} </includeon..." |
Sightglass (Sọ̀rọ̀ | contribs) m Undo revision 3360 by Sightglass (talk) Tag: Undo |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Races]] | |||
<includeonly> | <includeonly> | ||
== {{{name}}} == | == {{{name}}} == | ||
Line 19: | Line 20: | ||
|- | |- | ||
|Base slave value | |Base slave value | ||
| colspan="2" |{{{value}}} | | colspan="2" |{{Flames|{{{value}}}}} | ||
|- | |- | ||
|Leg Configuration | |Leg Configuration | ||
Line 28: | Line 29: | ||
|- | |- | ||
|Short Stature | |Short Stature | ||
| colspan="2" |{{{short}}} | | colspan="2" |{{#ifeq:{{{short}}}|true|Yes|No}} | ||
|- | |- | ||
|Winged | |Winged | ||
| colspan="2" |{{{winged}}} | | colspan="2" |{{#ifeq:{{{winged}}}|true|Yes|No}} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
Line 108: | Line 109: | ||
"short": { | "short": { | ||
"label": "Short Stature", | "label": "Short Stature", | ||
"type": "boolean | "type": "boolean" | ||
} | } | ||
}, | }, | ||
Line 129: | Line 129: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> |
Latest revision as of 18:13, 24 February 2024
Subspecies data table, to be added for each subspecies
Parameter | Description | Type | Status | |
---|---|---|---|---|
Subspecies Name | name | no description | String | required |
Subspecies description | description | no description | String | required |
Female name | femaleName | no description | String | required |
Male Name | maleName | no description | String | required |
Half-Demon Female name | femaleDemon | no description | String | optional |
Half-Demon Male name | maleDemon | no description | String | optional |
Book Name | book | no description | String | required |
Leg Configuration | legconf | no description
| String | optional |
Slave base value | value | no description | Number | optional |
Nocturnality | nocturnality | no description
| String | optional |
Short Stature | short | no description | Boolean | optional |
Winged Species | winged | no description | Boolean | optional |