818 bytes added
, 11:59, 5 June 2017
<includeonly><span style="font-family: 'this-font-does-not-exist', monospace, sans-serif; font-size: 1em;">{{{1}}}</span></includeonly><noinclude>
== Purpose ==
Shortcut to include monospaced text which will be inlined in a paragraph or sentence.
This is useful, for example, for names of functions or variables inside source code, as well as files, chunks, formatting codes, etc. For example:
:<nowiki>The {{c|$oMania $iTech$m Wiki$z}} covers ''tech''nical information and ''tech''nology.</nowiki>
renders as:
:The <span style="font-family: 'this-font-does-not-exist', monospace, sans-serif; font-size: 1em;">$oMania $iTech$m Wiki$z</span> covers ''tech''nical information and ''tech''nology.
=== Source ===
This template is adapted from [https://doomwiki.org/ DoomWiki.org].
[[Category:Templates]]
</noinclude>