Difference between revisions of "Template:Infobox race"
From OtanWiki
| (4 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
<td>{{{race}}}</td> | <td>{{{race}}}</td> | ||
</tr>}} {{#if:{{{subraces|}}}|<tr> | </tr>}} {{#if:{{{subraces|}}}|<tr> | ||
| − | <th> | + | <th>Subraces</th> |
<td>{{{subraces}}}</td> | <td>{{{subraces}}}</td> | ||
</tr>}} {{#if:{{{variants|}}}|<tr> | </tr>}} {{#if:{{{variants|}}}|<tr> | ||
| Line 33: | Line 33: | ||
<th>Language</th> | <th>Language</th> | ||
<td>{{{language}}}</td> | <td>{{{language}}}</td> | ||
| − | |||
| − | |||
| − | |||
</tr>}} {{#if:{{{climate|}}}|<tr> | </tr>}} {{#if:{{{climate|}}}|<tr> | ||
<th>Climate</th> | <th>Climate</th> | ||
| Line 89: | Line 86: | ||
Example usage: | Example usage: | ||
<pre> | <pre> | ||
| − | {{Infobox | + | {{Infobox race |
| title = | | title = | ||
| image = | | image = | ||
| caption = | | caption = | ||
| − | | | + | | race = |
| − | | | + | | subraces = |
| − | | | + | | variants = |
| − | |||
| patron_deity = | | patron_deity = | ||
| vision = | | vision = | ||
| Line 104: | Line 100: | ||
| location = | | location = | ||
| language = | | language = | ||
| − | |||
| climate = | | climate = | ||
| terrain = | | terrain = | ||
| Line 120: | Line 115: | ||
| based = | | based = | ||
| 5e_equivalence = | | 5e_equivalence = | ||
| + | | alignment = | ||
}} | }} | ||
</pre> | </pre> | ||
Latest revision as of 20:32, 7 August 2021
Infobox race
Example usage:
{{Infobox race
| title =
| image =
| caption =
| race =
| subraces =
| variants =
| patron_deity =
| vision =
| active_cycle =
| diet =
| lifespan =
| location =
| language =
| climate =
| terrain =
| height =
| length =
| wingspan =
| weight =
| skin_color =
| hair_color =
| feathers =
| eye_color =
| build =
| distinctions =
| first =
| based =
| 5e_equivalence =
| alignment =
}}