none
[openafs-wiki.git] / TWiki / VarNOP.mdwn
1 <a name="VarNOP"></a>
2
3 ### <a name="NOP -- template text not to be e"></a> NOP -- template text not to be expanded in instantiated topics
4
5 - Syntax: `%NOP%`
6   - In normal topic text, expands to &lt;nop&gt;, which prevents expansion of adjacent variables and wikiwords
7   - When the topic containing this is used as a template for another topic, it is removed.
8 - Syntax: `%NOP{...}%` **deprecated**
9   - In normal topic text, expands to whatever is in the curly braces (if anything).
10   - **_%X% Note:_** This is deprecated. Do not use it. Use `%STARTSECTION{type="templateonly"}%` .. `%ENDSECTION{type="templateonly"}%` instead (see [[TWikiTemplates]] for more details).
11 - Related: [[STARTSECTION|Main/VarSTARTSECTION]], [[TWikiTemplates]]