Last active
October 14, 2018 11:32
-
-
Save blackmambahk/10c63f3ecf59687bbb3e to your computer and use it in GitHub Desktop.
More template 'fmt' examples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{fmt:'%d',@field1}} | |
{{:@field:d}} | |
{{:format('%d',@field1)}} | |
{{:format('%d',@field1) + format('d',@field2)}} | |
{{fmt:'%d',db.props@field1}} | |
{{fmt:'%d',db.user[1]@field1}} | |
{{fmt:'%d',db.user.item@field1}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment