Template

Difference between revisions of "Card"

From Shadow Era Wiki

m
 
(37 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="row">
+
<div class="card-container" style="display: flex; align-items: flex-start; gap: 20px; margin-bottom: 20px;">
   <div class="small-5 columns">
+
   <div class="card-image">
<br><br>
+
    <img src="http://www.shadowera.com/cards/{{{FileName}}}.jpg" alt="{{{Name}}}" style="width: 102%; height: auto; margin-top: 0; display: block;">
<img src="http://www.shadowera.com/cards/{{{FileName}}}.jpg">
+
  </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>
 
</div>
  <div class="small-7 columns">
 
{| border="1" cellpadding="1" cellspacing="1" class="wikitable" style="WIDTH: 500px; float:left; margin-left: 50px;margin-top:50px;"
 
! scope="row"|Card_No:
 
|{{{Card_No}}}
 
|-
 
! scope="row"|Rarity:
 
|{{{Rarity}}}
 
|-
 
! scope="row"|Name:
 
|{{{Name}}}
 
|-
 
! scope="row"|Type:
 
|{{{Type}}}
 
|-
 
! scope="row"|Cost:
 
|{{{Cost}}}
 
|-
 
! scope="row"|ATK:
 
|{{{ATK}}}
 
|-
 
! scope="row"|HP:
 
|{{{HP}}}
 
|-
 
! scope="row"|Ability:
 
|{{{Ability}}}
 
|-
 
! scope="row"|Flavor Text:
 
|{{#if:{{{Flavor Text|}}} | {{{Flavor Text}}} }}
 
|-
 
|}
 
</div>
 
</div>
 
 
 
[[Category:{{{Category}}}]] [[Category:{{{Category}}}]]
 

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: