Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 15:22, 28 February 2025 by Futureself (talk | contribs)

This template generates a Character Hub page with a default version and variants.

To use it, insert:


John Doe

       <img src="John_Doe_Default.png" alt="John Doe" class="character-main-image">

John Doe

<style> .character-hub {

   text-align: center;
   max-width: 800px;
   margin: auto;

}

.character-main-image {

   width: 300px;
   border-radius: 10px;

} </style>


{{{name}}}

       <img src="{{{image}}}" alt="{{{name}}}" class="character-main-image">

{{{name}}}

<style> .character-hub {

   text-align: center;
   max-width: 800px;
   margin: auto;

}

.character-main-image {

   width: 300px;
   border-radius: 10px;

} </style>