|
|
| (151 revisões intermediárias por 2 usuários não estão sendo mostradas) |
| Linha 1: |
Linha 1: |
| Olá amigo, se você for um editor da WIKI seja muito bem-vindo a predefinição de '''Habilidades'''. O proposito dessa predefinição é facilitar a manutenção e a criação de habilidades nos códigos das páginas de personagem.
| | <div class="infobox" |
| | style="width:auto; font-family: sans-serif; border:1px solid #aaa; background:#f9f9f9; margin:10px 0;"> |
| | <div style="background:#e0e0e0; padding:8px; text-align:center; font-size:1.3em; font-weight:bold;"> |
| | {{{nome|Nome da Missão}}} |
| | </div> |
|
| |
|
| Um tutorial de como utilizar:
| | <table style="width:100%; border-collapse:collapse;"> |
| | | <tr> |
| <big>'''EXEMPLO'''</big> | | <td style="padding:4px; border:1px solid #ddd;"><strong>Nível Necessário:</strong></td> |
| <pre>
| | <td style="padding:4px; border:1px solid #ddd;">{{{nivel|N/D}}}</td> |
| {{skills
| | </tr> |
| | skill-tab1 = /images/5/5d/Aokiji_sk1_icon.png
| | <tr> |
| | nskill1 = Kick
| | <td style="padding:4px; border:1px solid #ddd;"><strong>Qtd. de Jogadores:</strong></td> |
| | level1 = 1
| | <td style="padding:4px; border:1px solid #ddd;">{{{jogadores|N/D}}}</td> |
| | descskill1 = Kuzan é tão preguiçoso que prefere não tirar as mãos dos bolsos e opta por chutar o inimigo em vez de socá-lo.
| | </tr> |
| | video1 = /images/7/76/Aokiji_sk1.webm
| | <tr> |
| | powerpvp1 = 9
| | <td style="padding:4px; border:1px solid #ddd;"><strong>Tempo Limite:</strong></td> |
| | powerpve1 = 15
| | <td style="padding:4px; border:1px solid #ddd;">{{{tempo|N/D}}}</td> |
| | cooldown1 = 2 seg
| |
| | energy1 = -
| |
| }}
| |
| </pre>
| |
| <big>'''LEGENDA'''</big>
| |
| | |
| - skill-tab: é o ícone da habilidade, utilize o endereço do link inteiro ou a partir do "image/" para funcionar por favor.
| |
| | |
| - nskill: nome da habilidade.
| |
| | |
| - level: nível que a habilidade é desbloqueada.
| |
| | |
| - descskill: descrição da habilidade.
| |
| | |
| - video: video da habilidade, mesmo esquema dos ícones, use o endereço inteiro
| |
| | |
| - powerpvp, powerpve, cooldown e energy: são os atributos da habilidades, se a habilidade não possuir atributos de poder ou energia coloque um "-". Se a habilidade tem CUSTO DE ENERGIA você faz assim "-50", se a habilidade possui GANHO DE ENERGIA você usa assim "+50".
| |
| | |
| <big>'''COPIAR E COLAR'''</big>
| |
| {{DASH|
| |
| | |
| }}
| |
| <includeonly>
| |
| <td class="test-characterPage--characterSkills">
| |
| {{#widget:opendiv|class=test-card}}
| |
| <span class="test-card-title">Habilidades</span>
| |
| {{#widget:opendiv|class=test-tabsContainer}}
| |
| <table>
| |
| <tr class="test-tabSkill--container"> | |
| <!-- Aqui entram as abas das habilidades -->
| |
| <td data-skill-id=1 class="test-tab-skill test-active"> | |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab1}}}}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| {{#if: {{{skill-tab2|}}} |
| |
| <td data-skill-id=2 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab2}}}}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{skill-tab3|}}} |
| |
| <td data-skill-id=3 class="test-tab-skill"> | |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab3}}}}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
| {{#if: {{{skill-tab4|}}} |
| |
| <td data-skill-id=4 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab4}}}}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
| {{#if: {{{skill-tab5|}}} |
| |
| <td data-skill-id=5 class="test-tab-skill"> | |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab5}}}}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{skill-tab6|}}} |
| |
| <td data-skill-id=6 class="test-tab-skill">
| |
| {{#widget:opendiv}} | |
| {{#widget:image|src={{{skill-tab6}}}}} | |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{skill-tab7|}}} |
| |
| <td data-skill-id=7 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab7}}}}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
| {{#if: {{{skill-tab8|}}} |
| |
| <td data-skill-id=8 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab8}}}}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
| {{#if: {{{skill-tab9|}}} |
| |
| <td data-skill-id=9 class="test-tab-skill"> | |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab9}}}}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{skill-tab10|}}} |
| |
| <td data-skill-id=10 class="test-tab-skill"> | |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab10}}}}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{skill-tab11|}}} |
| |
| <td data-skill-id=11 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab11}}}}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
| {{#if: {{{skill-tab12|}}} |
| |
| <td data-skill-id=12 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab12}}}}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
| {{#if: {{{skill-tab13|}}} |
| |
| <td data-skill-id=14 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab13}}}}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
| {{#if: {{{skill-tab14|}}} |
| |
| <td data-skill-id=14 class="test-tab-skill"> | |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab14}}}}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{skill-tab15|}}} |
| |
| <td data-skill-id=15 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab15}}}}} | |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{skill-tab16|}}} |
| |
| <td data-skill-id=16 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab16}}}}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
| {{#if: {{{skill-tab17|}}} |
| |
| <td data-skill-id=17 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab17}}}}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
| {{#if: {{{skill-tab18|}}} |
| |
| <td data-skill-id=18 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab18}}}}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
| {{#if: {{{skill-tab19|}}} |
| |
| <td data-skill-id=19 class="test-tab-skill"> | |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab19}}}}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{skill-tab20|}}} |
| |
| <td data-skill-id=20 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab20}}}}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{skill-tab21|}}} |
| |
| <td data-skill-id=21 class="test-tab-skill"> | |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab21}}}}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
| {{#if: {{{skill-tab22|}}} |
| |
| <td data-skill-id=22 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab22}}}}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
| {{#if: {{{skill-tab23|}}} |
| |
| <td data-skill-id=23 class="test-tab-skill"> | |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab23}}}}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{skill-tab24|}}} |
| |
| <td data-skill-id=24 class="test-tab-skill">
| |
| {{#widget:opendiv}} | |
| {{#widget:image|src={{{skill-tab24}}}}} | |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{skill-tab25|}}} |
| |
| <td data-skill-id=25 class="test-tab-skill">
| |
| {{#widget:opendiv}}
| |
| {{#widget:image|src={{{skill-tab25}}}}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
| </tr> | | </tr> |
|
| |
|
| <tr class="test-skillInfo--container"> | | <tr> |
| <!-- SKILL1 ATIVA OBRIGATORIO -->
| | <td colspan="2" style="padding:4px; border:1px solid #ddd;"> |
| <td data-skill-id=1 class="test-skillInfo test-active" colspan="12"> | | <tabber> |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| | |-|Normal= |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| | <p><strong>Recompensas Comuns:</strong> {{{comum_normal|Nenhuma}}}</p> |
| <h1 class="test-skillInfo--name">{{{nskill1}}}</h1> | | <p><strong>Recompensas Incomuns:</strong> {{{incomum_normal|Nenhuma}}}</p> |
| <center><b>Level: {{{level1}}}</b></center> | | <p><strong>Recompensas Raras:</strong> {{{rara_normal|Nenhuma}}}</p> |
| <p class="test-skillInfo--description">{{{descskill1}}}</p> | | |-|Elite= |
| {{#widget:closediv}}
| | <p><strong>Recompensas Comuns:</strong> {{{comum_elite|Nenhuma}}}</p> |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| | <p><strong>Recompensas Incomuns:</strong> {{{incomum_elite|Nenhuma}}}</p> |
| {{#widget:video|src={{{video1}}}|class=test-skillInfo--skillVideo}}
| | <p><strong>Recompensas Raras:</strong> {{{rara_elite|Nenhuma}}}</p> |
| {{#widget:closediv}}
| | |-|Hard= |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| | <p><strong>Recompensas Comuns:</strong> {{{comum_hard|Nenhuma}}}</p> |
| <h1>Atributos</h1> | | <p><strong>Recompensas Incomuns:</strong> {{{incomum_hard|Nenhuma}}}</p> |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| | <p><strong>Recompensas Raras:</strong> {{{rara_hard|Nenhuma}}}</p> |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown1}}}}} | '''Recarga'''}}
| | </tabber> |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy1}}}}} | '''Energia'''}} | |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve1}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp1}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| <!-- SKILLS --> | |
| {{#if: {{{nskill2|}}} |
| |
| <td data-skill-id=2 class="test-skillInfo" colspan="12"> | |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill2}}}</h1> | |
| <center><b>Level: {{{level2}}}</b></center> | |
| <p class="test-skillInfo--description">{{{descskill2}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video2}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1> | |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown2}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy2}}}}} | '''Energia'''}} | |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve2}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp2}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td> | |
| }}
| |
|
| |
|
| {{#if: {{{nskill3|}}} |
| |
| <td data-skill-id=3 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill3}}}</h1>
| |
| <center><b>Level: {{{level3}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill3}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video3}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown3}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy3}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve3}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp3}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td> | | </td> |
| }}
| |
|
| |
| {{#if: {{{nskill4|}}} |
| |
| <td data-skill-id=4 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill4}}}</h1>
| |
| <center><b>Level: {{{level4}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill4}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video4}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown4}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy4}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve4}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp4}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill5|}}} |
| |
| <td data-skill-id=5 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill5}}}</h1>
| |
| <center><b>Level: {{{level5}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill5}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video5}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown5}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy5}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve5}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp5}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{nskill6|}}} |
| |
| <td data-skill-id=6 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill6}}}</h1>
| |
| <center><b>Level: {{{level6}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill6}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video6}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown6}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy6}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve6}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp6}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill7|}}} |
| |
| <td data-skill-id=7 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill7}}}</h1>
| |
| <center><b>Level: {{{level7}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill7}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video7}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown7}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy7}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve7}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp7}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill8|}}} |
| |
| <td data-skill-id=8 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill8}}}</h1>
| |
| <center><b>Level: {{{level8}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill8}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video8}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown8}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy8}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve8}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp8}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill9|}}} |
| |
| <td data-skill-id=9 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill9}}}</h1>
| |
| <center><b>Level: {{{level9}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill9}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video9}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown9}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy9}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve9}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp9}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{nskill10|}}} |
| |
| <td data-skill-id=10 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill10}}}</h1>
| |
| <center><b>Level: {{{level10}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill10}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video10}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown10}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy10}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve10}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp10}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill11|}}} |
| |
| <td data-skill-id=11 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill11}}}</h1>
| |
| <center><b>Level: {{{level11}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill11}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video11}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown11}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy11}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve11}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp11}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill12|}}} |
| |
| <td data-skill-id=12 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill12}}}</h1>
| |
| <center><b>Level: {{{level12}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill12}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video12}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown12}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy12}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve12}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp12}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill13|}}} |
| |
| <td data-skill-id=13 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill13}}}</h1>
| |
| <center><b>Level: {{{level13}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill13}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video13}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown13}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy13}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve13}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp13}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{nskill14|}}} |
| |
| <td data-skill-id=14 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill14}}}</h1>
| |
| <center><b>Level: {{{level14}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill14}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video14}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown14}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy14}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve14}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp14}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill15|}}} |
| |
| <td data-skill-id=15 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill15}}}</h1>
| |
| <center><b>Level: {{{level15}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill15}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video15}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown15}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy15}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve15}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp15}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill16|}}} |
| |
| <td data-skill-id=16 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill16}}}</h1>
| |
| <center><b>Level: {{{level16}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill16}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video16}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown16}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy16}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve16}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp16}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill17|}}} |
| |
| <td data-skill-id=17 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill17}}}</h1>
| |
| <center><b>Level: {{{level17}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill17}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video17}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown17}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy17}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve17}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp17}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{nskill18|}}} |
| |
| <td data-skill-id=18 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill18}}}</h1>
| |
| <center><b>Level: {{{level18}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill18}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video18}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown18}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy18}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve18}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp18}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill19|}}} |
| |
| <td data-skill-id=19 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill19}}}</h1>
| |
| <center><b>Level: {{{level19}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill19}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video19}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown19}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy19}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve19}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp19}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill20|}}} |
| |
| <td data-skill-id=20 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill20}}}</h1>
| |
| <center><b>Level: {{{level20}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill20}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video20}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown20}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy20}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve20}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp20}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill21|}}} |
| |
| <td data-skill-id=21 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill21}}}</h1>
| |
| <center><b>Level: {{{level21}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill21}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video21}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown21}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy21}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve21}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp21}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
| {{#if: {{{nskill22|}}} |
| |
| <td data-skill-id=22 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill22}}}</h1>
| |
| <center><b>Level: {{{level22}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill22}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video22}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown22}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy22}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve22}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp22}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill23|}}} |
| |
| <td data-skill-id=23 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill23}}}</h1>
| |
| <center><b>Level: {{{level23}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill23}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video23}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown23}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy23}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve23}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp23}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill24|}}} |
| |
| <td data-skill-id=24 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill24}}}</h1>
| |
| <center><b>Level: {{{level24}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill24}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video24}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown24}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy24}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve24}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp24}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| {{#if: {{{nskill25|}}} |
| |
| <td data-skill-id=25 class="test-skillInfo" colspan="12">
| |
| {{#widget:opendiv|class=test-d-flex test-justify-between}}
| |
| {{#widget:opendiv|class=test-skillInfo--infoContainer}}
| |
| <h1 class="test-skillInfo--name">{{{nskill25}}}</h1>
| |
| <center><b>Level: {{{level25}}}</b></center>
| |
| <p class="test-skillInfo--description">{{{descskill25}}}</p>
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--videoContainer}}
| |
| {{#widget:video|src={{{video25}}}|class=test-skillInfo--skillVideo}}
| |
| {{#widget:closediv}}
| |
| {{#widget:opendiv|class=test-skillInfo--attributesContainer}}
| |
| <h1>Atributos</h1>
| |
| {{#widget:opendiv|class=test-attribute--cardsContainer}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/b/b1/Icon-cooldown.png|value={{{cooldown25}}}}} | '''Recarga'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/3/38/Icon-energy.png|value={{{energy25}}}}} | '''Energia'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/7/7a/Icon-pve.png|value={{{powerpve25}}}}} | '''Poder PVE'''}}
| |
| {{#tip-text: {{#widget:cardAttribute|icon=/images/5/5f/Icon-pvp.png|value={{{powerpvp25}}}}} | '''Poder PVP'''}}
| |
| {{#widget:closediv}}
| |
| {{#widget:closediv}}
| |
| </td>
| |
| }}
| |
|
| |
| </tr> | | </tr> |
| </table> | | </table> |
| {{#widget:closediv}}
| | </div> |
| {{#widget:closediv}}
| |
| </td> | |
| </includeonly>
| |