|
|
(27 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <includeonly>{{#if:{{{3|}}} | <div class="hover-tooltip" data-hover-id="{{{1|}}}">{{#switch: {{{2|}}} | | <includeonly>{{#switch: {{lc:{{{2|}}}}} |
| | none = [[File:{{{1|}}}.webp|{{{3|}}}px|alt={{{1|}}}|link=]]
| | | passive = <span class="d-inline-flex align-items-start" style="background-color: rgb(165 118 198 / 10%);"><span style="position: relative;" data-hover-id="{{{1|}}}" data-hover-type="{{ucfirst:{{{2|}}}}}" class="hover-tooltip">[[File:{{{1|}}}.webp|24px|alt={{{1|}}}|link=|class=active-frame]][[File:Active frame.webp|24px|link=|class=absolute]]</span><span data-hover-id="{{{1|}}}" data-hover-type="{{ucfirst:{{{2|}}}}}" class="hover-tooltip ms-1">{{{1|}}}</span></span> |
| | active = [[File:{{{1|}}}.webp|{{{3|}}}px|alt={{{1|}}}|link=|class=active-frame]][[File:Active frame.webp|{{{3|}}}px|link=|class=absolute]]
| | | #default = <span class="d-inline-flex align-items-start" style="background-color: rgb(165 118 198 / 10%);"><span style="position: relative;" data-hover-id="{{{1|}}}" data-hover-type="{{ucfirst:{{{2|}}}}}" class="hover-tooltip">[[File:{{{1|}}}.webp|24px|alt={{{1|}}}|link=|class=used-p]][[File:Used frame.webp|24px|link=|class=absolute]]</span><span data-hover-id="{{{1|}}}" data-hover-type="{{ucfirst:{{{2|}}}}}" class="hover-tooltip ms-1">{{{1|}}}</span></span>}}</includeonly> |
| | #default = [[File:{{{1|}}}.webp|{{{3|}}}px|alt={{{1|}}}|link=|class=used-p]][[File:Used frame.webp|{{{3|}}}px|link=|class=absolute]]
| |
| }}</div> | <div style="display: inline-block;">{{#switch: {{{2|}}}
| |
| | none = [[File:{{{1|}}}.webp|24px|alt={{{1|}}}|link=]] <span class="hover-tooltip" data-bs-toggle="tooltip" data-bs-html="true" data-hover-id="{{{1|}}}" data-bs-placement="right" data-bs-title="Loading skill data...">{{{1|}}}</span>
| |
| | active = <span style="position: relative;">[[File:{{{1|}}}.webp|24px|alt={{{1|}}}|link=|class=absolute active-frame]][[File:Active frame.webp|24px|link=|class=absolute]] <span class="hover-tooltip" data-bs-toggle="tooltip" data-bs-html="true" data-hover-id="{{{1|}}}" data-bs-placement="right" data-bs-title="Loading skill data..." style="margin-left: 28px; vertical-align: middle;">{{{1|}}}</span></span>
| |
| | #default = <span style="position: relative;">[[File:{{{1|}}}.webp|24px|alt={{{1|}}}|link=|class=absolute used-p]][[File:Used frame.webp|24px|link=|class=absolute]] <span class="hover-tooltip" data-bs-toggle="tooltip" data-bs-html="true" data-hover-id="{{{1|}}}" data-bs-placement="right" data-bs-title="Loading skill data..." style="margin-left: 28px; vertical-align: middle;">{{{1|}}}</span></span>
| |
| }}</div>}}</includeonly>
| |