Difference between revisions of "Template:Infobox Character"

From Corruption of Champions II
Jump to navigation Jump to search
(Created page with "{{Infobox |bodystyle = border-spacing: 2px 5px; | above = {{{name|}}} |image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizede...")
 
Line 58: Line 58:
 
|data17 = {{{location|}}}
 
|data17 = {{{location|}}}
  
|header18 = {{ #if: {{{level|}}}{{{shields|}}}{{{health|}}}{{{initlust|}}} | {{ #if: {{{stats-hdr|}}}|{{{stats-hdr}}}|Stats}} }}
+
|header18 = {{ #if: {{{level|}}}{{{health|}}} | {{ #if: {{{stats-hdr|}}}|{{{stats-hdr}}}|Stats}} }}
  
 
|label19 = Level
 
|label19 = Level
 
|data19 = {{{level|}}}
 
|data19 = {{{level|}}}
  
|label20 = Shields
+
|label20 = Health
|data20 = {{{shields|}}}
+
|data20 = {{{health|}}}
  
|label21 = Health
 
|data21 = {{{health|}}}
 
  
|label22 = Initial Lust
+
}}
|data22 = {{{initlust|}}}
+
 
 +
<noinclude>
 +
== Usage ==
  
 +
<pre>
 +
<nowiki>
 +
{{Infobox Location
 +
| name = Location Name
 +
| image = missing.png
 +
| caption = Caption Text
 +
| creator = Creator
 +
| fullname = Full Name
 +
| nickname = Nick Name
 +
| alias = Alias
 +
| species = Species
 +
| gender = Gender
 +
| occupation = Occupation
 +
| title = Title
 +
| family = Family
 +
| spouse = Spouse
 +
| relatives = Relatives
 +
| religion = Religion
 +
| significant other = Significant Other
 +
| children = Children
 +
| nationality = Nationality
 +
| location = Location
 +
| level = Level
 +
| health = Health
 
}}
 
}}
 +
</nowiki>
 +
</pre>
 +
</noinclude>

Revision as of 21:14, 10 May 2018


Usage


{{Infobox Location
| name = Location Name
| image = missing.png
| caption = Caption Text
| creator = Creator
| fullname = Full Name
| nickname = Nick Name
| alias = Alias
| species = Species
| gender = Gender
| occupation = Occupation
| title = Title
| family = Family
| spouse = Spouse
| relatives = Relatives
| religion = Religion
| significant other = Significant Other
| children = Children
| nationality = Nationality
| location = Location
| level = Level
| health = Health
}}