Template:Player character: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{PC|name={{#if:{{{Player Name|}}}|{{{Player Name}}}|{{PAGENAME}}}}|rev={{#if:{{{rev|}}}|{{{rev}}}|0}}|race={{#ifeq:{{{Race|}}}|S'kra Mur|S'Kra Mur|{{{Race|}}}}}|gender={{{Gender|}}}|guild={{{Guild|}}}|instance={{{Instance|}}}|status={{{Status|}}}|relat={{{Relative|}}}}}</includeonly><noinclude>Depreciated in favor of [[Template:PC]].</noinclude>
<includeonly>{| cellpadding="2" style="float:right; width:300px; background:#e3e3e3; border-spacing:1px;"
|-
! colspan="2" | {{#if:{{{Player Name|}}}|'''{{{Player Name}}}'''|{{PAGENAME}}}}{{#if:{{{rev|}}}|[[review::{{{rev}}}| ]]|[[review::0| ]]}}
|- bgcolor="#FFFFFF"
| valign="top"| Race || align="center" | {{#if: {{{Race|}}} | {{#switch:{{{Race}}}|-=| {{{Race}}}{{cat|Player {{{Race}}}}}}} | ''Unknown''}}
|- bgcolor="#FFFFFF"
| valign="top"| Gender || align="center" | {{#if: {{{Gender|}}} | {{#switch:{{{Gender}}}|-=| {{{Gender}}}}} | ''Unknown''}}
|- bgcolor="#FFFFFF"
| valign="top"| Guild || align="center" | {{#if: {{{Guild|}}} | {{#switch:{{{Guild}}}|-=|{{{Guild}}}{{Cat|Player {{{Guild}}}}}}} | ''Unknown''}}
|- bgcolor="#FFFFFF"
| valign="top"| Instance || align="center" | {{#if: {{{Instance|}}} | {{#switch:{{{Instance}}}|-=|{{ucfirst:{{lc:{{{Instance}}}}}}}{{#arraymap:{{ucfirst:{{lc:{{{Instance}}}}}}}|,|@@@@|[[Category:Player @@@@]]}}}} | ''Unknown''}}
|- bgcolor="#FFFFFF"
| valign="top"| Status || align="center" | {{#if: {{{Status|}}} | {{#switch:{{{Status}}}|-=|a=Active|d=Dead|r=Retired}}}}
|- bgcolor="#FFFFFF"
{{#if: {{{Relative|}}} | {{!}} valign="top" {{!}} Relatives {{!}}{{!}} align="center" {{!}} {{#arraymap:{{{Relative}}}|,|@@@@|[[@@@@]]}}}}
|}{{cat|Player Characters}}
</includeonly><noinclude>
==To Use==

<pre>
{{Player character
|Player Name =
|Status = a/d/r (active/dead/retired)
|Race =
|Gender =
|Guild =
|Instance = (use "," to list multiple instances)
|Relative = (use "," to separate each)
}}
</pre>

If you do not know one of the above, leave it blank, or use "-" to disable.

'''Optional''':
You can include your skills using the parameter below, once for each skill you want to display. Use the full skill name as the parameter, removing any spaces if there are any.

Note: The Skills Infobox will not appear if you do not include any skill parameters.
<pre>
|<skill name> =

Examples:
|ShieldUsage=150
|Empathy=100
|PrimaryMagic=200
</pre>
{{cat|Templates}}
</noinclude>

Latest revision as of 16:49, 24 March 2015

Depreciated in favor of Template:PC.