Template:CodeInline
From Ravenblack CityWiki
{{{1}}}
Purpose
This is almost identical to {{Code}}, but it displays the code inline, because something like:
A message
- A response
- A message with some inline code
- Another response
- A message with some
is much nicer looking than something like:
A message
- A response
- A message with some code
- Another response
- A message with some
Usage
{{CodeInline|some text}} produces:some text
- HTML code used in a variable will cause the variable to be rendered normally, use <nowiki> tags in those cases.