Skip to content

Commit

Permalink
Item9986: mention $item and typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@10683 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Feb 12, 2011
1 parent b9ead9d commit 6e7297d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/data/System/VarFORMAT.txt
Expand Up @@ -6,9 +6,9 @@
* Supported parameters:
| *Parameter:* | *Description:* | *Default:* |
| ="one, two, three"= | The list to be expanded into the format. Required. Currently only two types of list data are supported; topic names (=type="topic"=) and plain strings (=type="string"=). | =""= |
| =format="..."= | Format string | =""= |
| =header="..."= | Text to come before the formated output | =""= |
| =footer="..."= | Text to come after the formated output | =""= |
| =format="..."= | Format string. Use =$item= to refer to the list item value. | =""= |
| =header="..."= | Text to come before the formatted output | =""= |
| =footer="..."= | Text to come after the formatted output | =""= |
| =separator="n"= | Separator between formatted elements | ="$n"= |
| =type=""= | Treat input list as either =topic= or =string= | ="topic"= |
* Examples:
Expand Down

0 comments on commit 6e7297d

Please sign in to comment.