Changeset 8299


Ignore:
Timestamp:
07/25/10 13:30:51 (22 months ago)
Author:
PaulHarvey
Message:

Item9317: Update RENDERZONE documentation, re: defaults

File:
1 edited

Legend:

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

    r8298 r8299  
    1212   * ="zone"= required, name of the zone 
    1313   * =header="..."= optional, prefix format string 
    14    * =format="..."= optional, format string for each item added to the zone, defaults to =$item=. Tokens: 
     14   * =format="..."= optional, format string for each item added to the zone, default: 
     15   <pre>$item &lt;!-- $id $missing--&gt;</pre>Tokens: 
    1516      * =$id= - =id= of the [[VarADDTOZONE][ADDTOZONE]] call within the =zone= currently being rendered. 
    1617      * =$item= - text of the [[VarADDTOZONE][ADDTOZONE]] call within the =zone= currently being rendered. 
     
    1819      * =$missing= - if the [[VarADDTOZONE][ADDTOZONE]] call being rendered required any =id= which was not found, then =$missing= is the =missingtoken= parameter; empty string otherwise. 
    1920      * =$missingids= - comma separated list of ids that were required by the [[VarADDTOZONE][ADDTOZONE]] call currently being rendered but weren't found within this =zone=. 
    20    * =missingtoken="..."= optional, this will be the string assigned to the =$missing= format token for use in the =format= parameter. Defaults to ="$missingids"= 
     21   * =missingtoken="..."= optional, this will be the string assigned to the =$missing= format token for use in the =format= parameter. Default: 
     22   <pre>required id(s) that were missing from $zone zone: $missingids</pre> 
    2123   * =chomp="on"= remove leading and trailing whitespace from formatted items, can be useful for pretty-printing and compression. 
    2224   * =footer="..."= optional, suffix format string 
Note: See TracChangeset for help on using the changeset viewer.