%QUERYPARAMS{...}%
format="..." format string for each entry, default $name=$value
separator="..." separator string, default separator="$n" (newline)
| Sequence: | Expands To:   | 
|---|---|
| $dollar | Dollar sign ( $) | 
| $quot | Double quote ( ") | 
| $nopor$nop() | Is a "no operation". | 
| $name | Name of the parameter | 
| $nor$n() | New line. Use $n()if followed by alphanumeric character, e.g. writeFoo$n()Barinstead ofFoo$nBar | 
| $percnt | Percent sign ( %) | 
| $value | String value of the parameter. Multi-valued parameters will have a "row" for each value. | 
%QUERYPARAMS{format="<input type='hidden' name='$name' value='$percntENCODE{$quot()$value$quot type=$quot()html$quot}$percnt' />"}%
 Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.