Difference between revisions of "Template:Changebox2"

From City of Hope MUSH
Jump to navigation Jump to search
m (Undo revision 246273 by GingerNeko (talk))
Tag: Undo
m
 
(12 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 61: Line 61:
 
| hair_color
 
| hair_color
 
| 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:
Line 80: Line 85:
 
| eye_color=Green
 
| eye_color=Green
 
| hair_color=Brown
 
| hair_color=Brown
 +
| played_by=Joe Mama
 
}}</pre>
 
}}</pre>
  
Line 104: 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
}}