Difference between revisions of "Template:Character"

From EmblemWiki
Jump to: navigation, search
(Created page with "{| style="width:100%; height:0" |} {| class="wikitable" style="float: right; clear: right;" |- !'''Profile''' |- |style="text-align:center;"|{{{image}}} |- | {| style="width: 32...")
 
Line 2: Line 2:
 
{| class="wikitable" style="float: right; clear: right;"
 
{| class="wikitable" style="float: right; clear: right;"
 
|-
 
|-
!'''Profile'''  
+
!'''Profile'''
 
|-
 
|-
 
|style="text-align:center;"|{{{image}}}
 
|style="text-align:center;"|{{{image}}}
Line 31: Line 31:
 
[[Category:Characters]]
 
[[Category:Characters]]
 
|}
 
|}
 +
==Template usage==
 +
<pre>
 +
{{character
 +
|image = Portrait of the character in question
 +
|name_eng = The character's English name
 +
|name_jp = The character's Japanese name
 +
|class = Starting class &#8594; final class (please copy the code for the directional arrow if needed, by editing this page, use "-" if not applicable)
 +
|title = The character's Epilogue title (use "-" if not applicable)
 +
|age = The character's age (use "-" if not applicable)
 +
|country = The character's nationality (use "-" if not applicable)
 +
|relation = Characters with a blood relationship to this character (use "-" if not applicable)
 +
|}}
 +
</pre>

Revision as of 16:44, 10 March 2011

Profile
{{{image}}}
English Name {{{name_eng}}}
Japanese Name {{{name_jp}}}
Class {{{class}}}
Title {{{title}}}
Age {{{age}}}
Country {{{country}}}
Relations {{{relation}}}

Template usage

{{character
|image = Portrait of the character in question
|name_eng = The character's English name
|name_jp = The character's Japanese name
|class = Starting class → final class (please copy the code for the directional arrow if needed, by editing this page, use "-" if not applicable)
|title = The character's Epilogue title (use "-" if not applicable)
|age = The character's age (use "-" if not applicable)
|country = The character's nationality (use "-" if not applicable)
|relation = Characters with a blood relationship to this character (use "-" if not applicable)
|}}