[[itemname]]
Insert the value of the item name in the data table.
[[itemname->@macroname]]
Execute a macro using arguments of each line of the item's value.
[[itemname:line-number]]
Insert the line number value of the item's value.
[[::state:itemname]]
Insert the item value of the specified state. It allows you to use macro and line number attribute.
[[itemname>>uc]]
[[itemname>>lc]]
Converts the item value of the specified state to Upper or Lower Camel.
<<<?item-name
code part
>>>
If the value of the item name exists, the code part is validated.
<<<?item-name/regular-expression/
code part
>>>
Filter the value of item name with regular expression, and validate code part if the value exists.
<<<?"{%n}"/regular-expression/
code part
>>>
Filter the value of the argument 'n' with a regular expression, and validate the code part if the value exists.
<<<?xxxx
code-part
eof>>>
"eof>>>" will terminate converting.
<<<?...=="string"
code-part
>>>
After evaluating the value of "<<<?...", activate the code part.