Template:StatBox: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Sur (talk | contribs)
m onlyBody > only_body
Sur (talk | contribs)
m Replaced content with "{{delete|moved}}"
Tag: Replaced
 
Line 1: Line 1:
<includeonly>
{{delete|moved}}
<div class="stat-box">
    <div class="stat-box-content" style="
        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);
    ">
        <!-- Centered Icon and Label -->
        [[File:{{Lang|key={{{box_name}}}|lang_code=en}}_icon.png|40px|center|class=stat-box-icon|link=]]
        <div class="stat-box-label">{{Lang|key={{{box_name}}}}}</div>
    </div>
    <div class="stat-box-hover" style="
        background: linear-gradient(135deg, rgba({{{box_rgb}}}, 0.5), rgba({{{box_rgb}}}, 0.25));
    ">
        <!-- Table inside hidden box -->
        <table class="stat-box-table">
          {{#invoke: TableGenerator | generateHtmlTable | cols={{{num_cols}}} | only_body=true | class=Statbox_hero | cell_values={{{cell_values}}} }}
        </table>
    </div>
</div></includeonly><noinclude>
{{Documentation}}
</noinclude>

Latest revision as of 01:58, 22 September 2024

This template has been marked for deletion.
Reason: moved