Difference between revisions of "Template:Creature"

From theFarWilds
Jump to: navigation, search
(New page: {{card|image={{{image}}}|domain={{{domain}}}|cost={{{cost}}}}} == Creature Stats == <!-- TODO: "prettify" this HTML --> <table border=1> <tr> <td>Attack</td> <td>{{{atk}}}...)
 
(simplification ftw!)
Line 1: Line 1:
{{card|image={{{image}}}|domain={{{domain}}}|cost={{{cost}}}}}
 
 
 
== Creature Stats ==
 
== Creature Stats ==
 
<!-- TODO:  "prettify" this HTML -->
 
<!-- TODO:  "prettify" this HTML -->
Line 6: Line 4:
 
   <tr>
 
   <tr>
 
       <td>Attack</td>
 
       <td>Attack</td>
       <td>{{{atk}}}</td>
+
       <td>{{{1}}}</td>
 
   </tr>  
 
   </tr>  
 
   <tr>
 
   <tr>
 
       <td>Hit Points</td>
 
       <td>Hit Points</td>
       <td>{{{hp}}}</td>
+
       <td>{{{2}}}</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
       <td>Speed</td>
 
       <td>Speed</td>
       <td>{{{spd}}}</td>
+
       <td>{{{3}}}</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
       <td>Vision</td>
 
       <td>Vision</td>
       <td>{{{vis}}}</td>
+
       <td>{{{4}}}</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
       <td>Range</td>
 
       <td>Range</td>
       <td>{{{rng}}}</td>
+
       <td>{{{5}}}</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
       <td>Special Attributes</td>
 
       <td>Special Attributes</td>
       <td>{{{attr|none}}}</td>
+
       <td>{{{6|none}}}</td>
 
   </tr>
 
   </tr>
 
</table>
 
</table>

Revision as of 19:29, 31 December 2008

Creature Stats

Attack {{{1}}}
Hit Points {{{2}}}
Speed {{{3}}}
Vision {{{4}}}
Range {{{5}}}
Special Attributes none