Template:Get: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
No edit summary
No edit summary
Line 8:
Syntax Examples -
Only Specify the Command:
<pre>{{Get|command|sectsection=YourSectionName}}</pre><br>
{{Get|command|section=YourSectionName}}
{{Note: If you omit the sectsection=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><br>
{{Get|command|alt text|section=YourSectionName}}
 
 
Show alternative Text and specify code sample:
<pre>{{Get|command|alt text|&lt;pre&gt;sample code&lt;/pre&gt;|sectsection=YourSectionName}}</pre><br>
{{Get|command|alt text|&lt;pre&gt;sample code&lt;/pre&gt;|section=YourSectionName}}
 
By setting the boolean "open" the code sample is shown by default:
<pre>{{Get|command|alt text|&lt;pre&gt;sample code&lt;/pre&gt;|open=1|section=YourSectionName}}</pre><br>
{{Get|command|alt text|<pre>sample code</pre>|open=1|section=YourSectionName}}
 
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=1|sectcolor=blue-white|section=YourSectionName}}</pre>
{{Get|command|alt text|<pre>sample code</pre>|open=1|color=blue-white|section=YourSectionName}}
 
 
<templatedata>