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, 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.
  • The following escape sequences are expanded in the format string:
    Sequence:Sorted descending Expands To:
    $value String value of the parameter. Multi-valued parameters will have a "row" for each value.
    $quot or \" Double quote (")
    $percnt Percent sign (%)
    $nop or $nop() Is a "no operation". This variable gets removed; useful for nested search
    $name Name of the parameter
    $n or $n() New line. Use $n() if followed by alphanumeric character, e.g. write Foo$n()Bar instead of Foo$nBar
    $lt Less than sign (<)
    $gt Greater than sign (>)
    $dollar Dollar sign ($)
    $aquot Apostrophe quote (')

Edit | Attach | Watch | Print version | History: r6 < r5 < r4 < r3 < r2 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r6 - 2012-11-15 - TWikiContributor
 

Copyright © 1999-2025 by the contributing authors. All material from TWiki is the property of the contributing authors.
Questions, comments, or concerns? Contact GNHLUG.
All use of this site subject to our Legal Notice (includes Terms of Service).