Changeset 411
- Timestamp:
- 02/09/08 03:28:34 (10 months ago)
- Files:
-
- 1 modified
-
veekun/trunk/templates/dex/common.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/templates/dex/common.tt
r406 r411 33 33 <td class="type"> <img src="/dex-images/gameui/[% MoveData.$move_id.class %].png" alt="[% MoveData.$move_id.class %]" title="[% MoveData.$move_id.class %]"/> </td> 34 34 <td class="pp"> [% MoveData.$move_id.pp %] </td> <td class="power"> [% power %] </td> <td class="acc"> [% MoveData.$move_id.accuracy %]%</td> <td class="priority"> [% MoveData.$move_id.priority || '' %]</td> 35 <td class="blurb"> [% MoveData.$move_id. blurb%] </td>35 <td class="blurb"> [% MoveData.$move_id.short_description %] </td> 36 36 [%+ END %] 37 37
