Skip to content

Commit

Permalink
Item9986: correction: refer to formatting tokens explanation on page
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@10684 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Feb 12, 2011
1 parent 6e7297d commit 629fd47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/data/System/VarFORMAT.txt
Expand Up @@ -6,7 +6,7 @@
* 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. Use =$item= to refer to the list item value. | =""= |
| =format="..."= | Format string; see [[%TOPIC%#FormatFormattingTokens][Supported formatting tokens]] for possible values. | =""= |
| =header="..."= | Text to come before the formatted output | =""= |
| =footer="..."= | Text to come after the formatted output | =""= |
| =separator="n"= | Separator between formatted elements | ="$n"= |
Expand All @@ -21,6 +21,7 @@
}%</verbatim>
* Related: [[%IF{"'%INCLUDINGTOPIC%'='Macros'" then="#"}%VarSEARCH][SEARCH]]

#FormatFormattingTokens
---++++ Supported formatting tokens
If =type="topic"= (the default) the format string can contain _any_ of the
topic-specific format tokens
Expand Down

0 comments on commit 629fd47

Please sign in to comment.