BalanceOfPower
view release on metacpan or search on metacpan
lib/BalanceOfPower/templates/print/print_diplomacy.tt view on Meta::CPAN
[% USE ANSIColor 'color' %]
[% "DIPLOMACY FOR $nation" | color 'yellow' 'bold' %]
[% "===" | color 'yellow' 'bold' %]
[% FOREACH r IN relationships %][% FILTER format('%-16s') %][% IF r.node1 == nation %][% r.node2 %][% ELSE %][% r.node1 %][% END %]:[% END %] [% FILTER format('%-7s') %][% r.colored_status %][% END %]
[% END %]
( run in 1.309 second using v1.01-cache-2.11-cpan-a49fcb8fa48 )