none
[openafs-wiki.git] / TWiki / VarENDSECTION.mdwn
1 <a name="VarENDSECTION"></a>
2
3 ### <a name="ENDSECTION{&quot;name&quot;} -- marks the"></a><a name="ENDSECTION{&quot;name&quot;} -- marks the "></a> ENDSECTION\{"name"\} -- marks the end of a named section within a topic
4
5 - Syntax: `%ENDSECTION{"name"}%`
6 - Syntax: `%ENDSECTION{type="include"}%`
7 - Supported parameter: <table border="1" cellpadding="0" cellspacing="0">
8   <tr>
9     <th bgcolor="#99CCCC"><strong> Parameter: </strong></th>
10     <th bgcolor="#99CCCC"><strong> Description: </strong></th>
11   </tr>
12   <tr>
13     <td><code>"name"</code></td>
14     <td> Name of the section. </td>
15   </tr>
16   <tr>
17     <td><code>type="..."</code></td>
18     <td> Type of the section being terminated; supported types <code>"section"</code>, <code>"include"</code>, <code>"templateonly"</code>. </td>
19   </tr>
20 </table>
21 - 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 `%STARTSECTION%` **of the same type** above it.
22 - Related: [[STARTSECTION|Main/WebHome#VarSTARTSECTION]]