Difference between revisions of "Template:Changebox2"

From City of Hope MUSH
Jump to navigation Jump to search
m
m
 
(13 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 22: Line 22:
 
| faename
 
| faename
 
| Your fae name, if any
 
| Your fae name, if any
 +
|-
 +
| nickname
 +
| any nicknames?
 
|-
 
|-
 
| kith
 
| kith
Line 40: Line 43:
 
| house
 
| house
 
| Are you part of a noble house?  
 
| Are you part of a noble house?  
 +
|-
 +
| occupation
 +
| Do you have something resembling a job?
 
|-
 
|-
 
| age
 
| age
Line 55: 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 61: Line 72:
 
| fullname=Gavin Example
 
| fullname=Gavin Example
 
| faename=Gavin the Great
 
| faename=Gavin the Great
 +
| nickname=Gav
 
| kith=Sidhe
 
| kith=Sidhe
 
| court=Seelie
 
| court=Seelie
Line 67: Line 79:
 
| legacy-u=Knave
 
| legacy-u=Knave
 
| house=None
 
| house=None
 +
| occupation=None
 
| age=25-ish
 
| age=25-ish
 
| height=6'1"
 
| height=6'1"
Line 72: Line 85:
 
| eye_color=Green
 
| eye_color=Green
 
| hair_color=Brown
 
| hair_color=Brown
 +
| played_by=Joe Mama
 
}}</pre>
 
}}</pre>
  
Line 85: Line 99:
 
<table>{{#if:{{{fullname|}}}|<tr><td>'''Full Name:'''</td><td>{{{fullname}}}</td></tr>}}
 
<table>{{#if:{{{fullname|}}}|<tr><td>'''Full Name:'''</td><td>{{{fullname}}}</td></tr>}}
 
{{#if:{{{faename|}}}|<tr><td>'''Fae Name:'''</td><td>{{{faename}}}</td></tr>}}
 
{{#if:{{{faename|}}}|<tr><td>'''Fae Name:'''</td><td>{{{faename}}}</td></tr>}}
 +
{{#if:{{{nickname|}}}|<tr><td>'''Nickname:'''</td><td>{{{nickname}}}</td></tr>}}
 
{{#if:{{{kith|}}}|<tr><td>'''Kith:'''</td><td>{{{kith}}}</td></tr>}}
 
{{#if:{{{kith|}}}|<tr><td>'''Kith:'''</td><td>{{{kith}}}</td></tr>}}
 
{{#if:{{{court|}}}|<tr><td>'''Court:'''</td><td>{{{court}}}</td></tr>}}
 
{{#if:{{{court|}}}|<tr><td>'''Court:'''</td><td>{{{court}}}</td></tr>}}
Line 91: Line 106:
 
{{#if:{{{legacy-u|}}}|<tr><td>'''Unseelie Legacy:'''</td><td>{{{legacy-u}}}</td></tr>}}
 
{{#if:{{{legacy-u|}}}|<tr><td>'''Unseelie Legacy:'''</td><td>{{{legacy-u}}}</td></tr>}}
 
{{#if:{{{house|}}}|<tr><td>'''House:'''</td><td>{{{house}}}</td></tr>}}
 
{{#if:{{{house|}}}|<tr><td>'''House:'''</td><td>{{{house}}}</td></tr>}}
 +
{{#if:{{{occupation|}}}|<tr><td>'''Occupation:'''</td><td>{{{occupation}}}</td></tr>}}
 
{{#if:{{{age|}}}|<tr><td>'''Age:'''</td><td>{{{age}}}</td></tr>}}
 
{{#if:{{{age|}}}|<tr><td>'''Age:'''</td><td>{{{age}}}</td></tr>}}
 
{{#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
}}