Add zero_pad_left macro
Pad left with four zeros.
This commit is contained in:
4
templates/shared-utils.tpl.html
Normal file
4
templates/shared-utils.tpl.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<!--% MACRO zero_pad_left(word) BLOCK %-->
|
||||
<!--% USE String(word) %-->
|
||||
<!--% String.format("%04s") %-->
|
||||
<!--% END %-->
|
Reference in New Issue
Block a user