Template:Character: Difference between revisions
Jump to navigation
Jump to search
GameMaster (talk | contribs) No edit summary |
GameMaster (talk | contribs) No edit summary |
||
| Line 14: | Line 14: | ||
--><!--ANIMAL story block-->{{#ifeq:{{lc:{{{type|}}}}}|animal|<!-- | --><!--ANIMAL story block-->{{#ifeq:{{lc:{{{type|}}}}}|animal|<!-- | ||
Name-->{{#ifeq:{{{name|}}}|unknown|{{#if:{{{nickname|}}}|"{{{nickname|}}}"|Unknown}}|{{{name|}}}{{#if:{{{nickname|}}}| or "''{{{nickname|}}}''"}}}}{{#if:{{{species|}}}| is a {{{species|}}}.| is of a unknown species.}}<!--End of Block-->}} | Name-->{{#ifeq:{{{name|}}}|unknown|{{#if:{{{nickname|}}}|"{{{nickname|}}}"|Unknown}}|{{{name|}}}{{#if:{{{nickname|}}}| or "''{{{nickname|}}}''"}}}}{{#if:{{{species|}}}| is a {{{species|}}}.| is of a unknown species.}}<!--End of Block-->}}<!-- | ||
<!-- | |||
ANIMAL story block-->{{#ifeq:{{lc:{{{type|}}}}}|spirit|<!-- | ANIMAL story block-->{{#ifeq:{{lc:{{{type|}}}}}|spirit|<!-- | ||
Name-->{{#ifeq:{{{name|}}}|unknown|{{#if:{{{nickname|}}}|"{{{nickname|}}}"|Unknown}}|{{{name|}}}{{#if:{{{nickname|}}}| or "''{{{nickname|}}}''"}}}}{{#if:{{{species|}}}| is a {{{species|}}}.| is of a unknown species.}}<!--End of Block-->}}<!-- | Name-->{{#ifeq:{{{name|}}}|unknown|{{#if:{{{nickname|}}}|"{{{nickname|}}}"|Unknown}}|{{{name|}}}{{#if:{{{nickname|}}}| or "''{{{nickname|}}}''"}}}}{{#if:{{{species|}}}| is a {{{species|}}}.| is of a unknown species.}}<!--End of Block-->}} <!-- | ||
--><!--MORTAL story block-->{{#ifeq:{{lc:{{{type|}}}}}|mortal|<!-- | --><!--MORTAL story block-->{{#ifeq:{{lc:{{{type|}}}}}|mortal|<!-- | ||
Revision as of 16:23, 6 November 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
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 -->
}}
|