Difference between revisions of "Template:Infobox Character"
		
		
		
		
		
		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  | + | |header18 = {{ #if: {{{level|}}}{{{health|}}} | {{ #if: {{{stats-hdr|}}}|{{{stats-hdr}}}|Stats}} }}  | 
|label19 = Level  | |label19 = Level  | ||
|data19 = {{{level|}}}  | |data19 = {{{level|}}}  | ||
| − | |label20 =   | + | |label20 = Health  | 
| − | |data20 = {{{  | + | |data20 = {{{health|}}}  | 
| − | |||
| − | |||
| − | + | }}  | |
| − | + | ||
| + | <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
}}