Template

Difference between revisions of "Card"

From Shadow Era Wiki

m
m
 
(25 intermediate revisions by one user not shown)
Line 1: Line 1:
<div style="display: flex; flex-wrap: wrap; align-items: flex-start;">
+
<div class="card-container" style="display: flex; align-items: flex-start; gap: 20px; margin-bottom: 20px;">
   <div style="flex: 1; min-width: 250px; margin-right: 20px; align-self: flex-start;">
+
   <div class="card-image">
     <img src="http://www.shadowera.com/cards/{{{FileName}}}.jpg" style="max-width: 100%; height: auto;">
+
     <img src="http://www.shadowera.com/cards/{{{FileName}}}.jpg" alt="{{{Name}}}" style="width: 102%; height: auto; margin-top: 0; display: block;">
 
   </div>
 
   </div>
   <div style="flex: 2; min-width: 300px;">
+
   <div class="card-info">
     <table border="1" cellpadding="1" cellspacing="1" class="wikitable" style="width: 100%; margin-top: 10px;">
+
<br>
 +
     <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>
         <td>{{{Card_No}}}</td>
+
         <th style="width: 75%;">{{{Card_No}}}</th>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">Rarity:</th>
+
         <td scope="row" style="width: 25%;">Rarity:</td>
         <td>{{{Rarity}}}</td>
+
         <td style="width: 75%;">{{{Rarity}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">Name:</th>
+
         <td scope="row" style="width: 25%;">Name:</td>
         <td>{{{Name}}}</td>
+
         <td style="width: 75%;">{{{Name}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">Type:</th>
+
         <td scope="row" style="width: 25%;">Type:</td>
         <td>{{{Type}}}</td>
+
         <td style="width: 75%;">{{{Type}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">Cost:</th>
+
         <td scope="row" style="width: 25%;">Cost:</td>
         <td>{{{Cost}}}</td>
+
         <td style="width: 75%;">{{{Cost}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">ATK:</th>
+
         <td scope="row" style="width: 25%;">ATK:</td>
         <td>{{{ATK}}}</td>
+
         <td style="width: 75%;">{{{ATK}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">HP:</th>
+
         <td scope="row" style="width: 25%;">HP:</td>
         <td>{{{HP}}}</td>
+
         <td style="width: 75%;">{{{HP}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">Ability:</th>
+
         <td scope="row" style="width: 25%;">Ability:</td>
         <td>{{{Ability}}}</td>
+
         <td style="width: 75%;">{{{Ability}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">Flavor Text:</th>
+
         <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>

Latest revision as of 09:53, 6 October 2024

   {{{Name}}}


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