Template:Infobox/Character: Difference between revisions
Template page
More actions
mNo edit summary |
REVAMPED CODE FOR INFOBOX/CHARACTER |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style="width:300px; border: | {| class="infobox" style=" | ||
width:300px; | |||
border:none; | |||
background: transparent; | |||
padding:5px; | |||
" | |||
|- | |- | ||
! colspan="2" style="text-align:center; font-size:120%; background: transparent;" | {{{name|{{PAGENAME}}}}} | ! colspan="2" style=" | ||
text-align:center; | |||
font-size:120%; | |||
background: transparent; | |||
" | {{{name|{{PAGENAME}}}}} | |||
|- | |- | ||
| colspan="2" style="text-align:center; background: transparent;" | [[File: | | colspan="2" style=" | ||
text-align:center; | |||
background: transparent; | |||
" | | |||
[[File:{{{skin|NoPic.png}}}|250px]] | |||
|- | |- | ||
! | ! style="background: transparent;" | Username | ||
| {{{ | | style="background: transparent;" | {{{username|{{PAGENAME}}}}} | ||
|- | |- | ||
! | ! style="background: transparent;" | Name | ||
| {{{ | | style="background: transparent;" | {{{name|None}}} | ||
|- | |- | ||
! | ! style="background: transparent;" | Nation | ||
| {{{ | | style="background: transparent;" | {{{nation|None}}} | ||
|- | |- | ||
! | ! style="background: transparent;" | Role | ||
| {{{ | | style="background: transparent;" | {{{role|Unknown}}} | ||
|- | |- | ||
! | ! style="background: transparent;" | Joined | ||
| {{{ | | style="background: transparent;" | {{{joined|Unknown}}} | ||
|- | |- | ||
! Base / Location | ! style="background: transparent;" | Status | ||
| {{{location|Unknown}}} | | style="background: transparent;" | {{{status|Active}}} | ||
|- | |||
! style="background: transparent;" | Base / Location | |||
| style="background: transparent;" | {{{location|Unknown}}} | |||
|- | |- | ||
! Allies | ! style="background: transparent;" | Allies | ||
| {{{allies|None}}} | | style="background: transparent;" | {{{allies|None}}} | ||
|- | |- | ||
! Enemies | ! style="background: transparent;" | Enemies | ||
| {{{enemies|None}}} | | style="background: transparent;" | {{{enemies|None}}} | ||
|} | |} | ||
| Line 41: | Line 65: | ||
<pre> | <pre> | ||
{{Infobox/Character | {{Infobox/Character | ||
| name | | name = | ||
| skin | | skin = | ||
| username | | username = | ||
| nation | | nation = | ||
| role | | role = | ||
| joined | | joined = | ||
| status | | status = | ||
| location | | location = | ||
| allies | | allies = | ||
| enemies | | enemies = | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Template]] | [[Category:Template]] | ||
[[Category:Infobox Templates]] | [[Category:Infobox Templates]] | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> | ||
Revision as of 06:28, 30 April 2026
Usage
{{Infobox/Character
| name =
| skin =
| username =
| nation =
| role =
| joined =
| status =
| location =
| allies =
| enemies =
}}
Template documentation