Template:CharacterInfo: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| (16 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{| class="infobox" style="border:# | {| class="infobox" style="border:#E69713 solid 2px; float:right; margin-left: 20px; font-size:89%; margin:0.5em; width:300px;" | ||
|- | |- | ||
! colspan="2" style="font-size:120%; padding:1em;" | {{{name|{{PAGENAME}}}}} | ! colspan="2" style="font-size:120%; padding:1em;" | {{{name|{{PAGENAME}}}}} | ||
| Line 8: | Line 8: | ||
|- | |- | ||
| style="width:30%;" | '''Gender''' | | style="width:30%;" | '''Gender''' | ||
| style="width:70%;" | | | style="width:70%;" | {{{gender|}}} | ||
|- | |- | ||
| '''Age''' | | '''Age''' | ||
| | | {{{age|}}} | ||
|- | |- | ||
| '''Family''' | | '''Family''' | ||
| | | {{{family|}}} | ||
|- | |||
| '''Occupation''' | |||
| {{{occupation|}}} | |||
|- | |- | ||
| '''Affiliation''' | | '''Affiliation''' | ||
| | | {{{affiliation|}}} | ||
|- | |- | ||
| '''NAVI''' | | '''NAVI''' | ||
| | | {{{navi|}}} | ||
|- | |- | ||
| '''Debut''' | | '''Debut''' | ||
| | | {{{debut|}}} | ||
|- | |- | ||
| '''Featured in''' | | '''Featured in''' | ||
| | | {{{featuredin|}}} | ||
|- | |- | ||
| '''Location''' | | '''Location''' | ||
| | | {{{location|}}} | ||
|- | |||
| '''Voice Actor(s)''' | |||
| {{{voiceactors|}}} | |||
|}<noinclude>This is a template for inputting the basic character information. You may leave out parameters or type in ''N/A'' when unapplicable. | |}<noinclude>This is a template for inputting the basic character information. You may leave out parameters or type in ''N/A'' when unapplicable. | ||
Example code for using this template: | Example code for using this template: | ||
<div style="background-color:# | <div style="background-color:#00000000; border:#000000 dashed 1px; margin-right:50%; padding:0.5em"> | ||
<nowiki>{{ | <nowiki>{{Infobox</nowiki><br /><nowiki> | ||
|image = File:Lain.jpg</nowiki><br /><nowiki> | |image = File:Lain.jpg</nowiki><br /><nowiki> | ||
|gender = Female</nowiki><br /><nowiki> | |gender = Female</nowiki><br /><nowiki> | ||
| Line 43: | Line 49: | ||
|debut = [[Layer 01]]</nowiki><br /><nowiki> | |debut = [[Layer 01]]</nowiki><br /><nowiki> | ||
|featuredin = [[Anime]], [[game]], [[manga]]</nowiki><br /><nowiki> | |featuredin = [[Anime]], [[game]], [[manga]]</nowiki><br /><nowiki> | ||
|location = [[Lain's house]], [[Shibuya]]}}</nowiki></div> | |location = [[Lain's house]], [[Shibuya]]</nowiki><br /><nowiki>}}</nowiki></div> | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> | ||