create an url and add two parameters (a, b)
{mpf:url={mpf:server/url}||a={mpf:ab}||b=test}
use as conditional section (use with closing token)
{mpf:url={mpf:server/url}||b={mpf:myVar}||@@test}
... will be returned if assembled url contains "test" ...
{/mpf:url={mpf:server/url}||b={mpf:myVar}||@@test}
create an url and store it in a myVar (use as embedded token)
{mpf:set=myVar||{mpf:url={mpf:server/url}||a={mpf:ab}||b=test}}
|