(Code modified for a better display on phone screens.) |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="display: flex; flex-wrap: wrap; align-items: flex-start;"> |
− | <div | + | |
− | + | <div style="flex: 1; min-width: 250px; margin-right: 20px;"> | |
− | <img src="http://www.shadowera.com/cards/{{{FileName}}}.jpg"> | + | <img src="http://www.shadowera.com/cards/{{{FileName}}}.jpg" style="max-width: 100%; height: auto;"> |
− | </div> | + | </div> |
− | <div | + | |
− | + | <div style="flex: 2; min-width: 300px;"> | |
− | + | <table border="1" cellpadding="1" cellspacing="1" class="wikitable" style="width: 100%; margin-top: 10px;"> | |
− | + | <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> | |
− | </div> | + | </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> | </div> |
Card No: | {{{Card_No}}} |
---|---|
Rarity: | {{{Rarity}}} |
Name: | {{{Name}}} |
Type: | {{{Type}}} |
Cost: | {{{Cost}}} |
ATK: | {{{ATK}}} |
HP: | {{{HP}}} |
Ability: | {{{Ability}}} |
Flavor Text: |