Difference between revisions of "Template:Changebox2"
Jump to navigation
Jump to search
GingerNeko (talk | contribs) (Created page with "<noinclude>This is a simple infobox with Changeling-based options. {{#css: .variables td, .variables th { vertical-align: top; padding: 5px; } .variables td:nth-of-typ...") |
GingerNeko (talk | contribs) m |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <noinclude> | + | <noinclude> |
{{#css: | {{#css: | ||
.variables td, .variables th { | .variables td, .variables th { | ||
Line 20: | Line 20: | ||
| Your full name. | | Your full name. | ||
|- | |- | ||
− | | | + | | faename |
− | | | + | | Your fae name, if any |
+ | |- | ||
+ | | nickname | ||
+ | | any nicknames? | ||
|- | |- | ||
| kith | | kith | ||
Line 37: | Line 40: | ||
| legacy-u | | legacy-u | ||
| Unseelie Legacy | | Unseelie Legacy | ||
+ | |- | ||
+ | | house | ||
+ | | Are you part of a noble house? | ||
|- | |- | ||
| occupation | | occupation | ||
Line 56: | Line 62: | ||
| Brown? | | Brown? | ||
|- | |- | ||
− | | | + | | played_by |
− | | | + | | Who's your model? |
− | |||
− | |||
− | |||
|} | |} | ||
+ | |||
+ | This is a simple infobox with Changeling-based options. This adds a few more lines of data to the Changebox. Feel free to use it as you will with the Felix character page template! | ||
As an example: | As an example: | ||
<pre>{{Changebox | <pre>{{Changebox | ||
| fullname=Gavin Example | | fullname=Gavin Example | ||
+ | | faename=Gavin the Great | ||
+ | | nickname=Gav | ||
| kith=Sidhe | | kith=Sidhe | ||
| court=Seelie | | court=Seelie | ||
| seeming=Wilder | | seeming=Wilder | ||
− | | | + | | legacy-s=Knight |
− | | | + | | legacy-u=Knave |
+ | | house=None | ||
+ | | occupation=None | ||
| age=25-ish | | age=25-ish | ||
| height=6'1" | | height=6'1" | ||
Line 76: | Line 85: | ||
| eye_color=Green | | eye_color=Green | ||
| hair_color=Brown | | hair_color=Brown | ||
− | | | + | | played_by=Joe Mama |
− | |||
}}</pre> | }}</pre> | ||
Line 102: | Line 110: | ||
{{#if:{{{height|}}}|<tr><td>'''Height:'''</td><td>{{{height}}}</td></tr>}} | {{#if:{{{height|}}}|<tr><td>'''Height:'''</td><td>{{{height}}}</td></tr>}} | ||
{{#if:{{{weight|}}}|<tr><td>'''Weight:'''</td><td>{{{weight}}}</td></tr>}} | {{#if:{{{weight|}}}|<tr><td>'''Weight:'''</td><td>{{{weight}}}</td></tr>}} | ||
− | {{#if:{{{ | + | {{#if:{{{eye_color|}}}|<tr><td>'''Eye Color:'''</td><td>{{{eye_color}}}</td></tr>}} |
− | {{#if:{{{ | + | {{#if:{{{hair_color|}}}|<tr><td>'''Hair Color:'''</td><td>{{{hair_color}}}</td></tr>}} |
− | + | {{#if:{{{played_by|}}}|<tr><td>'''Played by:'''</td><td>{{{played_by}}}</td></tr>}}</table> | |
− | </table></includeonly> | + | </includeonly> |
Latest revision as of 12:11, 14 April 2023
variable | what it is |
---|---|
fullname | Your full name. |
faename | Your fae name, if any |
nickname | any nicknames? |
kith | Satyr to Sidhe |
court | i.e., Seelie. |
seeming | Wilder |
legacy-s | Seelie Legacy |
legacy-u | Unseelie Legacy |
house | Are you part of a noble house? |
occupation | Do you have something resembling a job? |
age | Your age or apparent age. |
height | Your height. |
weight | Your weight. |
eye_color | Your eye colour. |
hair_color | Brown? |
played_by | Who's your model? |
This is a simple infobox with Changeling-based options. This adds a few more lines of data to the Changebox. Feel free to use it as you will with the Felix character page template!
As an example:
{{Changebox | fullname=Gavin Example | faename=Gavin the Great | nickname=Gav | kith=Sidhe | court=Seelie | seeming=Wilder | legacy-s=Knight | legacy-u=Knave | house=None | occupation=None | age=25-ish | height=6'1" | weight=220lbs | eye_color=Green | hair_color=Brown | played_by=Joe Mama }}