Difference between revisions of "Template:Changebox2"

From City of Hope MUSH
Jump to navigation Jump to search
m (GingerNeko moved page Changebox2 to Template:Changebox2)
m
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>This is a simple infobox with Changeling-based options.
+
<noinclude>
 
{{#css:
 
{{#css:
 
.variables td, .variables th {
 
.variables td, .variables th {
Line 20: Line 20:
 
| Your full name.
 
| Your full name.
 
|-
 
|-
| aka
+
| faename
| Other names you might be known by -- nicknames, etc.
+
| 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?
 
|-
 
|-
| demeanor
+
| played_by
| Your demeanor.
+
| Who's your model?
|-
 
| nature
 
| Your nature.
 
 
|}
 
|}
 +
 +
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
| seelie Legacy=Knight
+
| legacy-s=Knight
| unseelie Legacy=Knave
+
| 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
| demeanor=Cavalier
+
| played_by=Joe Mama
| nature=Visionary
 
 
}}</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:{{{eye_colour|}}}|<tr><td>'''Eye Colour:'''</td><td>{{{eye_colour}}}</td></tr>}}
+
{{#if:{{{eye_color|}}}|<tr><td>'''Eye Color:'''</td><td>{{{eye_color}}}</td></tr>}}
{{#if:{{{hair_colour|}}}|<tr><td>'''Hair Colour:'''</td><td>{{{hair_colour}}}</td></tr>}}
+
{{#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 13: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
}}