Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Template:Shell/Doc
Jump to navigation
Jump to search
Example 1:
{{shell | Desc = Descriptiontext | Input = # command to run Output of command<br> <font color=#ff0000;>Alert!</font> }}
Will produce:
Description: Descriptiontext | |
# command to run
Output of command |
and Example 2:
{{shell | Input = # command to run Output of command<br> <font color=#ff0000;>Alert!</font> }}
Will produce:
# command to run
Output of command |
and Example 3:
{{shell | Desc = | Input = # command to run Output of command<br> <font color=#ff0000;>Alert!</font> }}
Will produce:
# command to run
Output of command |
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. :)