Skip to content

Commit

Permalink
Item8841: doc cleanups
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8208 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Jul 16, 2010
1 parent 0a5e048 commit 0076cc5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions core/data/System/VarADDTOZONE.txt
Expand Up @@ -10,22 +10,22 @@
}%
</verbatim>

* zone: optional, comma-separated list of zones the content should be added to,
special zones are =body= and =head=, defaults to =head=
* tag: optional, identificator for the material to be added, to be used in =requires=
* requires: comma-separated list of tags that must occur before the current material, constraints the order of all material in a zone
* text: optional, text to be added to the named zone, mutually exclusive with =topic=
* topic: optional, full qualified web-topic name that contains the text to be added, mutually exclusive with =text=
* section: optional, section of the =topic= to be added, defaults to the default section between STARTINCLUDE and
* ="zone"= optional, comma-separated list of zones the content should
be added to, valid zones are =body= and =head=, defaults to =head=
* =tag="id"= optional, uniq identifier for the material to be added, to be used in =requires=
* =requires="..."= comma-separated list of tags that must occur before the current material, constraints the order of all material in a zone
* =text="..."= optional, text to be added to the named zone, mutually exclusive with =topic=
* =topic="..."= optional, full qualified web-topic name that contains the text to be added, mutually exclusive with =text=
* =section="..."= optional, section of the =topic= to be added,
defaults to the default section between STARTINCLUDE and
STOPINCLUDE

Note, that using =topic= and =section= is actually a short form of
Note that using =topic= and =section= is actually a short form of
<verbatim class="tml">
%ADDTOZONE{
"myzone"
text="$percntINCLUDE{\"topic\" section=\"section\" warn=\"off\"}$percnt"
}%
</verbatim>


See also VarRENDERZONE
See also [[VarRENDERZONE][RENDERZONE]]

0 comments on commit 0076cc5

Please sign in to comment.