Template:Infobox/Character: Difference between revisions
Template page
More actions
m revamping code |
revamping code pt2 electric boogaloo (hoping this fixed the stuff) |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style=" | {| class="infobox" style="width:300px; border:1px solid #aaa; padding:5px;" | ||
|- | |||
! colspan="2" style="text-align:center; font-size:120%; background: transparent;" | {{{name|{{PAGENAME}}}}} | |||
|- | |||
| colspan="2" style="text-align:center; background: transparent;" | {{{skin|nopic.png}}} | |||
|- | |||
! Username | |||
| {{{username|{{PAGENAME}}}}} | |||
|- | |||
! Name | |||
| {{{name|None}}} | |||
|- | |||
! Nation | |||
| {{{nation|None}}} | |||
|- | |||
! Role | |||
| {{{role|Unknown}}} | |||
|- | |||
! Joined | |||
| {{{joined|Unknown}}} | |||
|- | |||
! Status | |||
| {{{status|Active}}} | |||
|- | |||
! Base / Location | |||
| {{{location|Unknown}}} | |||
|- | |||
! Allies | |||
| {{{allies|None}}} | |||
|- | |||
! Enemies | |||
| {{{enemies|None}}} | |||
|} | |||
</includeonly> | |||
Revision as of 06:39, 30 April 2026
Usage
{{Infobox/Character
| name =
| skin =
| username =
| nation =
| role =
| joined =
| status =
| location =
| allies =
| enemies =
}}
Template documentation