Difference between revisions of "Template:Iclo"
m (Improved example.) |
m (Tweak) |
||
Line 6: | Line 6: | ||
Use it like this: | Use it like this: | ||
− | The output of the <code>ls -lh</code> command might look like | + | <nowiki>The output of the <code>ls -lh</code> command might look like {{iclo |-rw-r--r-- 1 root root 4.7K Jun 22 16:58 wgetrc}}</nowiki> in your shell. |
to produce: | to produce: |
Revision as of 13:20, 9 November 2015
The iCLO Template
This template displays the passed argument, command output
, as simulated command line output, inline.
Use it like this:
The output of the <code>ls -lh</code> command might look like {{iclo |-rw-r--r-- 1 root root 4.7K Jun 22 16:58 wgetrc}} in your shell.
to produce:
The output of the ls -lh
command might look like -rw-r--r-- 1 root root 4.7K Jun 22 16:58 wgetrc
in your shell.