m |
m |
||
| Line 36: | Line 36: | ||
<td> | <td> | ||
<img src="" id="randomCard" alt="Carte Aléatoire" style="max-width: 100%; height: auto;" /> | <img src="" id="randomCard" alt="Carte Aléatoire" style="max-width: 100%; height: auto;" /> | ||
| + | <noinclude> | ||
<script> | <script> | ||
| − | var cardCount = 100; // Remplacez par le nombre total de cartes disponibles. | + | document.addEventListener('DOMContentLoaded', function() { |
| − | + | var cardCount = 100; // Remplacez par le nombre total de cartes disponibles. | |
| − | + | var randomIndex = Math.floor(Math.random() * cardCount) + 1; // Générez un nombre aléatoire. | |
| + | document.getElementById('randomCard').src = 'https://www.shadowera.com/cards/card' + randomIndex + '.jpg'; // Modifiez ce chemin selon la structure des URLs des cartes. | ||
| + | }); | ||
</script> | </script> | ||
| + | </noinclude> | ||
</td> | </td> | ||
</tr> | </tr> | ||
| {{{title1}}} |
|---|
| {{{content1}}} |
| {{{title2}}} |
|---|
| {{{content2}}} |
| Carte Aléatoire |
|---|
|
| {{{title3}}} |
|---|
| {{{content3}}} |