Template:Charinfo
From AndroWiki
(Difference between revisions)
m (typo) |
|||
(4 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | {| cellpadding="2" style="float: right; width: | + | {| cellpadding="2" style="float: right; width: 280px; background: #e3e3e3; margin-left: 1em; border-spacing: 1px;" |
− | |- | + | {{ #if: {{{image_name|}}} | |
− | ! colspan="2" | + | {{!-}} bgcolor="#FFFFFF" |
− | | | + | ! colspan="2" {{!}} <center>[[Image:{{{image_name}}}|center|280px]]</center> |
+ | }} | ||
+ | |- | ||
! colspan="2" | <center>Facts</center> | ! colspan="2" | <center>Facts</center> | ||
− | | | + | |- bgcolor="#FFFFFF" |
− | | Name || {{{firstname}}} {{{lastname}}} | + | | Name || {{#if: {{{firstname|}}} | {{{firstname}}} }} {{{lastname}}} |
− | | | + | |- bgcolor="#FFFFFF" |
− | | Race || {{{race}}} | + | | Race || {{#if: {{{race|}}} | {{ #ifexist: {{{race}}} | [[{{{race}}}]] | {{{race}}} }} | unknown }} |
− | | | + | |- bgcolor="#FFFFFF" |
− | | Birthplace || {{{birthplace}}} | + | | Birthplace || {{#if: {{{birthplace|}}} | {{ #ifexist: {{{birthplace}}} | [[{{{birthplace}}}]] | {{{birthplace}}} }} | unknown }} |
− | |- | + | |- bgcolor="#FFFFFF" |
− | | Family | + | | Faction || {{#if: {{{faction|}}} | {{ #ifexist: {{{faction}}} | [[{{{faction}}}]] | {{{faction}}} }} | unknown }} |
− | | | + | |- bgcolor="#FFFFFF" |
− | | Last | + | | Family Status || {{#if: {{{family_status|}}} | {{{family_status}}} | unknown }} |
+ | |- bgcolor="#FFFFFF" | ||
+ | | Last Known Status || {{#if: {{{status|}}} | {{{status}}} | unknown }} | ||
|} | |} | ||
<includeonly> | <includeonly> | ||
− | [[Category:{{{type}}}|{{{lastname}}},{{{firstname}}}]] | + | {{#ifexpr: {{#expr: {{#rpos:{{{type}}}|Main}} }} >= 0 | [[Category:Main character{{!}}{{{lastname}}},{{{firstname}}}]] |}} |
− | [[de:{{{firstname}}} {{{lastname}}}]] | + | {{#ifexpr: {{#expr: {{#rpos:{{{type}}}|Supporting}} }} >= 0 | [[Category:Supporting character{{!}}{{{lastname}}},{{{firstname}}}]] |}} |
− | </includeonly> | + | [[de:{{{firstname}}} {{{lastname}}}]]</includeonly><noinclude> |
− | |||
− | + | ==Usage== | |
− | + | '''Universal''' | |
− | + | ||
− | == | + | |
− | ''' | + | |
<pre> | <pre> | ||
− | {{ | + | {{Charinfo |
| image_name ="name of the image" | | image_name ="name of the image" | ||
| firstname ="first name of the character" | | firstname ="first name of the character" | ||
Line 35: | Line 35: | ||
| race ="race of the character" | | race ="race of the character" | ||
| birthplace ="birthplace of the character" | | birthplace ="birthplace of the character" | ||
+ | | faction ="allegiance of character" | ||
| family_status ="family status of the character" | | family_status ="family status of the character" | ||
| status ="last known status of the character" | | status ="last known status of the character" | ||
− | | type ="Main Character/Supporting Character" | + | | type ="Main Character/Supporting Character/Main&Supporting Character" |
}} | }} | ||
</pre> | </pre> | ||
− | ''' | + | '''Example ([[Elssbett Mossadim-Bolivar]])''' |
<pre> | <pre> | ||
− | {{ | + | {{Charinfo |
− | | image_name = | + | | image_name =Elsbett.jpg |
− | | firstname = | + | | firstname =Elssbett |
− | | lastname = | + | | lastname =Mossadim-Bolivar |
− | | race = | + | | race =Nietzschean |
− | | birthplace =[[ | + | | birthplace = |
− | + | | family_status =married to [[Charlemagne Bolivar]] | |
− | | status = | + | | status =pregnant |
| type =Supporting Character | | type =Supporting Character | ||
}} | }} |
Latest revision as of 23:58, 19 June 2007
| |
---|---|
Name | {{{lastname}}} |
Race | unknown |
Birthplace | unknown |
Faction | unknown |
Family Status | unknown |
Last Known Status | unknown |
Usage
Universal
{{Charinfo | image_name ="name of the image" | firstname ="first name of the character" | lastname ="last name of the character" | race ="race of the character" | birthplace ="birthplace of the character" | faction ="allegiance of character" | family_status ="family status of the character" | status ="last known status of the character" | type ="Main Character/Supporting Character/Main&Supporting Character" }}
Example (Elssbett Mossadim-Bolivar)
{{Charinfo | image_name =Elsbett.jpg | firstname =Elssbett | lastname =Mossadim-Bolivar | race =Nietzschean | birthplace = | family_status =married to [[Charlemagne Bolivar]] | status =pregnant | type =Supporting Character }}