Template:Infobox character: Difference between revisions

no edit summary
(tried making a baseline for the character infobox. will have to improve later)
 
No edit summary
Line 19: Line 19:
</tr>}}</table>
</tr>}}</table>
</div>
</div>
<noinclude>This is a rough explanation on how to use this template. </br>
Use the '''source editor''', and paste the following:
<pre><nowiki>{{Infobox character
| title =
| name-jp-full =
| name-jp-trans =
| age =
| occupation =
| clubs =
}}</nowiki></pre>
Then simply fill out the relevant information. Blank entries will not be rendered. An example:
<pre><nowiki>{{Infobox character
| title = Inori Yuitsuka
| image =
| name-jp-full = 結束いのり
| name-jp-trans = Yuitsuka Inori
| age = 11 (Chapter 1)
| occupation = Women's singles skater
| clubs = [[Lux Higashiyama FSC]]
}}</nowiki></pre>
This example will show up on the right side of this page.
{{Infobox character
| title = Inori Yuitsuka
| image =
| name-jp-full = 結束いのり
| name-jp-trans = Yuitsuka Inori
| age = 11 (Chapter 1)
| occupation = Women's singles skater
| clubs = [[Lux Higashiyama FSC]]
}}
</noinclude>