[% FILTER null %]
[%# prints a compacted TM name %]
[% MACRO tm_short_name(tm) BLOCK %]
[% IF tm > 100 %]H[% tm - 100 %][% ELSE %][% tm | format('%02d') %][% END %]
[% END %]
[%# creates a link for a type name %]
[% MACRO type_name(type, nolink) BLOCK %][% IF TypeData.$type AND NOT nolink %][% END %]
[% IF TypeData.$type AND NOT nolink %][% END %][% END %]
[% move_header = BLOCK %]

![[% move.contest_type %] [% move.contest_type %]](/dex-images/gameui/[% move.contest_type %].png)
[% END %]
[% END %]
[%- END %]
[%# n.b.: this takes the structure returned from EncSet->simplest_method %]
[% MACRO simple_method_cells(simple_method) BLOCK %]
[% CASE 'swarm' %]
[% CASE 'water' %]
[% CASE 'pokeradar' %]
[% CASE 'dualslot' %][% Icons.$bucket %]
[% END %]
[% ' ' %]
[% END %]
[% hashref.rarity %]%
[% '; ' UNLESS loop.last %]
[% END %]