Template

Difference between revisions of "Main"

From Shadow Era Wiki

m
m
Line 28: Line 28:
 
     </div>
 
     </div>
  
     <!-- Tableau 4 : Random Card -->
+
     <!-- Tableau 3 : Random Card -->
 
     <div style="flex: 0 0 45%; min-width: 200px; margin-left: auto;">
 
     <div style="flex: 0 0 45%; min-width: 200px; margin-left: auto;">
 
         <table class="wikitable" style="background-color: #4f545c; color: white; width: 100%;">
 
         <table class="wikitable" style="background-color: #4f545c; color: white; width: 100%;">
 
             <tr>
 
             <tr>
                <th style="text-align:center; text-transform: uppercase;">Random Card</th>
+
              <th style="text-align:center; text-transform: uppercase;">{{{title3}}}</th>
 
             </tr>
 
             </tr>
 
             <tr>
 
             <tr>
Line 45: Line 45:
 
<div style="display: flex; flex-wrap: wrap; margin-top: 20px;">
 
<div style="display: flex; flex-wrap: wrap; margin-top: 20px;">
  
     <!-- Tableau 3 : Overview -->
+
     <!-- Tableau 4 : Overview -->
 
     <div style="flex: 0 0 100%; min-width: 300px;">
 
     <div style="flex: 0 0 100%; min-width: 300px;">
 
         <table class="wikitable" style="background-color: #4f545c; color: white; width: 100%;">
 
         <table class="wikitable" style="background-color: #4f545c; color: white; width: 100%;">
 
             <tr>
 
             <tr>
                 <th style="text-align:center; text-transform: uppercase;">{{{title3}}}</th>
+
                 <th style="text-align:center; text-transform: uppercase;">{{{title4}}}</th>
 
             </tr>
 
             </tr>
 
             <tr>
 
             <tr>
                 <td>{{{content3}}}</td>
+
                 <td>{{{content4}}}</td>
 
             </tr>
 
             </tr>
 
         </table>
 
         </table>
 
     </div>
 
     </div>
 
</div>
 
</div>

Revision as of 22:01, 6 October 2024

{{{title1}}}
{{{content1}}}
{{{title2}}}
{{{content2}}}
{{{title3}}}
                   Random Card
{{{title4}}}
{{{content4}}}