Template

Difference between revisions of "Card"

From Shadow Era Wiki

m
m
Line 7: Line 7:
 
       <tr>
 
       <tr>
 
         <th scope="row">Card No:</th>
 
         <th scope="row">Card No:</th>
         <td>{{{Card_No}}}</td>
+
         <th>{{{Card_No}}}</th>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">Rarity:</th>
+
         <td scope="row">Rarity:</td>
 
         <td>{{{Rarity}}}</td>
 
         <td>{{{Rarity}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">Name:</th>
+
         <td scope="row">Name:</td>
 
         <td>{{{Name}}}</td>
 
         <td>{{{Name}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">Type:</th>
+
         <td scope="row">Type:</td>
 
         <td>{{{Type}}}</td>
 
         <td>{{{Type}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">Cost:</th>
+
         <td scope="row">Cost:</td>
 
         <td>{{{Cost}}}</td>
 
         <td>{{{Cost}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">ATK:</th>
+
         <td scope="row">ATK:</td>
 
         <td>{{{ATK}}}</td>
 
         <td>{{{ATK}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">HP:</th>
+
         <td scope="row">HP:</td>
 
         <td>{{{HP}}}</td>
 
         <td>{{{HP}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">Ability:</th>
+
         <td scope="row">Ability:</td>
 
         <td>{{{Ability}}}</td>
 
         <td>{{{Ability}}}</td>
 
       </tr>
 
       </tr>
 
       <tr>
 
       <tr>
         <th scope="row">Flavor Text:</th>
+
         <td scope="row">Flavor Text:</td>
 
         <td>{{#if:{{{Flavor Text|}}} | {{{Flavor Text}}} }}</td>
 
         <td>{{#if:{{{Flavor Text|}}} | {{{Flavor Text}}} }}</td>
 
       </tr>
 
       </tr>

Revision as of 20:41, 5 October 2024

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