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

From Crystal Path
Jump to navigationJump to search
 
(30 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
{{#if:{{{name|}}}|
 
{{#if:{{{name|}}}|
 
   {{Infobox-NameTitle
 
   {{Infobox-NameTitle
       |{{#if:{{{name|}}}|name={{{name}}}}}
+
       |name={{{name}}}
       |{{#if:{{{title|}}}|title={{{title}}}}}
+
       |title={{{title}}}
 
   }}
 
   }}
 
}}
 
}}
Line 12: Line 12:
 
{{#if:{{{image|}}}|
 
{{#if:{{{image|}}}|
 
   {{InfoBox-ImageCaption
 
   {{InfoBox-ImageCaption
       |{{#if:{{{image|}}}|image={{{image}}}|}}
+
       |image={{{image}}}
       |{{#if:{{{caption|}}}|caption={{{caption}}}|}}
+
       |caption={{{caption}}}
 
   }}
 
   }}
 
}}
 
}}
Line 20: Line 20:
 
{{#if:{{{gender|}}}|
 
{{#if:{{{gender|}}}|
 
   {{InfoBox-PersonnelInfo
 
   {{InfoBox-PersonnelInfo
       |{{#if:{{{age|}}}|age={{{age}}}|}}
+
       |age={{Age|BYear={{{dobYear}}}|BMonth={{{dobMonth}}}|BDay={{{dobDay}}}|CYear=2153|CMonth=1|CDay=1}}
      |{{#if:{{{race|}}}|species={{{race}}}|}}
+
       |species={{{race}}}
       |{{#if:{{{gender|}}}|gender={{{gender}}}|}}
+
      |gender={{{gender}}}
       |{{#if:{{{birthday|}}}|dob={{{birthday}}}|}}
+
       |dob = {{CH8rDOB|{{{dobMonth}}}|{{{dobDay}}}|{{{dobYear}}}}}
      |{{#if:{{{profession|}}}|class={{{profession}}}|}}
+
      |class={{{profession}}}
       |{{#if:{{{theme_song|}}}|theme={{{theme-song}}}|}}
+
       |theme={{{theme_song}}}
       |{{#if:{{{theme_artist|}}}|artist={{{theme_artist}}}|}}
+
       |artist={{{theme_artist}}}
 
   }}
 
   }}
 
}}
 
}}
Line 33: Line 33:
 
{{#if:{{{seed_id|}}}|
 
{{#if:{{{seed_id|}}}|
 
   {{CH-8rSeeD
 
   {{CH-8rSeeD
       |{{#if:{{{seed_id|}}}|id={{{seed_id}}}|}}
+
       |id={{{seed_id}}}
       |{{#if:{{{garden|}}}|garden={{{garden}}}|}}
+
       |garden={{{garden}}}
       |{{#if:{{{seed_pip|}}}|rankimg={{{seed_pip}}}|}}
+
       |rankimg={{{seed_pip}}}
       |{{#if:{{{seed_rank|}}}|rank={{{seed_rank}}}{{#if:{{{seed_branch|}}}|, {{{seed_branch}}}|}}|}}
+
       |rank='''{{{seed_rank}}}'''<br>''{{{seed_branch}}}''
       |{{#if:{{{awards|}}}|merits={{{awards}}}|}}
+
       |merits={{{awards}}}
 
   }}
 
   }}
 
}}
 
}}
Line 44: Line 44:
 
{{#if:{{{endorsed_by|}}}|
 
{{#if:{{{endorsed_by|}}}|
 
   {{InfoBox-Planeswalker
 
   {{InfoBox-Planeswalker
       |{{#if:{{{endorsed_by|}}}|author={{{endorsed_by}}}|}}
+
       |author={{{endorsed_by}}}
       |{{#if:{{{year_endorsed|}}}|year={{{year_endorsed}}}|}}  
+
       |year={{{year_endorsed}}}
 
   }}
 
   }}
 
}}
 
}}
Line 52: Line 52:
 
{{#if:{{{birth_realm|}}}|
 
{{#if:{{{birth_realm|}}}|
 
   {{InfoBox-AdditionalInfo
 
   {{InfoBox-AdditionalInfo
       |{{#if:{{{birth_realm|}}}|realm={{{birth_realm}}}|}}
+
       |realm={{{birth_realm}}}
      |{{#if:{{{additional_pips|}}}|pips={{{additional_pips}}}|}}
+
      |pips={{{add_pips}}}
 +
  }}
 +
}}
 +
|-
 +
<!--Story Appearances-->
 +
{{#if:{{{appearances|}}}|
 +
  {{InfoBox-Appearances
 +
      |appearances={{{appearances}}}
 
   }}
 
   }}
 
}}
 
}}
Line 66: Line 73:
 
| caption =  
 
| caption =  
 
<!--Personnel Information-->
 
<!--Personnel Information-->
| age =  
+
| dobYear =
 +
| dobMonth =
 +
| dobDay =  
 
| race =  
 
| race =  
| birthday =
 
 
| gender =  
 
| gender =  
| theme =
 
 
| profession =
 
| profession =
 
| theme_song =   
 
| theme_song =   
Line 86: Line 93:
 
<!--Additional Information-->
 
<!--Additional Information-->
 
| birth_realm =  
 
| birth_realm =  
| additional_pips =  
+
| add_pips =
 +
<!--Story Appearances-->
 +
| appearances =  
 
}}
 
}}
 
</pre>
 
</pre>
 
</noinclude>
 
</noinclude>

Latest revision as of 16:36, 4 May 2012

Usage

{{CH-8rCharInfo
| name = 
| title = 
| image = 
| caption = 
<!--Personnel Information-->
| dobYear = 
| dobMonth = 
| dobDay = 
| race = 
| gender = 
| 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 = 
| add_pips = 
<!--Story Appearances-->
| appearances = 
}}