Difference between revisions of "Template:Feature"

From TED Notepad
m
Line 1: Line 1:
 
<includeonly><cite>{{{1}}}</cite></includeonly><noinclude>
 
<includeonly><cite>{{{1}}}</cite></includeonly><noinclude>
This template is to be used within documentation for defined names, names of features, etc.
+
This template is to be used within documentation for names of features, functions and tools. All the features, functions and tools shall be described within reference manual, either [[Basic commands reference]] or [[Tools reference]]. If it is not described there, it is missing, or it is not a feature, function or tool. May be you should check out {{[[Template:defined|defined]]}} or {{[[Template:field|field]]}} templates.
 
= Preview =
 
= Preview =
Search for phrase {{var|john}} within string {{var|hi johnny}} will fail, if {{cite|Whole Words}} is turned on.
+
Search for phrase {{string|john}} within string {{string|hi johnny}} will fail, if {{feature|Whole Words}} option is turned on.
 
= Usage =
 
= Usage =
<pre>Search for phrase {{var|john}} within string {{var|hi johnny}} will fail, if {{cite|Whole Words}} is turned on.</pre>
+
<pre>Search for phrase {{string|john}} within string {{string|hi johnny}} will fail, if {{features|Whole Words}} is turned on.</pre>
</noinclude>
+
</noinclude><noinclude>[[Category:Templates]]</noinclude>
<noinclude>[[Category:Templates]]</noinclude>
 

Revision as of 18:57, 23 February 2006

This template is to be used within documentation for names of features, functions and tools. All the features, functions and tools shall be described within reference manual, either Basic commands reference or Tools reference. If it is not described there, it is missing, or it is not a feature, function or tool. May be you should check out {{defined}} or {{field}} templates.

Preview

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

Usage

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