This repository has been archived on 2024-09-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2022-07-31 21:33:54 -04:00
|
|
|
<!--% MACRO zero_pad_left(word) BLOCK %-->
|
|
|
|
|
<!--% USE String(word) %-->
|
|
|
|
|
<!--% String.format("%04s") %-->
|
|
|
|
|
<!--% END %-->
|
2022-08-04 19:31:35 -04:00
|
|
|
|
|
|
|
|
<!--% MACRO display_choice(choice, display_when_true, display_when_false) BLOCK %-->
|
|
|
|
|
<!--% IF choice == 1 %--><!--% display_when_true %-->
|
|
|
|
|
<!--% ELSE %--><!--% display_when_false %--><!--% END %-->
|
|
|
|
|
<!--% END %-->
|
2022-08-05 15:49:00 -04:00
|
|
|
|
|
|
|
|
<!--% MACRO absolute_path(baseurl) BLOCK %-->
|
|
|
|
|
<!--% IF baseurl %-->./<!--% ELSE %-->/<!--% END %-->
|
|
|
|
|
<!--% END %-->
|