2020-06-14 12:54:03 -04:00
|
|
|
The size of val ({val|js|s}) is {@size key=val /}{~n}
|
2020-06-14 14:13:33 -04:00
|
|
|
The size of "{~lb}val{~rb}" is {@size key="{val}" /}{~n}
|
2020-06-14 14:51:31 -04:00
|
|
|
{#val foo="{val}"}
|
|
|
|
The size of foo ({foo|js|s}) is {@size key=foo /}{~n}
|
|
|
|
The size of "{~lb}foo{~rb}" is {@size key="{foo}" /}{~n}
|
|
|
|
{:else}
|
|
|
|
The size of foo ({foo|js|s}) is {@size key=foo /}{~n}
|
|
|
|
The size of "{~lb}foo{~rb}" is {@size key="{foo}" /}{~n}
|
|
|
|
{/val}
|
2020-06-14 12:54:03 -04:00
|
|
|
The size with no key is {@size /}{~n}
|