Template

Difference between revisions of "Main"

From Shadow Era Wiki

m
Line 35: Line 35:
 
<tr>
 
<tr>
 
<td>
 
<td>
     <img src="" id="randomCard" alt="Random Card" style="max-width: 100%; height: auto;" />
+
     <img src="" id="randomCard" alt="Random Card" style="max-width: 80%; height: auto;" />
 
     <noinclude>
 
     <noinclude>
 
     <script>
 
     <script>

Revision as of 21:43, 6 October 2024

{{{title1}}}
{{{content1}}}
{{{title2}}}
{{{content2}}}
Random Card
   Random Card
   
   <script>
       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>
   
{{{title3}}}
{{{content3}}}