Difference between revisions of "Template:Character"

From EmblemWiki
Jump to: navigation, search
m
m
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| style="width:100%; height:0" |}
+
<table class="sf" style="width: 320px; text-align: left;" border="1"
{| class="wikitable"
+
cellpadding="0" cellspacing="0">
|-
+
    <tr>
!'''Profile'''
+
      <th colspan="2" rowspan="1">Profile<br>
|-
+
      </th>
|style="text-align:center;"|{{{image}}}
+
    </tr>
|-
+
    <tr>
|
+
      <td style="text-align: center;" colspan="2" rowspan="1">{{{image}}}<br>
{| style="width: 320px; margin: 0 auto;"
+
      </td>
|- style="vertical-align: top;"
+
    </tr>
|style="width: 33%;"|English Name||{{{name_eng}}}
+
    <tr>
|-
+
      <td style="width: 33%;">English name<br>
|- style="vertical-align: top;"
+
      </td>
|Japanese Name||{{{name_jp}}}
+
      <td style="width: 67%;">{{{name_eng}}}</td>
|-
+
    </tr>
|- style="vertical-align: top;"
+
    <tr>
|Class||{{{class}}}
+
      <td>Japanese name<br>
|-
+
      </td>
|- style="vertical-align: top;"
+
      <td>{{{name_jp}}}</td>
|Title||{{{title}}}
+
    </tr>
|-
+
    <tr>
|- style="vertical-align: top;"
+
      <td>Class<br>
|Age||{{{age}}}
+
      </td>
|-
+
      <td>{{{class}}}</td>
|- style="vertical-align: top;"
+
    </tr>
|Country||{{{country}}}
+
    <tr>
|-
+
      <td>Title<br>
|- style="vertical-align: top;"
+
      </td>
|Relations||{{{relation}}}
+
      <td>{{{title}}}</td>
|}
+
    </tr>
[[Category:Characters]]
+
    <tr>
|}
+
      <td>Age<br>
<noinclude>[[Category:Characters]]
+
      </td>
 +
      <td>{{{age}}}<br>
 +
      </td>
 +
    </tr>
 +
    <tr>
 +
      <td>Country<br>
 +
      </td>
 +
      <td>{{{country}}}<br>
 +
      </td>
 +
    </tr>
 +
    <tr>
 +
      <td>Relations<br>
 +
      </td>
 +
      <td>{{{relation}}}</td>
 +
    </tr>
 +
</table>[[Category:Characters]][[Category:Story Articles]]<noinclude>
 
==Template usage==
 
==Template usage==
 
<pre>
 
<pre>
Line 48: Line 63:
 
* If an entry is non-applicable, write in "-".
 
* If an entry is non-applicable, write in "-".
 
* For Class, please copy the code for the directional arrow "&#8594;" if needed, by editing this page
 
* For Class, please copy the code for the directional arrow "&#8594;" if needed, by editing this page
 +
* You do not need to add [[:Category:Story Articles]] and [[:Category:Characters]] to character articles if you use this template, since the template includes them automatically.
 +
[[Category:Templates]]</noinclude>

Latest revision as of 19:26, 14 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
|title = The character's Epilogue title
|age = The character's age
|country = The character's nationality
|relation = Characters with a family relationship with this character
|}}

Notes

  • If an entry is non-applicable, write in "-".
  • For Class, please copy the code for the directional arrow "→" if needed, by editing this page
  • You do not need to add Category:Story Articles and Category:Characters to character articles if you use this template, since the template includes them automatically.