Template:Ability card: Difference between revisionsGive feedback
m Added an optional param for abilities with shared icons |
m Added label for ability link |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
<div class="abilityHeader" | <div class="abilityHeader" | ||
style="color: #ffefd7; font-weight:bold; font-size:140%; padding: 10px 10px 10px 10px; background: #121212;"> | style="color: #ffefd7; font-weight:bold; font-size:140%; padding: 10px 10px 10px 10px; background: #121212;"> | ||
<div style="display: flex; align-items: center;">{{{name}}}</div> | <div style="display: flex; align-items: center;"> {{#if:{{{name_link|}}}|[[{{{name_link}}}|{{{name}}}]]|{{{name}}}}}</div> | ||
</div> | </div> | ||
<div class="summaryInfoAndImage" style="display:inline-flex; background: #353535; width:100%"> | <div class="summaryInfoAndImage" style="display:inline-flex; background: #353535; width:100%"> | ||