Template:Get1: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m 1 revision imported
 
m Text replacement - "|sect=" to "|section="
 
(One intermediate revision by the same user not shown)
Line 32:
Syntax Examples -
Only Specify the Command:
<pre>{{Get|command|sectsection=YourSectionName}}</pre>
Note: If you omit the sect=YourSectionName, by default will be used the section example. The sect option must be the last.
 
 
Show alternative Text:
<pre>{{Get|command|alt text|sectsection=YourSectionName}}</pre>
 
 
Show alternative Text and specify code sample:
<pre>{{Get|command|alt text|&lt;pre&gt;sample code&lt;/pre&gt;|sectsection=YourSectionName}}</pre>
 
 
With the Word "open" the code sample is shown by default:
<pre>{{Get|command|alt text|&lt;pre&gt;sample code&lt;/pre&gt;|open|sectsection=YourSectionName}}</pre>
</noinclude>