variable_name optional default (empty - returns the whole query string)Name of the GET or POST parameter to read, html-encoded on the way out. Omit it to get the whole query string (GET and POST together). A name that is not present in the request expands to an empty string. You may also pass a full bracketed posted name (a form field array index); it is matched verbatim against the raw query string and returned exactly as posted, html-encoded.
delimiter optional default (none - multiple values are returned as JSON)Used only when the parameter holds several values (a repeated field). The values are joined with this string. If you leave it out, a multi-value parameter is returned as a JSON array instead of a joined string. It has no effect on a single-value parameter.
[{qss:surname}]
<a href="/cz/review?id={qss:revize}">open</a>
{ifset:{qss:filter}:filtering on:no filter chosen}
{qss:surname}
{qss:tag:, }
{ifeq:{qss:edit}:on:editing enabled:editing off}
{qss}
{qss:surname}