Template:StatusBox: Difference between revisions
Jump to navigation
Jump to search
Created for better visuals on Status Effects |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
<div style=" | <div style="max-width:400px;"> | ||
<div style="display:flex; flex-direction:column; {{#ifeq:{{{isBuff|}}}|true|background-color:#0BA372;|background-color:#CA401C;}} border:solid, 4px; border-radius:12px; {{#ifeq:{{{isBuff|}}}|true|border-color:#1D9460;|border-color:#B24523;}} padding: 0px 8px 4px 2px"> | |||
<div style="display:flex; flex-direction:row;"> | |||
|} | <span style="filter: brightness(0) saturate(100%) invert(98%) sepia(19%) saturate(1458%) hue-rotate(301deg) brightness(102%) contrast(109%);"> {{#if:{{{status icon|}}}|[[File:{{{status icon|}}}.png|50px|link=]]|[[File:Status {{{status|}}}.png|50px|link=]]}} </span> | ||
</div></onlyinclude> | <span style="color:#FFEED4; font-family:'Retail Demo'; font-size:18px; font-weight:bold;"> {{{status|}}} </span> | ||
</div> | |||
{{#if:{{{description|}}}| | |||
<div style="display:flex; flex-direction:row; align-items:end;"> | |||
<span style="color:#FFEED4; font-family:'Retail Demo'; font-size:12px;>{{{description|}}}</span> | |||
</div> | |||
|}} | |||
</div></div></onlyinclude> | |||
'''Debuff''' | '''Debuff''' |
Latest revision as of 02:13, 29 September 2024
Debuff
Burn
Buff
Barrage Amp
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
isBuff | isBuff | Determines StatusBox color
| Unknown | optional |
status icon | status icon | Icon used for display, if the name doesn't match. Extension already included.
| Unknown | optional |
status | status | Name of the Status effect
| Unknown | optional |