Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox/Character: Difference between revisions

Template page
m revamping code
CCainv (talk | contribs)
m Fixed the little mistake!
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox" style="
{| class="infobox" style="width:300px; border:1px solid #aaa; background:transparent; padding:5px;"
  width:300px;
|-
  border:none;
! colspan="2" style="text-align:center; font-size:120%; background: transparent;" | {{{name|{{PAGENAME}}}}}
  background: transparent;
|-
  padding:5px;
| colspan="2" style="text-align:center; background: transparent;" | [[File:{{{skin|NoPic.png}}}|250px]]
"
|- 
! 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}}}
|}


|-
! colspan="2" style="
  text-align:center;
  font-size:120%;
  background: transparent;
" | {{{name|{{PAGENAME}}}}}


|-
</includeonly>
| colspan="2" style="
  text-align:center;
  background: transparent;
" |
[[File:{{{skin|NoPic.png}}}|250px]]




Line 27: Line 44:
<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  =  

Latest revision as of 02:35, 19 June 2026




Usage

{{Infobox/Character
| name      =
| skin      = 
| username  =
| nation    = 
| role      = 
| joined    = 
| status    =
| location  =
| allies    = 
| enemies   = 
}}


Template documentation




Contents