Difference between revisions of "Template:CH-8rCharInfo"
From Crystal Path
Jump to navigationJump to searchKari Inihara (talk | contribs) |
|||
| (36 intermediate revisions by 2 users not shown) | |||
| Line 14: | Line 14: | ||
|image={{{image}}} | |image={{{image}}} | ||
|caption={{{caption}}} | |caption={{{caption}}} | ||
| + | }} | ||
| + | }} | ||
| + | |- | ||
| + | <!--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}}} | ||
}} | }} | ||
}} | }} | ||
| Line 21: | Line 34: | ||
{{CH-8rSeeD | {{CH-8rSeeD | ||
|id={{{seed_id}}} | |id={{{seed_id}}} | ||
| − | |rank={{{seed_rank}}} | + | |garden={{{garden}}} |
| + | |rankimg={{{seed_pip}}} | ||
| + | |rank='''{{{seed_rank}}}'''<br>''{{{seed_branch}}}'' | ||
| + | |merits={{{awards}}} | ||
| + | }} | ||
| + | }} | ||
| + | |- | ||
| + | <!--Planeswalker Information--> | ||
| + | {{#if:{{{endorsed_by|}}}| | ||
| + | {{InfoBox-Planeswalker | ||
| + | |author={{{endorsed_by}}} | ||
| + | |year={{{year_endorsed}}} | ||
| + | }} | ||
| + | }} | ||
| + | |- | ||
| + | <!--Additional Information--> | ||
| + | {{#if:{{{birth_realm|}}}| | ||
| + | {{InfoBox-AdditionalInfo | ||
| + | |realm={{{birth_realm}}} | ||
| + | |pips={{{add_pips}}} | ||
| + | }} | ||
| + | }} | ||
| + | |- | ||
| + | <!--Story Appearances--> | ||
| + | {{#if:{{{appearances|}}}| | ||
| + | {{InfoBox-Appearances | ||
| + | |appearances={{{appearances}}} | ||
}} | }} | ||
}} | }} | ||
| − | |}<noinclude> | + | |} |
| + | <noinclude> | ||
==Usage== | ==Usage== | ||
| − | |||
<pre> | <pre> | ||
| − | {{ | + | {{CH-8rCharInfo |
| − | | | + | | name = |
| title = | | title = | ||
| image = | | image = | ||
| caption = | | caption = | ||
| − | | | + | <!--Personnel Information--> |
| − | | | + | | dobYear = |
| + | | dobMonth = | ||
| + | | dobDay = | ||
| + | | race = | ||
| gender = | | gender = | ||
| − | | | + | | profession = |
| − | | | + | | theme_song = |
| − | | | + | | theme_artist = |
| + | <!--SeeD Information--> | ||
| seed_id = | | 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 = | ||
}} | }} | ||
</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 =
}}