This is a wiki for a reason. Anyone can contribute. If you see something that is inaccurate or can be improved, don't ask that it be fixed--just improve it.
[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]

Difference between revisions of "Template:ArmorSet"

From Project 1999 Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>Generates an armor set table</noinclude><includeonly><table class="eoTable">
 
<noinclude>Generates an armor set table</noinclude><includeonly><table class="eoTable">
  <tr><th>Arms</th><th>Feet</th><th>Wrist</th><th>Head</th><th>Hands</th><th>Legs</th><th>Chest</th></tr>
 
 
   <tr>
 
   <tr>
     <td>{{:{{{arms}}}}}</td><td>{{:{{{feet}}}}}<td>{{:{{{wrist}}}}}</td><td>{{:{{{head}}}}}</td><td>{{:{{{legs}}}}}</td><td>{{:{{{chest}}}}}</td></tr></table></includeonly>
+
    <th>Arms</th>
 +
    <th>Feet</th>
 +
    <th>Wrist</th>
 +
    <th>Head</th>
 +
    <th>Hands</th>
 +
    <th>Legs</th>
 +
    <th>Chest</th></tr>
 +
  <tr>
 +
     <td>{{:{{{arms}}}}}</td>
 +
    <td>{{:{{{feet}}}}}</td>
 +
    <td>{{:{{{wrist}}}}}</td>
 +
    <td>{{:{{{head}}}}}</td>
 +
    <td>{{:{{{hands}}}}}</td>
 +
    <td>{{:{{{legs}}}}}</td>
 +
    <td>{{:{{{chest}}}}}</td>
 +
  </tr>
 +
</table></includeonly>

Revision as of 22:00, 26 July 2019

Generates an armor set table