Shortcut to return a dictionary. For example, the following macro returns a dictionary:
<macro docname="get_character"><return><dict><str dst="rygel">Hynerian</str><str dst="john">Human</str></dict></return></macro>
We could shorten the above using the <return-dict> as follows:
<macro docname="get_character"><return-dict><str dst="rygel">Hynerian</str><str dst="john">Human</str></return-dict></macro>
name | purpose | type | required? | default | choices |
---|---|---|---|---|---|
if |
Conditional expression | expression | No | yes |