Template:Inline-code

From HandWiki
Revision as of 21:46, 1 December 2016 by imported>Jworkorg (1 revision imported: MediaWiki templates)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.