Template:Character: Difference between revisions

From Shadow Chronicles - Game Master
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:
Children--><!--End of Block-->}}<!--
Children--><!--End of Block-->}}<!--


--><!--GHOUL story block-->{{#ifeq:{{lc:{{{type|}}}}}|ghoul|{{#if:{{{father|}}}|{{{printInputSex|{{{sex|}}}|Son|Daughter|Child}}} of {{C|{{{father|}}}}}{{#if:{{{mother|}}}|&nbsp;and {{C|{{{mother|}}}}}}}.&nbsp;|{{#if:{{{mother|}}}|{{{printInputSex|{{{sex|}}}|Son|Daughter|Child}}} of {{C|{{{mother|}}}}}.&nbsp;}}}}{{{name|}}}{{#if:{{{bornYY}}}|{{#if:{{{deathYY}}}|&nbsp;was|&nbsp;is}}}}&nbsp;the ghoul to{{#if:{{{regnant|}}}|&nbsp;{{C|{{{regnant|}}}}}|&nbsp;a unknown kindred}}.<!--
--><!--GHOUL story block-->{{#ifeq:{{lc:{{{type|}}}}}|ghoul|{{#if:{{{father|}}}|{{{printInputSex|{{{sex|}}}|Son|Daughter|Child}}} of {{C|{{{father|}}}}}{{#if:{{{mother|}}}|&nbsp;and {{C|{{{mother|}}}}}}}.&nbsp;|{{#if:{{{mother|}}}|{{{printInputSex|{{{sex|}}}|Son|Daughter|Child}}} of {{C|{{{mother|}}}}}.&nbsp;}}}}{{{name|}}}{{#if:{{{bornYY}}}|{{#if:{{{deathYY}}}|&nbsp;was|&nbsp;is}}}}&nbsp;the ghoul to{{#if:{{{regnant|}}}|{{#ifeq:{{{regnant|}}}|this|{{PAGENAME}}|&nbsp;{{C|{{{regnant|}}}}}|&nbsp;a unknown kindred}}}}.<!--
GhoulDate-->{{#if:{{{ghoulYY}}}|&nbsp;{{printInputSex|{{{sex|}}}|He was ghouled|She was ghouled|Ghouled}}&nbsp;{{printInputDate|{{{ghoulYY|}}}|{{{ghoulMM|}}}|{{{ghoulDD|}}}|dmy}}{{#if:{{{deathYY|}}}|&nbsp;made|&nbsp;making}}{{printInputSex|{{{sex|}}}|&nbsp;him|&nbsp;her|{{{name|}}}}} look {{#if:{{{bornYY|}}}|{{#expr: {{GAMEYEAR}}-{{{bornYY|}}}-{{#expr: {{GAMEYEAR}}-{{{ghoulYY|}}}}}}} years old.<!--
GhoulDate-->{{#if:{{{ghoulYY}}}|&nbsp;{{printInputSex|{{{sex|}}}|He was ghouled|She was ghouled|Ghouled}}&nbsp;{{printInputDate|{{{ghoulYY|}}}|{{{ghoulMM|}}}|{{{ghoulDD|}}}|dmy}}{{#if:{{{deathYY|}}}|&nbsp;made|&nbsp;making}}{{printInputSex|{{{sex|}}}|&nbsp;him|&nbsp;her|{{{name|}}}}} look {{#if:{{{bornYY|}}}|{{#expr: {{GAMEYEAR}}-{{{bornYY|}}}-{{#expr: {{GAMEYEAR}}-{{{ghoulYY|}}}}}}} years old.<!--
Birth-->{{#if:{{{bornYY}}}|&nbsp;{{{name|}}}}}}}}}{{#if:{{{bornYY}}}|{{#if:{{{deathYY}}}|&nbsp;was born|&nbsp;is born}}}}{{#if:{{{bornYY}}}|&nbsp;{{printInputDate|{{{bornYY|}}}|{{{bornMM|}}}|{{{bornDD|}}}|dmy}}}}<!--
Birth-->{{#if:{{{bornYY}}}|&nbsp;{{{name|}}}}}}}}}{{#if:{{{bornYY}}}|{{#if:{{{deathYY}}}|&nbsp;was born|&nbsp;is born}}}}{{#if:{{{bornYY}}}|&nbsp;{{printInputDate|{{{bornYY|}}}|{{{bornMM|}}}|{{{bornDD|}}}|dmy}}}}<!--

Revision as of 10:05, 10 April 2018

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               = 

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

}}