Template:Code
From FreeBSDwiki
{{{1}}}
Usage:
Indicates code text. For use within paragraphs. Template isn't functional with use of pipes "|" and other special characters. nowiki tags may be used to suppress the pipe function.
Examples:
{{code|kldstat -v}} produces kldstat -v.
{{code|ls /etc/rc.conf <nowiki> | </nowiki> grep ifconfig}} produces ls /etc/rc.conf | grep ifconfig