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
Affiliation
Cyberpunk Rebellion, Shadow Guild
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>