Difference between revisions of "Template:Character"

From The Coppermind
Jump to navigation Jump to search
m (try that for {{{race}}})
m (+profession - stupid code box)
Line 38: Line 38:
 
-->{{#if:{{{skills|}}}|{{row/kv|Skills|{{{skills}}}|}}|}}<!--
 
-->{{#if:{{{skills|}}}|{{row/kv|Skills|{{{skills}}}|}}|}}<!--
 
-->{{#if:{{{powers|}}}|{{row/kv|Powers|{{{powers}}}|}}|}}<!--
 
-->{{#if:{{{powers|}}}|{{row/kv|Powers|{{{powers}}}|}}|}}<!--
  +
-->{{#if:{{{profession|}}}|{{row/kv|Profession|{{{profession}}}|}}<!--
   
 
featured in
 
featured in
Line 45: Line 46:
 
This template allows you to describe the many attributes of a character.
 
This template allows you to describe the many attributes of a character.
   
 
The parameters {{{race}}}, {{{world}}} and {{{homeland}}} will link to the page passed. {{{books}}} will need to be formatted manually. The optional family section includes {{{parents}}}, {{{siblings}}}, {{{spouse}}}, {{{children}}} and the more generic {{{ancestors}}} and {{{descendants}}}. The family options are grouped into a section, which can be renamed with {{{family}}}. If {{{hide-family}}} is present, the family section will be shown by default. Two more parameters allow you to state when the character was {{{born}}}, and when they {{{died}}}. Parameters {{{titles}}}, {{{abilities}}}, {{{skills}}}, {{{achievements}}}}, {{{{profession}}}, and {{{powers}}} are available to describe the character in more detail.
<pre>{{Template:character
 
|name =
 
|image =
 
|family =
 
|ancestors =
 
|parents =
 
|siblings =
 
|spouse =
 
|children =
 
|descendants=
 
|born =
 
|died =
 
|Homeland =
 
|Race =
 
|World =
 
|titles =
 
|achievements=
 
|abilities =
 
|skills =
 
|powers =
 
|books =
 
}}</pre>
 
 
The parameters {{{race}}}, {{{world}}} and {{{homeland}}} will link to the page passed. {{{books}}} will need to be formatted manually. The optional family section includes {{{parents}}}, {{{siblings}}}, {{{spouse}}}, {{{children}}} and the more generic {{{ancestors}}} and {{{descendants}}}. The family options are grouped into a section, which can be renamed with {{{family}}}. If {{{hide-family}}} is present, the family section will be shown by default. Two more parameters allow you to state when the character was {{{born}}}, and when they {{{died}}}. Parameters {{{titles}}}, {{{abilities}}}, {{{skills}}}, and {{{powers}}} are available to describe the character in more detail.
 
   
 
{{cat|infoboxes}}
 
{{cat|infoboxes}}

Revision as of 20:46, 10 November 2012

{{infobox |title=Character |

|- class="kv" ! | World | | Unknown |-

This template allows you to describe the many attributes of a character.

The parameters {{{race}}}, {{{world}}} and {{{homeland}}} will link to the page passed. {{{books}}} will need to be formatted manually. The optional family section includes {{{parents}}}, {{{siblings}}}, {{{spouse}}}, {{{children}}} and the more generic {{{ancestors}}} and {{{descendants}}}. The family options are grouped into a section, which can be renamed with {{{family}}}. If {{{hide-family}}} is present, the family section will be shown by default. Two more parameters allow you to state when the character was {{{born}}}, and when they {{{died}}}. Parameters {{{titles}}}, {{{abilities}}}, {{{skills}}}, {{{achievements}}}}, {{{{profession}}}, and {{{powers}}} are available to describe the character in more detail.

Template:Cat