%QUERYPARAMS{...}%
format="..." format string for each entry, default $name=$value
separator="..." separator string, default separator="$n" (newline)
encode="..." the encoding to apply to parameter values; see ENCODE for a description of the available encodings. If this parameter is not given, no encoding is performed. 
| Sequence: | Expands To:   | 
|---|---|
| $value | String value of the parameter. Multi-valued parameters will have a "row" for each value. | 
| $percnt | Percent sign ( %) | 
| $nor$n() | New line. Use $n()if followed by alphanumeric character, e.g. writeFoo$n()Barinstead ofFoo$nBar | 
| $name | Name of the parameter | 
| $lt | Less than sign ( <) | 
| $nopor$nop() | Is a "no operation". This variable gets removed; useful for nested search | 
| $gt | Greater than sign ( >) | 
| $quotor\" | Double quote ( ") | 
| $dollar | Dollar sign ( $) | 
| $aquot | Apostrophe quote ( ') | 
%QUERYPARAMS{format="<input type='hidden' name='$name' value='$value' encoding="html" />"}%
 
  Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.