Difference between revisions of "User:Felix/Test"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Felix
m
imported>Felix
Line 1: Line 1:
 
<noinclude>This is my main test page for template development.</noinclude>{{#css:
 
<noinclude>This is my main test page for template development.</noinclude>{{#css:
 +
table {
 +
    margin: 0 auto;
 +
}
 
td:first-of-type {
 
td:first-of-type {
 
     white-space: nowrap;
 
     white-space: nowrap;
Line 5: Line 8:
 
}
 
}
 
}}
 
}}
{| align="center"
+
<table>
|-
+
<tr>
| '''Full Name:'''
+
<td>'''Full Name:'''</td>
| {{{fullname}}}
+
<td>{{{fullname}}}</td>
|-
+
</tr><tr>
| '''Ritename:'''
+
<td>'''Ritename:'''</td>
| {{{ritename}}}
+
<td>{{{ritename}}}</td>
|-
+
</tr><tr>
| '''Race:'''
+
<td>'''Race:'''</td>
| {{{race}}}
+
<td>{{{race}}}</td>
|-
+
</tr><tr>
| '''Faction:'''
+
<td>'''Faction:'''</td>
| {{{faction}}}
+
<td>{{{faction}}}</td>
|-
+
</tr><tr>
| '''Tribe:'''
+
<td>'''Tribe:'''</td>
| {{{tribe}}}
+
<td>{{{tribe}}}</td>
|-
+
</tr><tr>
| '''Auspice:'''
+
<td>'''Auspice:'''</td>
| {{{auspice}}}
+
<td>{{{auspice}}}</td>
|-
+
</tr><tr>
| '''Rank:'''
+
<td>'''Rank:'''</td>
| {{{rank}}}
+
<td>{{{rank}}}</td>
|-
+
</tr><tr>
| style="" | '''Date of Birth:'''
+
<td>'''Date of Birth:'''</td>
| {{{birthdate}}}
+
<td>{{{birthdate}}}</td>
|-
+
</tr><tr>
| '''Age:'''
+
<td>'''Age:'''</td>
| {{{age}}}
+
<td>{{{age}}}</td>
|-
+
</tr><tr>
| '''Height:'''
+
<td>'''Height:'''</td>
| {{{height}}}
+
<td>{{{height}}}</td>
|-
+
</tr><tr>
| '''Weight:'''
+
<td>'''Weight:'''</td>
| {{{weight}}}
+
<td>{{{weight}}}</td>
|-
+
</tr><tr>
| '''Eye Colour:'''
+
<td>'''Eye Colour:'''</td>
| {{{eye_colour}}}
+
<td>{{{eye_colour}}}</td>
|-
+
</tr><tr>
| '''Hair Colour:'''
+
<td>'''Hair Colour:'''</td>
| {{{hair_colour}}}
+
<td>{{{hair_colour}}}</td>
|-
+
</tr><tr>
| '''Demeanor:'''
+
<td>'''Demeanor:'''</td>
| {{{demeanor}}}
+
<td>{{{demeanor}}}</td>
|-
+
</tr><tr>
| '''Photo Reference:'''
+
<td>'''Photo Reference:'''</td>
| {{{photoref}}}
+
<td>{{{photoref}}}</td>
|}
+
</tr>
 +
</table>

Revision as of 07:05, 14 September 2016

This is my main test page for template development.

Full Name: {{{fullname}}}
Ritename: {{{ritename}}}
Race: {{{race}}}
Faction: {{{faction}}}
Tribe: {{{tribe}}}
Auspice: {{{auspice}}}
Rank: {{{rank}}}
Date of Birth: {{{birthdate}}}
Age: {{{age}}}
Height: {{{height}}}
Weight: {{{weight}}}
Eye Colour: {{{eye_colour}}}
Hair Colour: {{{hair_colour}}}
Demeanor: {{{demeanor}}}
Photo Reference: {{{photoref}}}