| NOTE: This web contains the official documentation of the TWiki Release 4.2, code named FreetownRelease. It is a read-only web for reference. Please update documentation at TWiki.FormatTokens. -- KennethLavrsen - 23 Jan 2008 |
$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 | Double quote (") (\" also works) |
$percnt | Percent sign (%) |
$dollar | Dollar sign ($) |
$dollar to escape the leading dollar, thus: $dollarpercnt.