canmove, Confirmed users
1,448
edits
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
We decided to separate the expression syntax used to call to other entities from the syntax used to reference developer provided variables. | We decided to separate the expression syntax used to call to other entities from the syntax used to reference developer provided variables. | ||
Entities are referenced by a name, no changes here. But in order to reference a developer provided variable (either from the context or a call) a prefix "$" has to be used. It looks like this: | |||
<pre> | <pre> | ||
| Line 17: | Line 17: | ||
> | > | ||
<about "About {{ | <about "About {{ brandName.nominative }}"> | ||
<update[ | <update[brandName.._gender.win] { | ||
male: "{{ | male: "{{ brandName }} has been updated. The update took {{ $updateTime }} seconds." | ||
female: "{{ | female: "{{ brandName..accesskey.mac }}" | ||
}> | }> | ||
</pre> | </pre> | ||
== status == | == status == | ||