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

Template:CharacterInfobox

Template page
Revision as of 17:40, 28 February 2025 by Futureself (talk | contribs) (Created page with "<noinclude> This template creates a styled character infobox similar to the MCU/Marvel Comics wikis. To use it, insert: {{CharacterInfobox | name = John Doe | image = John_Doe.png | real_name = Johnathan Doe | aliases = "Shadow Hunter", "The Wanderer" | species = Human | citizenship = United States 🇺🇸 | gender = Male | birth = January 1, 1990 | death = N/A | height = 6'0" (183 cm) | weight = 180 lbs (82 kg) | eyes = Brown | hair = Black | feature...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template creates a styled character infobox similar to the MCU/Marvel Comics wikis.

To use it, insert:


John Doe
       Real Name
Johnathan Doe
       Alias(es)
"Shadow Hunter", "The Wanderer"
       Species
Human
       Citizenship
United States 🇺🇸
       Gender
Male
       Date of Birth
January 1, 1990
       Date of Death
N/A
       Height
6'0" (183 cm)
       Weight
180 lbs (82 kg)
       Eye Color
Brown
       Hair Color
Black
       Distinguishing Features
Scar over left eye
       Status
Alive

<style> .character-infobox {

   width: 280px;
   background-color: rgba(255, 255, 255, 0.1);
   padding: 10px;
   border-radius: 8px;
   border: 1px solid rgba(255, 255, 255, 0.2);
   font-size: 14px;
   color: white;

}

.infobox-header {

   font-size: 18px;
   font-weight: bold;
   text-align: center;
   padding: 5px;
   background-color: rgba(255, 255, 255, 0.15);
   border-radius: 6px;

}

.infobox-image {

   text-align: center;
   margin: 10px 0;

}

.infobox-section {

   padding: 6px;
   border-top: 1px solid rgba(255, 255, 255, 0.2);

} </style>


{{{name}}}
[[File:{{{image}}}|250px|center|alt={{{name}}}]]
       Real Name
Unknown
       Alias(es)
None
       Species
Unknown
       Citizenship
Unknown
       Gender
Unknown
       Date of Birth
Unknown
       Date of Death
N/A
       Height
Unknown
       Weight
Unknown
       Eye Color
Unknown
       Hair Color
Unknown
       Distinguishing Features
None
       Affiliation
None
       Status
Unknown

<style> .character-infobox {

   width: 280px;
   background-color: rgba(255, 255, 255, 0.1);
   padding: 10px;
   border-radius: 8px;
   border: 1px solid rgba(255, 255, 255, 0.2);
   font-size: 14px;
   color: white;

}

.infobox-header {

   font-size: 18px;
   font-weight: bold;
   text-align: center;
   padding: 5px;
   background-color: rgba(255, 255, 255, 0.15);
   border-radius: 6px;

}

.infobox-image {

   text-align: center;
   margin: 10px 0;

}

.infobox-section {

   padding: 6px;
   border-top: 1px solid rgba(255, 255, 255, 0.2);

} </style>