|
|
(2 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {| class="infobox" style="width: 23em; text-align: left;"
| |
| ! colspan="2" style="text-align: center; background-color: #FFD700; font-size: larger;" | <small>WFRP Player Character</small><br />{{{WFRP PC}}}
| |
|
| |
|
| |-
| |
| {{#if:{{{image<includeonly>|</includeonly>}}}|
| |
| <!-- -->{{!}} colspan="2" style="text-align: center; border-bottom: 1px solid Black;" {{!}} {{{image<noinclude>|[[Image:Placeholder.png|200px]]</noinclude>}}}{{#if:{{{caption<includeonly>|</includeonly>}}}|<br/><small>''{{{caption}}}''</small>}}
| |
| }}
| |
|
| |
| |-
| |
| {{#if:{{{name<includeonly>|</includeonly>}}}|
| |
| <!-- -->! Name:
| |
| <!-- -->{{!}} {{{name}}}
| |
| }}
| |
|
| |
| |-
| |
| {{#if:{{{nationality<includeonly>|</includeonly>}}}|
| |
| <!-- -->! Nationality:
| |
| <!-- -->{{!}} {{{career}}}
| |
| }}
| |
|
| |
| |-
| |
| {{#if:{{{career<includeonly>|</includeonly>}}}|
| |
| <!-- -->! Career:
| |
| <!-- -->{{!}} {{{career}}}
| |
| }}
| |
|
| |
| |-
| |
| {{#if:{{{birthdate<includeonly>|</includeonly>}}}|
| |
| <!-- -->! Birthdate:
| |
| <!-- -->{{!}} {{{birthdate}}}
| |
| }}
| |
|
| |
| |-
| |
| {{#if:{{{height<includeonly>|</includeonly>}}}|
| |
| <!-- -->! Height:
| |
| <!-- -->{{!}} {{{height}}}
| |
| }}
| |
|
| |
| |-
| |
| {{#if:{{{weight<includeonly>|</includeonly>}}}|
| |
| <!-- -->! Weight:
| |
| <!-- -->{{!}} {{{weight}}}
| |
| }}
| |
|
| |
| |-
| |
| {{#if:{{{hair<includeonly>|</includeonly>}}}|
| |
| <!-- -->! Hair:
| |
| <!-- -->{{!}} {{{hair}}}
| |
| }}
| |
|
| |
| |-
| |
| {{#if:{{{eyes<includeonly>|</includeonly>}}}|
| |
| <!-- -->! Eyes:
| |
| <!-- -->{{!}} {{{eyes}}}
| |
| }}
| |
|
| |
| |-
| |
| {{#if:{{{marks<includeonly>|</includeonly>}}}|
| |
| <!-- -->! Distinguishing Marks:
| |
| <!-- -->{{!}} {{{marks}}}
| |
| }}
| |
|
| |
|
| |
|
| |
| |}<includeonly>[[Category:WHFRP|{{PAGENAME}}]]</includeonly><noinclude>
| |
| [[Category:Infobox templates|WFRP PC]]
| |
|
| |
| This template is for use in any article about a WFRP PC. All parameters are optional; if left undefined they will not appear. The recommended image size is a width of 250px.
| |
|
| |
|
| |
| ==Usage==
| |
|
| |
| <pre><nowiki>
| |
| {{Infobox WFRP PC
| |
| |image =
| |
| |caption =
| |
| |name =
| |
| |nationality =
| |
| |career =
| |
| |birthdate =
| |
| |height =
| |
| |weight =
| |
| |hair =
| |
| |eyes =
| |
| |marks =
| |
| }}
| |
| </nowiki></pre>
| |
|
| |
| </noinclude>
| |