forked from rho_n/hpr_generator
10 lines
333 B
HTML
10 lines
333 B
HTML
<!--% MACRO zero_pad_left(word) BLOCK %-->
|
|
<!--% USE String(word) %-->
|
|
<!--% String.format("%04s") %-->
|
|
<!--% END %-->
|
|
|
|
<!--% MACRO display_choice(choice, display_when_true, display_when_false) BLOCK %-->
|
|
<!--% IF choice == 1 %--><!--% display_when_true %-->
|
|
<!--% ELSE %--><!--% display_when_false %--><!--% END %-->
|
|
<!--% END %-->
|