Template:GenericInfoBox: Difference between revisions

From Crafters Wiki
Jump to navigation Jump to search
(Created page with "<!-- Main container for info box --> <div style="float:right; border-style:solid; border-width:4px; border-color:{{{border-color|#647c8c}}}; text-align:center; width:25%; max-width:400px; min-width:308px; display: flex; flex-direction: column; gap:0px"> <!-- Title --> <div style="text-align:center; font-size:20px; font-weight:bold; vertical-align:center"> {{{title|?}}} </div> <div style="text-align:center; background-color:{{{type-color|#9abed6}}}; {{{type-text-color|b...")
 
No edit summary
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Main container for info box -->
<!-- Main container for info box -->
<div style="float:right; border-style:solid; border-width:4px; border-color:{{{border-color|#647c8c}}}; text-align:center; width:25%; max-width:400px; min-width:308px; display: flex; flex-direction: column; gap:0px">
<div style="float:right; border-style:solid; border-width:4px; border-color:{{{border-color|#647c8c}}}; text-align:center; width:25%; max-width:400px; min-width:308px; display: flex; flex-direction: column; gap:5px">


<!-- Title -->
<!-- Title -->
<div style="text-align:center; font-size:20px; font-weight:bold; vertical-align:center">
<div class="mc-font" style="text-align:center; font-size:20px; font-weight:bold; vertical-align:center">{{{title|?}}}</div>
{{{title|?}}}
<div>{{{header|}}}</div>
</div>
<div style="padding: 0px 10px; margin: 0 auto">{{{header-content|}}}</div>
 
<!-- STATS -->
<div style="text-align:center; background-color:{{{type-color|#9abed6}}}; {{{type-text-color|black}}}; margin:0px 0.5em">{{{type|?}}}</div>
<div style="padding: 0px 20px 5px 20px;text-align:left; display: flex; gap: 6px;flex-direction: column;">{{{body|}}}</div>
 
 
<!-- Player Image -->
<div style="object-fit:contain">
{{{image|}}}
</div>
 
<!-- Header -->
<div style="text-align:center; background-color:#9abed6; color:black; margin:0px 0.5em">None</div>
 
<!-- Join Date -->
<div>
<span style="font-weight:bold">Join Date:</span>
Now
</div>
</div>
</div>

Latest revision as of 05:31, 16 March 2026

?