Template:Inline-code

From HandWiki
input

Usage

Some text, then {{Inline-code | 1=wfDebug( $text, $dest = 'all' );}} and more text.

produces

Some text, then
wfDebug( $text, $dest = 'all' );
and more text.