Template:Character: Difference between revisions

From Shadow Chronicles - Game Master
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
Death-->{{#if:{{{deathYY}}}||.}}{{#if:{{{deathYY}}}|&nbsp;and{{#if:{{{deathReason|}}}|&nbsp;{{{deathReason|}}}|&nbsp;died}}&nbsp;{{printInputDate|{{{deathYY|}}}|{{{deathMM|}}}|{{{deathDD|}}}}}{{#if:{{{deathReason|}}}|.|&nbsp;due to unknown causes.}}}}<!--End of Block-->}}<!--
Death-->{{#if:{{{deathYY}}}||.}}{{#if:{{{deathYY}}}|&nbsp;and{{#if:{{{deathReason|}}}|&nbsp;{{{deathReason|}}}|&nbsp;died}}&nbsp;{{printInputDate|{{{deathYY|}}}|{{{deathMM|}}}|{{{deathDD|}}}}}{{#if:{{{deathReason|}}}|.|&nbsp;due to unknown causes.}}}}<!--End of Block-->}}<!--


--><!--VAMPIRE story block-->{{#ifeq:{{lc:{{{type|}}}}}|vampire|<!--
--><!--VAMPIRE story block
-->{{#ifeq:{{lc:{{{type|}}}}}|vampire|<!--
Name-->{{#if:{{{nickname|}}}|{{{nickname|}}}|{{{name|}}}}}<!--
Name-->{{#if:{{{nickname|}}}|{{{nickname|}}}|{{{name|}}}}}<!--
Clan-->{{#if:{{{clan|}}}|&nbsp;of{{#if:{{{bloodline|}}}|&nbsp;the [[{{{bloodline|}}}]] bloodline|&nbsp;clan [[{{{clan|}}}]]}}|&nbsp;of unknown clan}}<!--
Clan-->{{#if:{{{clan|}}}|&nbsp;of{{#if:{{{bloodline|}}}|&nbsp;the [[{{{bloodline|}}}]] bloodline|&nbsp;clan [[{{{clan|}}}]]}}|&nbsp;of unknown clan}}<!--

Revision as of 17:25, 5 May 2017

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

Mortal

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

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

|father              = 
|mother              = 

|mentor              = 
|faction             = 
|group               = 

|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 -->

}}