Template:CodeInline

From OutbreakWiki

{{{1}}}

Purpose

This is almost identical to [Template:Code], but it displays the code inline, because something like:

A message

A response
A message with some
inline code
Another response

is much nicer looking than something like:

A message

A response
A message with some
code
Another response

Usage

{{CodeInline|some text}} produces:
some text