Changeset 8298 for trunk/core/data/System/VarRENDERZONE.txt
- Timestamp:
- 07/25/10 13:30:18 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/data/System/VarRENDERZONE.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/data/System/VarRENDERZONE.txt
r8289 r8298 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=. 14 * =format="..."= optional, format string for each item added to the zone, defaults to =$item=. Tokens: 15 * =$id= - =id= of the [[VarADDTOZONE][ADDTOZONE]] call within the =zone= currently being rendered. 16 * =$item= - text of the [[VarADDTOZONE][ADDTOZONE]] call within the =zone= currently being rendered. 17 * =$zone= - the ="zone"= currently being rendered. 18 * =$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 * =$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"= 15 21 * =chomp="on"= remove leading and trailing whitespace from formatted items, can be useful for pretty-printing and compression. 16 22 * =footer="..."= optional, suffix format string … … 23 29 24 30 =head= and =body= are _built-in_ zones - there is no corresponding =RENDERZONE= 25 required in the templates. 31 required in the templates, they will be rendered automatically. 32 33 %ICON{"info"}% Zones are flushed when rendered; they may only be rendered once 26 34 27 35 See also [[VarADDTOZONE][ADDTOZONE]] for more information on zones.
Note: See TracChangeset
for help on using the changeset viewer.
