ENDSECTION{"name"} -- marks the end of a named section within a topic
- Syntax:
%ENDSECTION{"name"}%
- Syntax:
%ENDSECTION{type="include"}%
- Supported parameter:
Parameter: Description: "name"
Name of the section. type="..."
Type of the section being terminated; supported types "section"
,"include"
,"expandvariables"
,"templateonly"
. - If the
STARTSECTION
is named, the correspondingENDSECTION
must also be named with the same name. If theSTARTSECTION
specifies a type, then the correspondingENDSECTION
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. - Related: STARTSECTION