Difference between revisions of "Template:CH-8rCharInfo"

From Crystal Path
Jump to navigationJump to search
Line 4: Line 4:
 
{{#if:{{{name|}}}|
 
{{#if:{{{name|}}}|
 
   {{Infobox-NameTitle
 
   {{Infobox-NameTitle
       |name={{{name}}}
+
       |{{#if:{{{name|}}}|name={{{name}}}|}}
       |title={{{title}}}
+
       |{{#if:{{{title|}}}|title={{{title}}}|}}
 
   }}
 
   }}
 
}}
 
}}
Line 12: Line 12:
 
{{#if:{{{image|}}}|
 
{{#if:{{{image|}}}|
 
   {{InfoBox-ImageCaption
 
   {{InfoBox-ImageCaption
       |image={{{image}}}
+
       |{{#if:{{{image|}}}|image={{{image}}}|}}
       |caption={{{caption}}}
+
       |{{#if:{{{caption|}}}|caption={{{caption}}}|}}
 
   }}
 
   }}
 
}}
 
}}
Line 20: Line 20:
 
{{#if:{{{gender|}}}|
 
{{#if:{{{gender|}}}|
 
   {{InfoBox-PersonnelInfo
 
   {{InfoBox-PersonnelInfo
       |age={{{age}}}
+
       |{{#if:{{{age|}}}|age={{{age}}}|}}
 
       |{{#if:{{{race|}}}|species={{{race}}}|}}
 
       |{{#if:{{{race|}}}|species={{{race}}}|}}
       |gender={{{gender}}}
+
       |{{#if:{{{gender|}}}|gender={{{gender}}}|}}
       |dob={{{birthday}}}
+
       |{{#if:{{{birthday|}}}|dob={{{birthday}}}|}}
       |class={{{profession}}}
+
       |{{#if:{{{profession|}}}|class={{{profession}}}|}}
       |theme={{{theme_song}}}
+
       |{{#if:{{{theme_song|}}}|theme={{{theme-song}}}|}}
       |artist={{{theme_artist}}}
+
       |{{#if:{{{theme_artist|}}}|artist={{{theme_artist}}}|}}
 
   }}
 
   }}
 
}}
 
}}
Line 33: Line 33:
 
{{#if:{{{seed_id|}}}|
 
{{#if:{{{seed_id|}}}|
 
   {{CH-8rSeeD
 
   {{CH-8rSeeD
       |id={{{seed_id}}}
+
       |{{#if:{{{seed_id|}}}|id={{{seed_id}}}|}}
       |garden={{{garden}}}
+
       |{{#if:{{{garden|}}}|garden={{{garden}}}|}}
       |rankimg={{{seed_pip}}}
+
       |{{#if:{{{seed_pip|}}}|rankimg={{{seed_pip}}}|}}
       |rank={{{seed_rank}}}, {{{seed_branch}}}
+
       |{{#if:{{{seed_rank|}}}|rank={{{seed_rank}}}{{#if:{{{seed_branch|}}}|, {{{seed_branch}}}|}}|}}  
       |merits={{{awards}}}
+
       |{{#if:{{{awards|}}}|merits={{{awards}}}|}}
 
   }}
 
   }}
 
}}
 
}}
 
|-
 
|-
 
<!--Planeswalker Information-->
 
<!--Planeswalker Information-->
{{#if:{{{planeswalker|}}}|
+
{{#if:{{{endorsed_by|}}}|
 
   {{InfoBox-Planeswalker
 
   {{InfoBox-Planeswalker
       |realm={{{birth_realm}}}
+
       |{{#if:{{{endorsed_by|}}}|author={{{endorsed_by}}}|}}
      |author={{{endorsed_by}}}
+
       |{{#if:{{{year_endorsed|}}}|year={{{year_endorsed}}}|}}  
       |year={{{year_endorsed}}}
 
 
   }}
 
   }}
 
}}
 
}}
 
|-
 
|-
 +
<!--Additional Information-->
 +
{{#if:{{{birth_realm|}}}|
 +
  {{InfoBox-AdditionalInfo
 +
      |{{#if:{{{birth_realm|}}}|realm={{{birth_realm}}}|}}
 +
      |{{#if:{{{additional_pips|}}}|pips={{{additional_pips}}}|}}
 +
  }}
 +
}}
 
|}
 
|}
 
<noinclude>
 
<noinclude>
Line 76: Line 82:
 
| awards =
 
| awards =
 
<!--Planeswalker Information-->
 
<!--Planeswalker Information-->
| planeswalker =
 
 
| endorsed_by =  
 
| endorsed_by =  
 
| year_endorsed =  
 
| year_endorsed =  
 
<!--Additional Information-->
 
<!--Additional Information-->
 
| birth_realm =  
 
| birth_realm =  
| additional_ranks =  
+
| additional_pips =  
 
}}
 
}}
 
</pre>
 
</pre>
 
</noinclude>
 
</noinclude>

Revision as of 23:03, 28 January 2010

Usage

{{CH-8rCharInfo
| name = 
| title = 
| image = 
| caption = 
<!--Personnel Information-->
| age = 
| race = 
| birthday = 
| gender = 
| theme = 
| profession =
| theme_song =  
| theme_artist =
<!--SeeD Information-->
| seed_id = 
| seed_pip = 
| seed_rank = 
| seed_branch = 
| garden = 
| awards =
<!--Planeswalker Information-->
| endorsed_by = 
| year_endorsed = 
<!--Additional Information-->
| birth_realm = 
| additional_pips = 
}}