Template:Code: Difference between revisions
Jump to navigation
Jump to search
New template for inline code. Better than <code> |
User000name (talk | contribs) No edit summary |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>This template is used for inline code demarcation. | <noinclude>This template is used for inline code demarcation. This should be used for things like enumerators and the like. | ||
< | <code><nowiki>{{code|some text goes here}}</nowiki></code> becomes: {{code|some text goes here}}. | ||
[[Category:Inline Formatting Templates]] | |||
</noinclude><includeonly><span class{{=}}"tpl-code">{{{1}}}</span></includeonly> |
Latest revision as of 22:03, 22 November 2017
This template is used for inline code demarcation. This should be used for things like enumerators and the like.
{{code|some text goes here}}
becomes: some text goes here.