User:Saag/Sandbox/Ability card v2/Card: Difference between revisionsGive feedback
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 29: | Line 29: | ||
<div style="margin: 5px 10px 0px 10px; padding: 3px 0 5px 0; width: calc(100% - 18px); box-sizing: unset;"> | <div style="margin: 5px 10px 0px 10px; padding: 3px 0 5px 0; width: calc(100% - 18px); box-sizing: unset;"> | ||
<!-- Info Section #1 --> | <!-- Info Section #1 --> | ||
<div class="{{#ifeq:{{{hide_info1|}}}|true|hide}}" style="display:flex; flex-direction:column; align-items: center; width: 100%"> | <div id="ability_info1" class="ability_info {{#ifeq:{{{hide_info1|}}}|true|hide}}" style="display:flex; flex-direction:column; align-items: center; width: 100%"> | ||
<div style="padding: 0 10px 0 10px">{{{info1_desc|}}}</div> | <div style="padding: 0 10px 0 10px">{{{info1_desc|}}}</div> | ||
<!-- Main Info --> | <!-- Main Info --> | ||
| Line 43: | Line 43: | ||
<!-- Info Section #2 --> | <!-- Info Section #2 --> | ||
<div class="{{#ifeq:{{{hide_info2|}}}|true|hide}}" style="display:flex; flex-direction:column; align-items: center; width: 100%; padding-top: 8px"> | <div id="ability_info2" class="ability_info {{#ifeq:{{{hide_info2|}}}|true|hide}}" style="display:flex; flex-direction:column; align-items: center; width: 100%; padding-top: 8px"> | ||
<div style="padding: 0 10px 0 10px">{{{info2_desc|}}}</div> | <div style="padding: 0 10px 0 10px">{{{info2_desc|}}}</div> | ||
<!-- Main Info --> | <!-- Main Info --> | ||
| Line 57: | Line 57: | ||
<!-- Info Section #3 --> | <!-- Info Section #3 --> | ||
<div class="{{#ifeq:{{{hide_info3|}}}|true|hide}}" style="display:flex; flex-direction:column; align-items: center; width: 100%; padding-top: 8px"> | <div id="ability_info3" class="ability_info {{#ifeq:{{{hide_info3|}}}|true|hide}}" style="display:flex; flex-direction:column; align-items: center; width: 100%; padding-top: 8px"> | ||
<div style="padding: 0 10px 0 10px">{{{info3_desc|}}}</div> | <div style="padding: 0 10px 0 10px">{{{info3_desc|}}}</div> | ||
<!-- Main Info --> | <!-- Main Info --> | ||