m  | 
				|||
| (48 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | <div class="card-container" style="display: flex; align-items: flex-start; gap: 20px; margin-bottom: 20px;">  | |
| − | + |   <div class="card-image">  | |
| − | + |     <img src="http://www.shadowera.com/cards/{{{FileName}}}.jpg" alt="{{{Name}}}" style="width: 102%; height: auto; margin-top: 0; display: block;">  | |
| − | + |   </div>  | |
| − | + |   <div class="card-info">  | |
| − | + | <br>  | |
| − | + |     <table border="1" cellpadding="1" cellspacing="1" class="wikitable" style="width: 100%; table-layout: fixed;">  | |
| − | + |       <tr>  | |
| − | + |         <th scope="row" style="width: 25%;">Card No:</th>  | |
| − | + |         <th style="width: 75%;">{{{Card_No}}}</th>  | |
| − | + |       </tr>  | |
| − | + |       <tr>  | |
| − | + |         <td scope="row" style="width: 25%;">Rarity:</td>  | |
| − | + |         <td style="width: 75%;">{{{Rarity}}}</td>  | |
| − | + |       </tr>  | |
| − | + |       <tr>  | |
| − | + |         <td scope="row" style="width: 25%;">Name:</td>  | |
| − | + |         <td style="width: 75%;">{{{Name}}}</td>  | |
| − | + |       </tr>  | |
| − | + |       <tr>  | |
| − | + |         <td scope="row" style="width: 25%;">Type:</td>  | |
| − | + |         <td style="width: 75%;">{{{Type}}}</td>  | |
| − | + |       </tr>  | |
| − | + |       <tr>  | |
| − | + |         <td scope="row" style="width: 25%;">Cost:</td>  | |
| − | + |         <td style="width: 75%;">{{{Cost}}}</td>  | |
| − | + |       </tr>  | |
| − | <  | + |       <tr>  | 
| − | <  | + |         <td scope="row" style="width: 25%;">ATK:</td>  | 
| − | + |         <td style="width: 75%;">{{{ATK}}}</td>  | |
| − | ==  | + |       </tr>  | 
| − | + |       <tr>  | |
| − | {{{  | + |         <td scope="row" style="width: 25%;">HP:</td>  | 
| − | + |         <td style="width: 75%;">{{{HP}}}</td>  | |
| − | + |       </tr>  | |
| − | + |       <tr>  | |
| + |         <td scope="row" style="width: 25%;">Ability:</td>  | ||
| + |         <td style="width: 75%;">{{{Ability}}}</td>  | ||
| + |       </tr>  | ||
| + |       <tr>  | ||
| + |         <td scope="row" style="width: 25%;">Flavor Text:</td>  | ||
| + |         <td style="width: 75%;">{{#if:{{{Flavor Text|}}} | {{{Flavor Text}}} }}</td>  | ||
| + |       </tr>  | ||
| + |     </table>  | ||
| + |   </div>  | ||
| + | </div>  | ||
| Card No: | {{{Card_No}}} | 
|---|---|
| Rarity: | {{{Rarity}}} | 
| Name: | {{{Name}}} | 
| Type: | {{{Type}}} | 
| Cost: | {{{Cost}}} | 
| ATK: | {{{ATK}}} | 
| HP: | {{{HP}}} | 
| Ability: | {{{Ability}}} | 
| Flavor Text: |