]> ruin.nu Git - ndwebbie.git/blob - templates/resources.tmpl
Converted rankings
[ndwebbie.git] / templates / resources.tmpl
1 <TMPL_VAR NAME=Error>
2 <table>
3         <tr>
4                 <th>Name</th><th>Relationship</th><th>Members (in res calc)</th>
5                 <th><a href="/<TMPL_VAR NAME=PAGE>?order=score">Score</a></th>
6                 <th><a href="/<TMPL_VAR NAME=PAGE>?order=size">Size</a></th>
7                 <th><a href="/<TMPL_VAR NAME=PAGE>?order=resources">Resources</a></th>
8                 <th><a href="/<TMPL_VAR NAME=PAGE>?order=respplanet">Resources / Planet</a></th>
9                 <th><a href="/<TMPL_VAR NAME=PAGE>?order=nscore">Res score (gain)</a>[1]</th>
10                 <th><a href="/<TMPL_VAR NAME=PAGE>?order=nscore2">Avg res score (gain)</a>[2]</th>
11                 <th><a href="/<TMPL_VAR NAME=PAGE>?order=nscore3">Estimated score</a>[3]</th>
12         </tr>
13 <TMPL_LOOP Alliances>
14         <tr class="<TMPL_IF __odd__>odd<TMPL_ELSE>even</TMPL_IF>">
15                 <td><a href="alliances?alliance=<TMPL_VAR NAME=Id>"><TMPL_VAR NAME=Name></a></td>
16                 <td class="<TMPL_VAR NAME=relationship>"><TMPL_VAR NAME=relationship></td>
17                 <td><TMPL_VAR NAME=members> (<TMPL_VAR NAME=planets>)</td>
18                 <td><TMPL_VAR NAME=score></td>
19                 <td><TMPL_VAR NAME=size></td>
20                 <td><TMPL_VAR NAME=resources></td>
21                 <td><TMPL_VAR NAME=respplanet></td>
22                 <td><TMPL_VAR NAME=nscore> (<TMPL_VAR NAME=scoregain>)</td>
23                 <td> <TMPL_VAR NAME=nscore2> (<TMPL_VAR NAME=scoregain2>)</td>
24                 <td> <TMPL_VAR NAME=nscore3> (<TMPL_VAR NAME=scoregain3>)</td>
25         </tr>
26 </TMPL_LOOP>
27 </table>
28 <p>[1] = New score if resources are spent (gain is just the extra value compared to unspent resources)</p>
29 <p>[2] = Same as [1] but calculated with avg resources and max 60 members</p>
30 <p>[3] = Same as [2] but also includes resources if roids are kept to end of round (gain is just from the roids)</p>