Difference between revisions of "Template:CH-8rCharInfo"
From Crystal Path
Jump to navigationJump to search| Line 1: | Line 1: | ||
{|{{InfoBox-MainFormat}} | {|{{InfoBox-MainFormat}} | ||
| − | |- | + | |- |
| − | + | <!--Name and Title Module--> | |
| + | {{#if:{{{name|}}}| | ||
| + | {{Infobox-NameTitle | ||
| + | |name={{{name}}} | ||
| + | |title={{{title}}} | ||
| + | }} | ||
| + | }} | ||
| + | |- | ||
| + | <!--Image and Caption Module--> | ||
| + | {{#if:{{{image|}}}| | ||
| + | {{InfoBox-ImageCaption | ||
| + | |image={{{image}}} | ||
| + | |caption={{{caption}}} | ||
| + | }} | ||
| + | }} | ||
| + | |- | ||
| + | <!--SeeD Information (8th Realm)--> | ||
| + | {{#if:{{{seed_id|}}}| | ||
| + | {{CH-8rSeeD | ||
| + | |id={{{seed_id}}} | ||
| + | |rank={{{seed_rank}}}, {{{seed_branch}}} | ||
| + | }} | ||
| + | }} | ||
|}<noinclude> | |}<noinclude> | ||
==Usage== | ==Usage== | ||
| Line 7: | Line 29: | ||
<pre> | <pre> | ||
{{Character Info | {{Character Info | ||
| − | | full_name = | + | | full_name = |
| − | | title = | + | | title = |
| image = | | image = | ||
| caption = | | caption = | ||
| Line 16: | Line 38: | ||
| main_class = | | main_class = | ||
| support_class = | | support_class = | ||
| − | | rank = | + | | rank = |
| − | | seed_id = | + | | seed_id = |
| − | | theme_song = | + | | theme_song = |
| − | | merit_awards = | + | | merit_awards = |
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 21:33, 28 January 2010
Usage
{{Character Info
| full_name =
| title =
| image =
| caption =
| age =
| birthday =
| gender =
| main_class =
| support_class =
| rank =
| seed_id =
| theme_song =
| merit_awards =
}}