Category

Difference between revisions of "Test"

From Shadow Era Wiki

m
m
Line 3: Line 3:
 
         <thead>
 
         <thead>
 
             <tr>
 
             <tr>
                 <th colspan="2" style="cursor: pointer; text-align: center;" class="mw-collapsible-toggle">CLASS DECK & NAME'S PLAYERS</th>
+
                 <th colspan="2" style="cursor: pointer; text-align: center;" onclick="toggleContent('monTableau')">CLASS DECK & NAME'S PLAYERS</th>
 
             </tr>
 
             </tr>
 
         </thead>
 
         </thead>
         <tbody class="mw-collapsible-content" style="display:none;">
+
         <tbody id="monTableau" style="display:none;">
 
             <tr>
 
             <tr>
 
                 <td style="width:70%;">
 
                 <td style="width:70%;">
Line 23: Line 23:
 
                 </td>
 
                 </td>
 
             </tr>
 
             </tr>
             <!-- Ajoute les autres lignes du tableau ici -->
+
             <!-- Ajoute d'autres lignes du tableau ici -->
 
         </tbody>
 
         </tbody>
 
     </table>
 
     </table>
 
</div>
 
</div>
 +
 +
<script>
 +
function toggleContent(id) {
 +
    var element = document.getElementById(id);
 +
    if (element.style.display === 'none' || element.style.display === '') {
 +
        element.style.display = 'table-row-group';
 +
    } else {
 +
        element.style.display = 'none';
 +
    }
 +
}
 +
</script>

Revision as of 23:35, 28 September 2024

<thead> </thead> <tbody id="monTableau" style="display:none;"> </tbody>
CLASS DECK & NAME'S PLAYERS
                   WarriorClassIcon.jpgMageClassIcon.jpgWarriorClassIcon.jpgWarriorClassIcon.jpg
                   A1100gman
                   WulvenClassIcon.jpgWarriorClassIcon.jpgHunterClassIcon.jpgWarriorClassIcon.jpg
                   A1 Surprise

<script> function toggleContent(id) {

   var element = document.getElementById(id);
   if (element.style.display === 'none' || element.style.display === ) {
       element.style.display = 'table-row-group';
   } else {
       element.style.display = 'none';
   }

} </script>

This category currently contains no pages or media.