Editing Template:Infobox statGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="text-align: center | <div style="text-align: center;"> <!-- Centering the whole content --> | ||
<div style=" | <div style=" | ||
background: linear-gradient(135deg, rgba({{{box_rgb}}}, 0.5), rgba({{{box_rgb}}}, 0.1)); | background: linear-gradient(135deg, rgba({{{box_rgb}}}, 0.5), rgba({{{box_rgb}}}, 0.1)); | ||
box-shadow: inset 0 0 0 4px rgba({{{box_rgb}}}, 0.9); | box-shadow: inset 0 0 0 4px rgba({{{box_rgb}}}, 0.9); | ||
padding: | display: flex; /* Using flexbox to align items */ | ||
justify-content: center; /* Centering items horizontally */ | |||
align-items: center; /* Centering vertically */ | |||
padding: 5px; /* Adding some padding */ | |||
width: fit-content; /* Making the container small */ | |||
margin: auto; /* Centering the container */ | |||
"> | "> | ||
<!-- Label to the left of Icon --> | |||
<div style="font-family: 'Retail Demo', sans-serif; font-size: 1.5em; margin-right: 5px;">{{Lang|key={{{box_name}}}}}</div> | |||
[[File:{{Lang|key={{{box_name}}}|lang_code=en}}_icon.png|40px|center|link=]] | |||
</div> | </div> | ||
<div style=" | <div style=" | ||
| Line 24: | Line 19: | ||
"> | "> | ||
<!-- Table inside hidden box --> | <!-- Table inside hidden box --> | ||
<table class="stat-infobox-table"> | |||
{{#invoke: TableGenerator | generateHtmlTable | cols={{{num_cols}}} | only_body=true | class=Statbox_hero | cell_values={{{cell_values}}} }} | |||
</table> | |||
</div> | </div> | ||
</div></includeonly><noinclude> | </div></includeonly><noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> | ||