Difference: VarQUERYPARAMS (4 vs. 5)

Revision 52011-06-14 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"

QUERYPARAMS -- show paramaters to the query

Line: 13 to 13
 
$name Name of the parameter
$value String value of the parameter. Multi-valued parameters will have a "row" for each value.
$n or $n() New line. Use $n() if followed by alphanumeric character, e.g. write Foo$n()Bar instead of Foo$nBar
$nop or $nop() Is a "no operation". This variable gets removed; useful for nested search
$quot or \" Double quote (")
$aquot Apostrophe quote (')
$percnt Percent sign (%)
$dollar Dollar sign ($)
$lt Less than sign (<)
$gt Greater than sign (>)
Changed:
<
<
  • Example: %QUERYPARAMS{format="<input type='hidden' name='$name' value='$value' encoding="entity" />"}%
>
>
  • Example: %QUERYPARAMS{format="<input type='hidden' name='$name' value='$value' encoding="html" />"}%
 
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.VarQUERYPARAMS.