|
<BLOCK syntax>
<BLOCK NAME="blockname" [GLOBAL] [EXPAND]>
text block
</BLOCK>
</BLOCK>
<BLOCK synopsis>
<P>
<STRONG>BLOCK and /BLOCK</STRONG> are used to create block macros, which
are similar in use to <A HREF="set.html">SET</A> macros, but can be
multi-line definitions.
</P>
<P>
Any text and formatting may be set inside the block. You can use any
htp or user defined metatag including <A HREF="file.html">FILE
INCLUDE</A>. The metatags won't be expanded before the block is USEd
except if you give the <A HREF="expand.html">EXPAND</A>
parameter.
</P>
<P>
The block macro is dereferenced (expanded) with the <A
HREF="use.html">USE tag or the '$' operator</A>. See the notes on the
<A HREF="use.html">USE</A> tag on how to pass parameters to a block
macro.
</P>
</BLOCK>
|