Difference between revisions of "Help:Templates/Feature"

From TED Notepad
 
Line 5: Line 5:
 
<pre>
 
<pre>
 
Search for phrase {{string|john}} within string {{string|hi johnny}}
 
Search for phrase {{string|john}} within string {{string|hi johnny}}
will fail, if {{feature|Whole Words}} is turned on.
+
will fail, if {{field|Search|Whole words}} is turned on.
 
</pre>
 
</pre>
 
Search for phrase {{string|john}} within string {{string|hi johnny}}
 
Search for phrase {{string|john}} within string {{string|hi johnny}}
will fail, if {{feature|Whole Words}} option is turned on.
+
will fail, if {{field|Search|Whole words}} option is turned on.
  
 
[[Category:Help|{{PAGENAME}}]]
 
[[Category:Help|{{PAGENAME}}]]

Latest revision as of 13:05, 19 November 2013

This template is to be used within the documentation for names of features, functions and tools. All the features, functions and tools shall be described within the reference manual, see both Basic commands reference and Tools reference. If it is not described there, it is missing, or it is not a feature, function or a tool.

Example

Search for phrase {{string|john}} within string {{string|hi johnny}}
will fail, if {{field|Search|Whole words}} is turned on.

Search for phrase john within string hi johnny will fail, if Whole words option is turned on.