m  | 
				m  | 
				||
| Line 1: | Line 1: | ||
| − | <div style="  | + | <div style="float: left; width: 250px; margin-right: 20px;">  | 
| − | + |   <img src="http://www.shadowera.com/cards/{{{FileName}}}.jpg" style="display: block; max-width: 100%; height: auto;">  | |
| − | + | </div>  | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| + | <div style="overflow: hidden;">  | ||
| + |   <table border="1" cellpadding="1" cellspacing="1" class="wikitable" style="width: 100%;">  | ||
| + |     <tr>  | ||
| + |       <th scope="row">Card No:</th>  | ||
| + |       <td>{{{Card_No}}}</td>  | ||
| + |     </tr>  | ||
| + |     <tr>  | ||
| + |       <th scope="row">Rarity:</th>  | ||
| + |       <td>{{{Rarity}}}</td>  | ||
| + |     </tr>  | ||
| + |     <tr>  | ||
| + |       <th scope="row">Name:</th>  | ||
| + |       <td>{{{Name}}}</td>  | ||
| + |     </tr>  | ||
| + |     <tr>  | ||
| + |       <th scope="row">Type:</th>  | ||
| + |       <td>{{{Type}}}</td>  | ||
| + |     </tr>  | ||
| + |     <tr>  | ||
| + |       <th scope="row">Cost:</th>  | ||
| + |       <td>{{{Cost}}}</td>  | ||
| + |     </tr>  | ||
| + |     <tr>  | ||
| + |       <th scope="row">ATK:</th>  | ||
| + |       <td>{{{ATK}}}</td>  | ||
| + |     </tr>  | ||
| + |     <tr>  | ||
| + |       <th scope="row">HP:</th>  | ||
| + |       <td>{{{HP}}}</td>  | ||
| + |     </tr>  | ||
| + |     <tr>  | ||
| + |       <th scope="row">Ability:</th>  | ||
| + |       <td>{{{Ability}}}</td>  | ||
| + |     </tr>  | ||
| + |     <tr>  | ||
| + |       <th scope="row">Flavor Text:</th>  | ||
| + |       <td>{{#if:{{{Flavor Text|}}} | {{{Flavor Text}}} }}</td>  | ||
| + |     </tr>  | ||
| + |   </table>  | ||
</div>  | </div>  | ||