colas@0
|
1 |
%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.1" version="2"}%
|
colas@0
|
2 |
%META:TOPICPARENT{name="TWikiVariables"}%
|
colas@0
|
3 |
#VarENDSECTION
|
colas@0
|
4 |
---+++ ENDSECTION{"name"} -- marks the end of a named section within a topic
|
colas@0
|
5 |
* Syntax: =%<nop>ENDSECTION{"name"}%=
|
colas@0
|
6 |
* Syntax: =%<nop>ENDSECTION{type="include"}%=
|
colas@0
|
7 |
* Supported parameter:
|
colas@0
|
8 |
| *Parameter:* | *Description:* |
|
colas@0
|
9 |
| ="name"= | Name of the section. |
|
colas@0
|
10 |
| =type="..."= | Type of the section being terminated; supported types ="section"=, ="include"=, ="templateonly"=. |
|
colas@0
|
11 |
* If the =STARTSECTION= is named, the corresponding =ENDSECTION= must also be named with the same name. If the =STARTSECTION= specifies a type, then the corresponding =ENDSECTION= must also specify the same type. If the section is unnamed, =ENDSECTION= will match with the nearest unnamed =%<nop>STARTSECTION%= *of the same type* above it.
|
colas@0
|
12 |
* Related: [[%IF{"'%INCLUDINGTOPIC%'='TWikiVariables'" then="#"}%VarSTARTSECTION][STARTSECTION]]
|
colas@0
|
13 |
|