Template:Character: Difference between revisions

From Shadow Chronicles - Game Master
Jump to navigation Jump to search
No edit summary
No edit summary
Line 39: Line 39:
Death-->{{#if:{{{deathReason|}}}|{{#if:{{{deathYY}}}|{{#if:{{{sire|}}}|&nbsp;and&nbsp;|&nbsp;{{#explode:{{{name|}}}| |0}}&nbsp;}}{{{deathReason|}}}. |&nbsp;died&nbsp;{{printInputDate|{{{deathYY|}}}|{{{deathMM|}}}|{{{deathDD|}}}|dmy}}{{#if:{{{deathReason|}}}|.|&nbsp;due to unknown causes.}}}}}}<!--
Death-->{{#if:{{{deathReason|}}}|{{#if:{{{deathYY}}}|{{#if:{{{sire|}}}|&nbsp;and&nbsp;|&nbsp;{{#explode:{{{name|}}}| |0}}&nbsp;}}{{{deathReason|}}}. |&nbsp;died&nbsp;{{printInputDate|{{{deathYY|}}}|{{{deathMM|}}}|{{{deathDD|}}}|dmy}}{{#if:{{{deathReason|}}}|.|&nbsp;due to unknown causes.}}}}}}<!--
Child-->{{#if:{{{child|}}}|&nbsp;{{#explode:{{{name|}}}| |0}} is the sire of {{{child|}}}.}}<!--
Child-->{{#if:{{{child|}}}|&nbsp;{{#explode:{{{name|}}}| |0}} is the sire of {{{child|}}}.}}<!--
Covenant-->{{#if:{{{covenant|}}}|&nbsp;{{printInputSex|{{{sex|}}}|He|She|{{{name|}}}}}{{#if:{{{deathYY|}}}|&nbsp;was&nbsp;|&nbsp;is&nbsp;}} a member of {{{covenant|}}}.}}<!--End of Block-->}}<!--
Covenant-->{{#if:{{{covenant|}}}|&nbsp;{{printInputSex|{{{sex|}}}|He|She|{{{name|}}}}}{{#if:{{{deathYY|}}}|&nbsp;was&nbsp;|&nbsp;is&nbsp;}}a member of {{{covenant|}}}.}}<!--End of Block-->}}<!--


--><!--Description-->{{#if:{{{description|}}}|<br>{{{description|}}}}}</includeonly><noinclude>
--><!--Description-->{{#if:{{{description|}}}|<br>{{{description|}}}}}</includeonly><noinclude>

Revision as of 16:42, 3 July 2019

Example use

{{Character |type = <animal/mortal/vampire/ghoul>
|name                = 
|nickname            = 
|image               = <jpg/png/"or other format">
|title               = 
|sex                 = <male/female/other>

|dynasty             = 

|bornYY= |bornMM= |bornDD= 
|deathYY= |deathMM= |deathDD= 
|deathReason         = 

|father              = 
|mother              = 

|mentor              = 

|faction             = 
|group               = 

|profession          = 

|sire                = 
|embraceYY= |embraceMM= |embraceDD= 
|clan                = 
|bloodline           = 
|covenant            = 
|coterie             = <!-- List below --><!--Use {{G|}}-->

|ghoulYY= |ghoulMM= |ghoulDD=
|regnant             = 

|tribe               = 
|auspice             = 
|pack                = 

|brood               = 

|child               = <!-- List below --><!--Use {{C|}}-->

|description         = <!-- List below -->

}}

Empty Templates

Animals

{{Character |type = animal
|name                = 
|nickname            = 
|image               = 
|title               = 
|sex                 = 

|species             = 

|bornYY=2009 |bornMM= |bornDD= 
|deathYY= |deathMM= |deathDD= 
|deathReason         = 

|description         = <!-- List below -->

}}

Mortal

{{Character |type = mortal
|name                = 
|nickname            = 
|image               = 
|title               = 
|sex                 = 
|dynasty             = 

|bornYY= |bornMM= |bornDD= 
|deathYY= |deathMM= |deathDD= 
|deathReason         = 

|father              = 
|mother              = 

|mentor              = 

|faction             = 
|group               = 
|profession          = 

|child               = <!-- List below --><!--Use {{C|}}-->

|description         = <!-- List below -->

}}

Vampire

{{Character |type = vampire
|name                = 
|nickname            = 
|image               = 
|title               = 
|sex                 = 

|dynasty             = 

|bornYY= |bornMM= |bornDD= 
|deathYY= |deathMM= |deathDD= 
|deathReason         = 

|father              = 
|mother              = 

|mentor              = 

|regnant             = 
|sire                = 
|embraceYY= |embraceMM= |embraceDD= 
|clan                = 
|bloodline           = 
|covenant            = 
|coterie             = 

|child               = <!-- List below --><!--Use {{C|}}-->

|description         = <!-- List below -->

}}