Template

Difference between revisions of "Card"

From Shadow Era Wiki

m
m
Line 4: Line 4:
 
   </div>
 
   </div>
 
   <div class="card-info">
 
   <div class="card-info">
<br>
+
    <br>
 
     <table border="1" cellpadding="1" cellspacing="1" class="wikitable" style="width: 100%; table-layout: fixed;">
 
     <table border="1" cellpadding="1" cellspacing="1" class="wikitable" style="width: 100%; table-layout: fixed;">
 
       <tr>
 
       <tr>
         <th scope="row">Card No:</th>
+
         <th scope="row" style="width: 25%;">Card No:</th>
         <th>{{{Card_No}}}</th>
+
         <th style="width: 75%;">{{{Card_No}}}</th>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td scope="row">Rarity:</td>
+
         <td scope="row" style="width: 25%;">Rarity:</td>
         <td>{{{Rarity}}}</td>
+
         <td style="width: 75%;">{{{Rarity}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td scope="row">Name:</td>
+
         <td scope="row" style="width: 25%;">Name:</td>
         <td>{{{Name}}}</td>
+
         <td style="width: 75%;">{{{Name}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td scope="row">Type:</td>
+
         <td scope="row" style="width: 25%;">Type:</td>
         <td>{{{Type}}}</td>
+
         <td style="width: 75%;">{{{Type}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td scope="row">Cost:</td>
+
         <td scope="row" style="width: 25%;">Cost:</td>
         <td>{{{Cost}}}</td>
+
         <td style="width: 75%;">{{{Cost}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td scope="row">ATK:</td>
+
         <td scope="row" style="width: 25%;">ATK:</td>
         <td>{{{ATK}}}</td>
+
         <td style="width: 75%;">{{{ATK}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td scope="row">HP:</td>
+
         <td scope="row" style="width: 25%;">HP:</td>
         <td>{{{HP}}}</td>
+
         <td style="width: 75%;">{{{HP}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td scope="row">Ability:</td>
+
         <td scope="row" style="width: 25%;">Ability:</td>
         <td>{{{Ability}}}</td>
+
         <td style="width: 75%;">{{{Ability}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <td scope="row">Flavor Text:</td>
+
         <td scope="row" style="width: 25%;">Flavor Text:</td>
         <td>{{#if:{{{Flavor Text|}}} | {{{Flavor Text}}} }}</td>
+
         <td style="width: 75%;">{{#if:{{{Flavor Text|}}} | {{{Flavor Text}}} }}</td>
 
       </tr>
 
       </tr>
 
     </table>
 
     </table>
 
   </div>
 
   </div>
 
</div>
 
</div>

Revision as of 09:50, 6 October 2024

   {{{Name}}}
   
Card No: {{{Card_No}}}
Rarity: {{{Rarity}}}
Name: {{{Name}}}
Type: {{{Type}}}
Cost: {{{Cost}}}
ATK: {{{ATK}}}
HP: {{{HP}}}
Ability: {{{Ability}}}
Flavor Text: