Mudanças entre as edições de "Predefinição:Itembox"

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 1: Linha 1:
<div class="iteminfobox">
<div class="iteminfobox" style="padding: 10px; background: #eeeded; border-radius: 25px; box-shadow: rgba(24, 27, 46, 0.24) 4px 4px 4px; width: 225px; height: 300px; position: relative; text-align: center; box-sizing: border-box;">
<div class="iteminfobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
  <!-- Loot Bag -->
<div class="iteminfobox-image">{{{image}}}</div>}}
  {{#if: {{{loot|}}} |
<table>
    <span style="position: absolute; top: 10px; right: 10px;">
{{#if:{{{classe|}}}|
      {{{loot}}}
<tr>
    </span>
<th colspan="2">Classe:</th>
  }}
</tr>
 
<td colspan="2">{{{classe}}}</td>
  <!-- Level -->
}}
  {{#if: {{{level|}}} |
{{#if:{{{level|}}}|
    <div style="position: absolute; top: 10px; left: 10px; font-size: 14px; font-weight: bold; color: #6587c4;">
<tr>
      Level: {{{level}}}
<th> Level:</th><td>{{{level}}}</td>
    </div>
</tr>
  }}
}}
 
{{#if:{{{attack|}}}|
  <!-- Imagem -->
<tr>
  {{#if: {{{image|}}} |
<th>[[file:Power_icon.png|link=]] Ataque:</th><td>{{{attack}}}</td>
    <div style="margin-top: 50px;">
</tr>
      {{{image}}}
}}
    </div>
{{#if:{{{armorpen|}}}|
  }}
<tr>
 
<th>Armor Pen:</th><td>{{{armorpen}}}</td>
  <!-- Nome -->
</tr>
  <b style="color: #6587c4; font-size: 16px; margin-top: 10px;">{{{title|{{PAGENAME}}}}}</b>
}}
 
{{#if:{{{crit|}}}|
  <!-- Separador -->
<tr>
  <div style="width: 100%; height: 2px; background-color: #6587c4; margin: 10px 0;"></div>
<th>Critico:</th><td>{{{crit}}}</td>
 
</tr>
  <!-- Atributos -->
}}
  <div style="font-size: 12px; text-align: center;">
{{#if:{{{defense|}}}|
    {{#if: {{{vitality|}}} |
<tr>
      <div>[[file:hp icon.png|15px]] Vitalidade: {{{vitality}}}</div>
<th>[[file:defense icon.png|link=]] Defesa:</th><td>{{{defense}}}</td>
    }}
</tr>
    {{#if: {{{defense|}}} |
}}
      <div>[[file:defense icon.png|15px]] Defesa: {{{defense}}}</div>
{{#if:{{{vitality|}}}|
    }}
<tr>
    {{#if: {{{exp|}}} |
<th>[[file:hp icon.png|link=]] Vitalidade:</th><td>{{{vitality}}}</td>
      <div>[[file:exp icon.png|15px]] Experiência: {{{exp}}}</div>
</tr>
    }}
}}
    {{#if: {{{luck|}}} |
{{#if:{{{exp|}}}|
      <div>[[file:luck icon.png|15px]] Sorte: {{{luck}}}</div>
<tr>
    }}
<th>[[file:exp icon.png|link=]] Experiência:</th><td>{{{exp}}}</td>
  </div>
</tr>
 
}}
  <!-- Botão Classe -->
{{#if:{{{luck|}}}|
  {{#if: {{{classe|}}} |
<tr>
    <div style="margin-top: auto; margin-bottom: 10px;">
<th>[[file:luck icon.png|link=]] Sorte:</th><td>{{{luck}}}</td>
      [[file:{{{classe}}}|link=]]
</tr>
    </div>
}}
  }}
{{#if:{{{speed|}}}|
<tr>
<th>Velocidade:</th><td>{{{speed}}}</td>
</tr>
}}
{{#if:{{{drop|}}}|
<tr>
<th colspan="2">Obtível em:</th>
</tr>
<td colspan="2">{{{drop}}}</td>
}}
</table>
</div>
</div>

Edição das 21h42min de 20 de novembro de 2024




 Itembox