Difference between pages "Template:Shell/Doc" and "File:Fqi-010.png"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
(Maintenance script uploaded "File:Fqi-010.png": Importing image file)
 
Line 1: Line 1:
Example 1:
Funtoo Quick Install Image 010
<pre>
{{shell
| Desc = Descriptiontext
| Input = # command to run
Output of command<br>
<font color=#ff0000;>Alert!</font>
}}
</pre>
 
Will produce:
{{shell
| Desc = Descriptiontext
| Input = # command to run
Output of command<br>
<font color=#ff0000;>Alert!</font>
}}
 
and Example 2:
<pre>
{{shell
| Input = # command to run
Output of command<br>
<font color=#ff0000;>Alert!</font>
}}
</pre>
 
Will produce:
{{shell
| Input = # command to run
Output of command<br>
<font color=#ff0000;>Alert!</font>
}}
 
and Example 3:
<pre>
{{shell
| Desc =
| Input = # command to run
Output of command<br>
<font color=#ff0000;>Alert!</font>
}}
</pre>
 
Will produce:
{{shell
| Desc =
| Input = # command to run
Output of command<br>
<font color=#ff0000;>Alert!</font>
}}
 
Please be aware if you are using | inside the Input String it wouldn't work and break you need to replace | with {{!}} and inside the input it is saver to use clean HTML code. :)
 
<noinclude>[[Category:Template Documentation]]</noinclude>

Revision as of 04:08, August 28, 2012

Funtoo Quick Install Image 010