Difference between revisions of "Template:CH-8rCharInfo"
From Crystal Path
Jump to navigationJump to search| Line 14: | Line 14: | ||
|image={{{image}}} | |image={{{image}}} | ||
|caption={{{caption}}} | |caption={{{caption}}} | ||
| + | }} | ||
| + | }} | ||
| + | |- | ||
| + | <!--Personnel Information--> | ||
| + | {{#if:{{{gender|}}}| | ||
| + | {{InfoBox-PersonnelInfo | ||
| + | |age={{{age}}} | ||
| + | |race={{{race}}} | ||
| + | |gender={{{gender}}} | ||
| + | |dob={{{birthday}}} | ||
| + | |class={{{profession}}} | ||
| + | |theme={{{theme}}} | ||
| + | |artist={{{artist}}} | ||
}} | }} | ||
}} | }} | ||
| Line 21: | Line 34: | ||
{{CH-8rSeeD | {{CH-8rSeeD | ||
|id={{{seed_id}}} | |id={{{seed_id}}} | ||
| + | |garden={{{garden}}} | ||
| + | |rankimg={{{seed_pip}}} | ||
|rank={{{seed_rank}}}, {{{seed_branch}}} | |rank={{{seed_rank}}}, {{{seed_branch}}} | ||
| + | |merits={{{awards}}} | ||
| + | }} | ||
| + | }} | ||
| + | |- | ||
| + | <!--Planeswalker Information--> | ||
| + | {{#if:{{{planeswalker|}}}| | ||
| + | {{InfoBox-Planeswalker | ||
| + | |realm={{{birth_realm}}} | ||
| + | |author={{{endorsed_by}}} | ||
| + | |year={{{year_endorsed}}} | ||
}} | }} | ||
}} | }} | ||
| − | |}<noinclude> | + | |} |
| + | <noinclude> | ||
==Usage== | ==Usage== | ||
| − | |||
<pre> | <pre> | ||
| − | {{ | + | {{CH-8rCharInfo |
| − | | | + | | name = |
| title = | | title = | ||
| image = | | image = | ||
| caption = | | caption = | ||
| + | <!--Personnel Information--> | ||
| age = | | age = | ||
| + | | race = | ||
| birthday = | | birthday = | ||
| gender = | | gender = | ||
| − | | | + | | theme = |
| − | | | + | | profession = |
| − | | | + | | theme = |
| + | | artist = | ||
| + | <!--SeeD Information--> | ||
| seed_id = | | seed_id = | ||
| − | | | + | | seed_pip = |
| − | | | + | | seed_rank = |
| + | | seed_branch = | ||
| + | | garden = | ||
| + | | awards = | ||
| + | <!--Planeswalker Information--> | ||
| + | | planeswalker = | ||
| + | | birth_realm = | ||
| + | | endorsed_by = | ||
| + | | year_endorsed = | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 22:18, 28 January 2010
Usage
{{CH-8rCharInfo
| name =
| title =
| image =
| caption =
<!--Personnel Information-->
| age =
| race =
| birthday =
| gender =
| theme =
| profession =
| theme =
| artist =
<!--SeeD Information-->
| seed_id =
| seed_pip =
| seed_rank =
| seed_branch =
| garden =
| awards =
<!--Planeswalker Information-->
| planeswalker =
| birth_realm =
| endorsed_by =
| year_endorsed =
}}