Template:InlineCode
How to use this template
This template is for displaying inline code. Just place {{InlineCode|<Code>}} with <Code> as the code you wish to display. Do NOT place trailing space(s). In other words, this is fine:
Lorem ipsum {{InlineCode|dolor}}sit amet. No trailing space after template.
This is not:
Lorem ipsum {{InlineCode|dolor}} sit amet. Trailing space after template will make the rest of the paragraph look bad.
Also, convert all angled brackets (<,>) into their respective HTML entities (< , > ). Failure to do so carries the risk of making everything else look bad.