Changeset 8813


Ignore:
Timestamp:
08/28/10 15:58:47 (21 months ago)
Author:
ArthurClemens
Message:

Item8841: doc fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/data/System/VarFORMAT.txt

    r8760 r8813  
    66   * Supported parameters: 
    77     | *Parameter:* | *Description:* | *Default:* | 
    8      | ="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"= ). | 
    9      | =format="..."= | Format string. | =""= | 
     8     | ="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"=). | =""= | 
     9     | =format="..."= | Format string | =""= | 
    1010     | =header="..."= | Text to come before the formated output | =""= | 
    1111     | =footer="..."= | Text to come after the formated output | =""= | 
    12      | =separator="n"= | separator between formatted elements | ="$n"= | 
    13      | =type=""= | treat input list as either =topic= or =string= | ="topic"= | 
     12     | =separator="n"= | Separator between formatted elements | ="$n"= | 
     13     | =type=""= | Treat input list as either =topic= or =string= | ="topic"= | 
    1414   * Examples: 
    1515      * =%<nop>FORMAT{"one,two,three" type="string" format="   * $item"}%= 
Note: See TracChangeset for help on using the changeset viewer.