| Dynamic Widget | +Static Widget | +
|---|---|
| + {widget:example.tpl dynamic} + | ++ {widget:example.tpl} + | +
+ {write:example.Hello.message} +
+ +you can use 'foreach' tag like this!
+and you can use 'write' tag like this!
+
+ 0 = {write:example.Hello.message_array[0]}
+ 3 = {write:example.Hello.message_array[3]}
+
you can use 'foreach' tag like this!
+and you can use 'write' tag like this!
+
+ first name = {write:example.Hello.message_hash['first_name']}
+ family name = {write:example.Hello.message_hash['family_name']}
+
you can use 'foreach' tag like this!
+| Name | +Information | +
|---|---|
| {write:person_name} | +
+ {foreach:person_information key value}
+ {if:key='sex'}
+ oh! > {write:key}={write:value} + {else-if:key='prefecture'} + yeah! > {write:key}={write:value} + {/if} + {/foreach} + |
+