Template:PC Bio
From Gwn
(Difference between revisions)
(7 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | {| | + | <includeonly>{| style="border: 2px solid darkslategray; border-spacing: 0; float: right; font-size: 90%; margin: 0.25em 0.5em; width: 35%" |
+ | |colspan=2 style="background: 00003c; color: gainsboro; font-size: 110%; text-align: center"|'''{{{player_name}}}''' | ||
|- | |- | ||
- | | | + | |style="text-align: center; background: gainsboro;" colspan="2"|{{{image}}} |
|- | |- | ||
- | |'''Aliases''' || {{{ | + | |style="text-align: right; width: 12em; vertical-align:top"|'''Aliases:''' |
+ | |style="padding-left: 1ex"|{{{aliases}}} | ||
+ | |- style="background: gainsboro;" | ||
+ | |style="text-align: right; width: 12em; vertical-align:top"|'''Birth Date:''' | ||
+ | |style="padding-left: 1ex"|{{{birth_date}}} | ||
|- | |- | ||
- | |'''Birth | + | |style="text-align: right; width: 12em; vertical-align:top"|'''Birth Place:''' |
+ | |style="padding-left: 1ex"|{{{birth_place}}} | ||
+ | |- style="background: gainsboro;" | ||
+ | |style="text-align: right; width: 12em; vertical-align:top"|'''Nationality:''' | ||
+ | |style="padding-left: 1ex"|{{{nationality}}} | ||
|- | |- | ||
- | |''' | + | |style="text-align: right; width: 12em; vertical-align:top"|'''Death:''' |
+ | |style="padding-left: 1ex"|{{{death}}} | ||
+ | |- style="background: gainsboro;" | ||
+ | |style="text-align: right; width: 12em; vertical-align:top"|'''Height:''' | ||
+ | |style="padding-left: 1ex"|{{{height}}} | ||
|- | |- | ||
- | |''' | + | |style="text-align: right; width: 12em; vertical-align:top"|'''Weight:''' |
+ | |style="padding-left: 1ex"|{{{weight}}} | ||
+ | |- style="background: gainsboro;" | ||
+ | |style="text-align: right; width: 12em; vertical-align:top"|'''Eye Color:''' | ||
+ | |style="padding-left: 1ex"|{{{eye_color}}} | ||
|- | |- | ||
- | |''' | + | |style="text-align: right; width: 12em; vertical-align:top"|'''Hair Color:''' |
+ | |style="padding-left: 1ex"|{{{hair_color}}} | ||
+ | |- style="background: gainsboro;" | ||
+ | |style="text-align: right; width: 12em; vertical-align:top"|'''Blood Type:''' | ||
+ | |style="padding-left: 1ex"|{{{blood_type}}} | ||
|- | |- | ||
- | |''' | + | |style="text-align: right; width: 12em; vertical-align:top"|'''Genetic Status:''' |
- | |- | + | |style="padding-left: 1ex"|{{{genetic_status}}} |
- | |''' | + | |- style="background: gainsboro;" |
- | | | + | |style="text-align: right; width: 12em; vertical-align:top"|'''Relatives:''' |
- | + | |style="padding-left: 1ex"|{{{relatives}}} | |
- | | | + | |}</includeonly><noinclude> |
- | | | + | =DO NOT EDIT THIS FILE!= |
- | | | + | If you want to add a PC Biography Table to your character's page, just add the following wiki code to your group page, and fill in the blanks. Make sure to end each parameter with | (pipe) character. |
- | | | + | |
- | | | + | <pre>{{PC Bio| |
- | | | + | player_name=FILLTHIS| |
- | + | image=FILLTHIS| | |
+ | aliases=FILLTHIS| | ||
+ | birth_date=FILLTHIS| | ||
+ | birth_place=FILLTHIS| | ||
+ | nationality=FILLTHIS| | ||
+ | death=FILLTHIS| | ||
+ | height=FILLTHIS| | ||
+ | weight=FILLTHIS| | ||
+ | eye_color=FILLTHIS| | ||
+ | hair_color=FILLTHIS| | ||
+ | blood_type=FILLTHIS| | ||
+ | genetic_status=FILLTHIS| | ||
+ | relatives=FILLTHIS}}</pre> | ||
+ | |||
+ | If you're having any trouble, you can ask for help on the [[Wiki Questions]] page. | ||
+ | |||
+ | ==Example== | ||
+ | |||
+ | The following | ||
+ | <pre> | ||
+ | {{PC Bio| | ||
+ | player_name=Bubba| | ||
+ | image=[[Image:Bubba.jpg]]| | ||
+ | aliases=Whitey, smooth love, your Dad| | ||
+ | birth_date=August 21, 1968| | ||
+ | birth_place=Texas| | ||
+ | nationality=American, Bitch| | ||
+ | death=When McDonalds makes the Double McRib| | ||
+ | height=5'8| | ||
+ | weight=Under Calculation by Nasa| | ||
+ | eye_color=Red| | ||
+ | hair_color=Brown| | ||
+ | blood_type=Margerine| | ||
+ | genetic_status=Inbred| | ||
+ | relatives=Bob's Big Boy}} | ||
+ | </pre> | ||
+ | |||
+ | will produce this: | ||
+ | {{PC Bio| | ||
+ | player_name=Bubba| | ||
+ | image=[[Image:Bubba.jpg]]| | ||
+ | aliases=Whitey, smooth love, your Dad| | ||
+ | birth_date=August 21, 1968| | ||
+ | birth_place=Texas| | ||
+ | nationality=American, Bitch| | ||
+ | death=When McDonalds makes the Double McRib| | ||
+ | height=5'8| | ||
+ | weight=Under Calculation by Nasa| | ||
+ | eye_color=Red| | ||
+ | hair_color=Brown| | ||
+ | blood_type=Margerine| | ||
+ | genetic_status=Inbred| | ||
+ | relatives=Bob's Big Boy}} | ||
+ | |||
+ | [[Category:Templates|{{PAGENAME}}]]</noinclude> |
Current revision as of 03:06, 10 November 2006
DO NOT EDIT THIS FILE!
If you want to add a PC Biography Table to your character's page, just add the following wiki code to your group page, and fill in the blanks. Make sure to end each parameter with | (pipe) character.
{{PC Bio| player_name=FILLTHIS| image=FILLTHIS| aliases=FILLTHIS| birth_date=FILLTHIS| birth_place=FILLTHIS| nationality=FILLTHIS| death=FILLTHIS| height=FILLTHIS| weight=FILLTHIS| eye_color=FILLTHIS| hair_color=FILLTHIS| blood_type=FILLTHIS| genetic_status=FILLTHIS| relatives=FILLTHIS}}
If you're having any trouble, you can ask for help on the Wiki Questions page.
Example
The following
{{PC Bio| player_name=Bubba| image=[[Image:Bubba.jpg]]| aliases=Whitey, smooth love, your Dad| birth_date=August 21, 1968| birth_place=Texas| nationality=American, Bitch| death=When McDonalds makes the Double McRib| height=5'8| weight=Under Calculation by Nasa| eye_color=Red| hair_color=Brown| blood_type=Margerine| genetic_status=Inbred| relatives=Bob's Big Boy}}
will produce this: