Template:Cli
This page is a template. It contains no Cherimoya-related information, but should be used as part of other articles. For more information, read Help:Template.
Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.
Feel free to voice your opinion regarding this template.A 'Cli' box used to display text as if entered at a command line, allowing markup inside for formatting. You can manually enter line breaks as <br>
. For a cutesy blinking cursor, you can use Template:Cursor (please do not overuse it).
Usage
{{Cli|$ ./hello.sh<br>Hello, world!<br>$ {{Cursor}}}}
Example
$ ./hello.sh
Hello, world!
$ _