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:ItemStats"

From Project 1999 Wiki
Jump to: navigation, search
(Created page with "<noinclude>Template for an item's (or set of armor's) stats</noinclude> <includeonly> {{{content}}} <table class="eoTable"> <tr class=tableheader> <th>AC</th> <th>S...")
 
 
(8 intermediate revisions by one user not shown)
Line 1: Line 1:
<noinclude>Template for an item's (or set of armor's) stats</noinclude>
+
<noinclude>Template for an item's (or set of armor's) stats.
  
<includeonly>
+
Note that the order of stats/saves is based on the classic EQ interface ([http://www.afterlifeguild.org/sss/complete.jpg]), and so is different from, for instance, Allakhazam's ordering.
{{{content}}}
+
 
<table class="eoTable">
+
Blank Template:
   <tr class=tableheader>
+
<pre>{{ItemStats
 +
|ac=
 +
|str=
 +
|sta=
 +
|dex=
 +
|agi=
 +
|wis=
 +
|int=
 +
|cha=
 +
|hp=
 +
|mana=
 +
|svp=
 +
|svm=
 +
|svd=
 +
|svf=
 +
|svc=
 +
}}</pre>
 +
</noinclude><includeonly><table class="eoTable3">
 +
   <tr>
 
     <th>AC</th>
 
     <th>AC</th>
 
     <th>STR</th>
 
     <th>STR</th>
Line 15: Line 33:
 
     <th>HP</th>
 
     <th>HP</th>
 
     <th>MANA</th>
 
     <th>MANA</th>
     <th>SvC</th>
+
     <th>SvP</th>
 +
    <th>SvM</th>
 
     <th>SvD</th>
 
     <th>SvD</th>
 
     <th>SvF</th>
 
     <th>SvF</th>
     <th>SvM</th>
+
     <th>SvC</th>
    <th>SvP</th>
+
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
     <td>{{{ac}}}</td>
+
     <td>{{{ac|0}}}</td>
     <td>{{{str}}}</td>
+
     <td>{{{str|0}}}</td>
     <td>{{{sta}}}</td>
+
     <td>{{{sta|0}}}</td>
     <td>{{{agi}}}</td>
+
     <td>{{{agi|0}}}</td>
     <td>{{{dex}}}</td>
+
     <td>{{{dex|0}}}</td>
     <td>{{{wis}}}</td>
+
     <td>{{{wis|0}}}</td>
     <td>{{{int}}}</td>
+
     <td>{{{int|0}}}</td>
     <td>{{{cha}}}</td>
+
     <td>{{{cha|0}}}</td>
     <td>{{{hp}}}</td>
+
     <td>{{{hp|0}}}</td>
     <td>{{{mana}}}</td>
+
     <td>{{{mana|0}}}</td>
     <td>{{{svc}}}</td>
+
     <td>{{{svp|0}}}</td>
     <td>{{{svd}}}</td>
+
     <td>{{{svm|0}}}</td>
     <td>{{{svf}}}</td>
+
     <td>{{{svd|0}}}</td>
     <td>{{{svm}}}</td>
+
     <td>{{{svf|0}}}</td>
     <td>{{{svp}}}</td>
+
     <td>{{{svc|0}}}</td>
 
   </tr>
 
   </tr>
</table>
+
</table></includeonly>
</includeonly>
+

Latest revision as of 19:49, 21 June 2019

Template for an item's (or set of armor's) stats.

Note that the order of stats/saves is based on the classic EQ interface ([1]), and so is different from, for instance, Allakhazam's ordering.

Blank Template:

{{ItemStats
|ac=
|str=
|sta=
|dex=
|agi=
|wis=
|int=
|cha=
|hp=
|mana=
|svp=
|svm=
|svd=
|svf=
|svc=
}}