Template

Difference between revisions of "Main"

From Shadow Era Wiki

(Created page with "<div style="display: flex; flex-wrap: wrap;"> <!-- Tableau 1 : Welcome to ATOM RPG Wiki --> <div style="flex: 0 0 100%; min-width: 300px;"> <table class="wiki...")
(No difference)

Revision as of 21:14, 6 October 2024

{{{title1}}}
{{{content1}}}
{{{title2}}}
{{{content2}}}
Carte Aléatoire
   Carte Aléatoire
   <script>
       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}}}