Changeset 8299
- Timestamp:
- 07/25/10 13:30:51 (22 months ago)
- File:
-
- 1 edited
-
trunk/core/data/System/VarRENDERZONE.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/data/System/VarRENDERZONE.txt
r8298 r8299 12 12 * ="zone"= required, name of the zone 13 13 * =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 <!-- $id $missing--></pre>Tokens: 15 16 * =$id= - =id= of the [[VarADDTOZONE][ADDTOZONE]] call within the =zone= currently being rendered. 16 17 * =$item= - text of the [[VarADDTOZONE][ADDTOZONE]] call within the =zone= currently being rendered. … … 18 19 * =$missing= - if the [[VarADDTOZONE][ADDTOZONE]] call being rendered required any =id= which was not found, then =$missing= is the =missingtoken= parameter; empty string otherwise. 19 20 * =$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> 21 23 * =chomp="on"= remove leading and trailing whitespace from formatted items, can be useful for pretty-printing and compression. 22 24 * =footer="..."= optional, suffix format string
Note: See TracChangeset
for help on using the changeset viewer.
