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

From Crystal Path
Jump to navigationJump to search
(Created page with '{|class="infobox" align="right" style="border: 1px #AAAAAA solid; width: 280px; text-align: left; font-size: 90%;" |- | colspan="2" style="text-align:center; background: #87CEFA;…')
 
 
(38 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|class="infobox" align="right" style="border: 1px #AAAAAA solid; width: 280px; text-align: left; font-size: 90%;"
+
{|{{InfoBox-MainFormat}}
 
|-
 
|-
| colspan="2" style="text-align:center; background: #87CEFA; font-size: medium;" | '''{{{full_name}}}'''<br>''{{{title}}}''
+
<!--Name and Title Module-->
 +
{{#if:{{{name|}}}|
 +
  {{Infobox-NameTitle
 +
      |name={{{name}}}
 +
      |title={{{title}}}
 +
  }}
 +
}}
 
|-
 
|-
| colspan="2" style="text-align:center; background: Transparent;" |[[Image:{{{image}}}|280px| ]]<br> '''{{{caption}}}'''
+
<!--Image and Caption Module-->
 +
{{#if:{{{image|}}}|
 +
  {{InfoBox-ImageCaption
 +
      |image={{{image}}}
 +
      |caption={{{caption}}}
 +
  }}
 +
}}
 
|-
 
|-
| colspan="2" style="text-align:center; background: #87CEFA; font-size: medium;" | '''Character Profile'''
+
<!--Personnel Information-->
 +
{{#if:{{{gender|}}}|
 +
  {{InfoBox-PersonnelInfo
 +
      |age={{Age|BYear={{{dobYear}}}|BMonth={{{dobMonth}}}|BDay={{{dobDay}}}|CYear=2153|CMonth=1|CDay=1}}
 +
      |species={{{race}}}
 +
      |gender={{{gender}}}
 +
      |dob = {{CH8rDOB|{{{dobMonth}}}|{{{dobDay}}}|{{{dobYear}}}}}
 +
      |class={{{profession}}}
 +
      |theme={{{theme_song}}}
 +
      |artist={{{theme_artist}}}
 +
  }}
 +
}}
 
|-
 
|-
! Date of Birth:
+
<!--SeeD Information (8th Realm)-->
| {{{birthday}}}
+
{{#if:{{{seed_id|}}}|
 +
  {{CH-8rSeeD
 +
      |id={{{seed_id}}}
 +
      |garden={{{garden}}}
 +
      |rankimg={{{seed_pip}}}
 +
      |rank='''{{{seed_rank}}}'''<br>''{{{seed_branch}}}''
 +
      |merits={{{awards}}}
 +
  }}
 +
}}
 
|-
 
|-
! Age:
+
<!--Planeswalker Information-->
| {{{age}}}
+
{{#if:{{{endorsed_by|}}}|
|-  
+
  {{InfoBox-Planeswalker
! Gender:
+
      |author={{{endorsed_by}}}
| {{{gender}}}
+
      |year={{{year_endorsed}}}
 +
  }}
 +
}}
 
|-
 
|-
! Profession(s):
+
<!--Additional Information-->
| [[{{{main_class}}}]]<br>[[{{{support_class}}}]]
+
{{#if:{{{birth_realm|}}}|
|-  
+
  {{InfoBox-AdditionalInfo
! Theme Song:
+
      |realm={{{birth_realm}}}
| {{{theme_song}}}
+
      |pips={{{add_pips}}}
{{#if|{{{seed}}}|{{CH-8rSeeD}}|}}
+
  }}
|}<noinclude>
+
}}
 
+
|-
 +
<!--Story Appearances-->
 +
{{#if:{{{appearances|}}}|
 +
  {{InfoBox-Appearances
 +
      |appearances={{{appearances}}}
 +
  }}
 +
}}
 +
|}
 +
<noinclude>
 
==Usage==
 
==Usage==
 
<pre>
 
<pre>
 
{{CH-8rCharInfo
 
{{CH-8rCharInfo
| full_name =
+
| name =  
| title =
+
| title =  
 
| image =  
 
| image =  
 
| caption =  
 
| caption =  
| age =  
+
<!--Personnel Information-->
| birthday =  
+
| dobYear =
 +
| dobMonth =
 +
| dobDay =  
 +
| race =  
 
| gender =  
 
| gender =  
 
| profession =
 
| profession =
| seed =  
+
| theme_song =
| rank = N/A
+
| theme_artist =
| seed_id = N/A
+
<!--SeeD Information-->
| theme_song =
+
| seed_id =  
| merit_awards = N/A
+
| seed_pip =
 +
| seed_rank =
 +
| seed_branch =
 +
| garden =
 +
| awards =
 +
<!--Planeswalker Information-->
 +
| endorsed_by =
 +
| year_endorsed =
 +
<!--Additional Information-->
 +
| birth_realm =
 +
| 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 = 
}}