Drop a CSV file here (or) Click to select CSV file
Drop a CSV file here (or) Click to select CSV file
─────── 𖥸 ───────
Important note: You should only copy one [Column] at a time
Variable Type | Variable | Methods | Example Value | Remarks [Format] |
---|---|---|---|---|
General Variable | {{variable}} {{variable | method}} |
Text case methods:
Text masking methods:
|
This is an example | Note: For "default(...)" method, user should insert a "dash" as value to trigger the default text |
Numbers / Ringgit | Template {{variable | ringgit describe}} variables.csv {{variable}} |
Ringgit:
Ringgit Percent:
Numbers:
Numbers Percent:
|
150000 |
150000 >> Ringgit Malaysia One Hundred Fifty Thousand (RM150,000.00) |
Dates | Template {{variable | date}} variables.csv {{variable}} |
|
19980514 |
YYYYMMDD YYYYMMDDHHMM |
Lists | Template {{variable | lv}} variables.csv {{list variable}} - [list] |
|
Adam Smith // (NRIC No. 12345) | Ben Smith // (NRIC No. 54321) |
| = Item separator (to separate 2 items) // = Newline separator (within each item) anteater | bear | cat anteater // anteaters are cute | bear // bears are cute | cat // cats are cute |
Smart Paragraphs | variables.csv condition - [?] |
|
yes |
Positive indicator: yes, y, true, t, male, m Negative indicator: no, n, false, f, female, f Notes: (1) Inline smart paragraphs have an option to switch the colours of the results based on the "true" or "false" value. Use the [[/color]] close tag to set this (2) If got the "default" (3rd option), the default value will be triggered when the user inserts "dash" [ - ] |
Options / Multiple Choice | Template ((o? food)) apple // banana // coconut // durian ((/)) variables.csv ((o? food)) [1] apple //[2] banana //[3] coconut //[4] durian |
|
2, 3, 4 |
To select single item, insert number: 2 To select multiple items: I like to eat 2 and 3 |
Repeater (simple) | Template [[r? repeat this]]This sentence will be repeated.[[/]] variables.csv repeat this - [repeater] |
|
3 | insert a number (eg. 3), and the repeater text will repeat that number of times |
Repeater (with variables) | Template [[x? repeat this]]Hello, I am ((name)). I am ((age)) years old.[[/]] variables.csv "repeat this [v: age, name] - [repeater v]" |
|
name = Adam Smith // age = 16 | age = 21 // name = Ben Smith |
| = Item separator (to separate 2 items) // = Variable separator (within each item) name = Adam Smith // age = 16 | name = Ben Smith // age = 21 |
Evaluation Paragraphs |
Template [[if? {{age}} > 10]] true text // false text [[/]] [[if? {{age}} > 10]] true text // false text // default text[[/]] [[if? {{age}} > 10]] true text // false text [[/color]] "Calculation Variables" in "Evaluation Paragraphs" [[if? (^^ {{age}} + 10 ^^) >= 18 ]] You are an adult // You are a child [[/]] |
|
- |
Notes: (1) This evaluates automatically based on the evaluation paragraph's open tag, and shows the "true text" or "false text" (2) Use the [[/color]] close tag to automatically change the colour depending on the "true" or "false" value (3) "Calculation variables" should be "bracketed" when used in "evaluation paragraphs". (4) If default value (3rd option) is set, the default value will be triggered if unable to evaluate. |
Calculation Variables | Template ^^ {{price}} + 100 ^^ ^^ {{price}} + 100 | ringgit^^ [[^ {{price}} + 100]] [[^ {{price}} + 100 | ringgit words]] |
|
- | This calculates automatically based on the contents of the calculation variable, and shows the "calculated result" |
Charts | Template {{variable | pie}} variables.csv {{variable}} |
|
a: 100, b:200, c:300 |
item 1:100, item 2:200, item 3:300 |
Images | Template {{variable | image 1cm}} variables.csv {{variable}} |
|
image = path/to/image.png qr = contents of qr code figlet = text |
- |
Name and IC | Template {{variable | name and ic}} variables.csv {{variable}} |
|
For single items: Adam Smith (NRIC No. 12345) For multiple items (list): Adam Smith (NRIC No. 111111-11-1111) | ABC Sdn Bhd (Registration No. 11111 (1111-A)) Ben Smith // (NRIC No. 222222-22-2222) | XYZ Sdn Bhd // (Registration No. 2222 (2222-B)) |
syntax of user value name details outside of bracket (ic details inside bracket) For single items: Adam Smith (NRIC No. 11111-11-1111) For multiple items (list): | = Item separator (to separate 2 items) // = Newline separator (within each item) Adam Smith (NRIC No. 111111-11-1111) | Ben Smith (NRIC No. 222222-22-2222) | ABC Sdn Bhd (Registration No. 333333 (3333-X)) Adam Smith // (NRIC No. 111111-11-1111) | Ben Smith // (NRIC No. 222222-22-2222) | ABC Sdn Bhd // (Registration No. 333333 (3333-X)) |
Hyperlinks [Beta] | Template {{variable | link}} variables.csv {{variable}} |
|
|
| = Item separator to separate [url] and [text] https://example.com | Example Website Important: (1) You cannot be place 2 different hyperlinks in the same paragraph! It will not work properly! (2) You must insert "https://example.com" [and NOT "example.com" only] or else the link won't work to open up the website. (3) You may link to a "local file" (example: "sample.pdf | PDF File") but do you really need this? (4) Hyperlinks do not retain the "style" (eg. font, size, etc.) of the "variable". |