« Modèle:Stats Guard » : différence entre les versions

De Wiki Lylat
Aller à la navigationAller à la recherche
Page créée avec « {{#if: {{{1|}}} | <table style="border: 2px solid #45BD94; border-radius: 5px; padding: 2px; width: fit-content;"> <tr> {{#ifexpr: {{{1|}}} > 0 | <td style="background-color:#6ADC6F; width: 50px; height: 18px; box-shadow: 0 0 3px #7fff7f, 0 0 8px #7fff7f, 0 0 14px #7fff7f, inset 0 0 0 3px #9dff9d, inset 0 0 0 6px #52b852;"></td> }} {{#ifexpr: {{{1|}}} > 1 | <td style="background-color:#6ADC6F; width: 50px; height: 18px; box-shadow: 0 0 3px #7fff7f, 0 0 8px #7... »
 
Aucun résumé des modifications
 
(7 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
<templatestyles src="Modèle:Stats Guard/style.css" />
{{#if: {{{1|}}} |  
{{#if: {{{1|}}} |  
<table style="border: 2px solid #45BD94; border-radius: 5px; padding: 2px; width: fit-content;">
<table>
<tr>
<tr>
  {{#ifexpr: {{{1|}}} > 0 | <td style="background-color:#6ADC6F; width: 50px; height: 18px; box-shadow: 0 0 3px #7fff7f, 0 0 8px #7fff7f, 0 0 14px #7fff7f, inset 0 0 0 3px #9dff9d, inset 0 0 0 6px #52b852;"></td> }}
  {{#ifexpr: {{{1|}}} > 0 | <td class="stats-vert"></td>|<td class="stats-vide"></td>}}
  {{#ifexpr: {{{1|}}} > 1 | <td style="background-color:#6ADC6F; width: 50px; height: 18px; box-shadow: 0 0 3px #7fff7f, 0 0 8px #7fff7f, 0 0 14px #7fff7f, inset 0 0 0 3px #9dff9d, inset 0 0 0 6px #52b852;"></td> }}
{{#ifexpr: {{{1|}}} > 1 | <td class="stats-vert"></td>|<td class="stats-vide"></td>}}
  {{#ifexpr: {{{1|}}} > 2 | <td style="background-color:#6ADC6F; width: 50px; height: 18px; box-shadow: 0 0 3px #7fff7f, 0 0 8px #7fff7f, 0 0 14px #7fff7f, inset 0 0 0 3px #9dff9d, inset 0 0 0 6px #52b852;"></td> }}
{{#ifexpr: {{{1|}}} > 2 | <td class="stats-vert"></td>|<td class="stats-vide"></td>}}
  {{#ifexpr: {{{1|}}} > 3 | <td style="background-color:#D9C858; width: 50px; height: 18px; box-shadow: 0 0 3px #f8e05a, 0 0 8px #f8e05a, 0 0 14px #f8e05a, inset 0 0 0 3px #fff08a, inset 0 0 0 6px #c6b84a;"></td> }}
{{#ifexpr: {{{1|}}} > 3 | <td class="stats-jaune"></td>|<td class="stats-vide"></td>}}
  {{#ifexpr: {{{1|}}} > 4 | <td style="background-color:#DB7D60; width: 50px; height: 18px; box-shadow: 0 0 3px #f28d6a, 0 0 8px #f28d6a, 0 0 14px #f28d6a, inset 0 0 0 3px #ffb097, inset 0 0 0 6px #c67458;"></td> }}
{{#ifexpr: {{{1|}}} > 4 | <td class="stats-rouge"></td>|<td class="stats-vide"></td>}}
</tr>
</tr>
</table>
</table>
}}
}}

Dernière version du 2 juin 2026 à 00:46