Condition
Some math inside
How it works
condition ? true : falseOptions:
= > match (not allowed in the false or true statement)
| > or (limited to 1, not allowed in the false or true statement)
& > and (limited to 1, not allowed in the false or true statement)Examples
> meal mittags
Lunchmeal: %condition%%target%=mittags?insert=kartoffelpüree:insert=Schweinebraten
%condition%mittags=mittags?insert=kartoffelpüree:insert=Schweinebraten
> kartoffelpüree> meal lunch
Lunchmeal: %condition%%target%=mittags|%target%=lunch?insert=kartoffelpüree:insert=Schweinebraten
%condition%lunch=mittags|lunch=lunch?insert=kartoffelpüree:insert=Schweinebraten
> kartoffelpüreeLast updated