[`Description`]

[`Not visible on the site.`] [`Optional.`]

[`Identifier`]

[`Use Latin letters, and hyphens instead of whitespaces; e.g., “company-name”.`]

{if $_item}

[`Add the variable to a site page or a design template`]

{$wa->{$_type}("{$_item.id|escape}")}
{if $_type == 'block'}

{sprintf_wp( 'You can pass additional parameters to a variable after a comma: %s
Instead of %s must be specified an associative array of parameters; e.g., %s
Each passed parameter is accessible in the code by its name as a Smarty variable; e.g., %s', sprintf("{%s->block('%s', %s)}", '$wa', $_item.id|escape, '$params'), '$params', "['first' => 100, 'second' => 500]", '{$sum = $first + $second}' )}

{/if} {/if}

[`Contents displayed to website visitors instead of the variable`]

{if $_type == 'block' && $_item}
{if isset($_item.original)} {/if} {if !isset($_item.app) && isset($_item.original)} {/if}

{$_item.id}

{/if}
{if isset($_is_dialog)} {/if} {if $_item && !isset($_item.app) && !isset($_item.original)} {/if}