QUERYPARAMS -- show paramaters to the query 
 
-  Expands the parameters to the query that was used to display the page.
-  Syntax: %QUERYPARAMS{...}%
-  Parameters: 
-  format="..."format string for each entry, default$name=$value
-  separator="..."separator string, defaultseparator="$n"(newline)
 
-  The following escape sequences are expanded in the format string:                    | Sequence: | Expands To: |     | $name | Name of the parameter |     | $value | String value of the parameter. Multi-valued parameters will have a "row" for each value. |     | $nor$n() | New line. Use $n()if followed by alphanumeric character, e.g. writeFoo$n()Barinstead ofFoo$nBar |     | $nopor$nop() | Is a "no operation". |     | $quot | Double quote ( ") |     | $percnt | Percent sign ( %) |     | $dollar | Dollar sign ( $) |  
 
-  Example: 
-  %QUERYPARAMS{format="<input type='hidden' name='$name' value='$percntENCODE{$quot()$value$quot type=$quot()html$quot}$percnt' />"}%
 
-  See also QUERYSTRING, URLPARAM
 
This topic: TWiki
 > WebHome > 
TWikiVariables > VarQUERYPARAMS 
 
Topic revision: r1 - 2005-03-27 - TWikiContributor