Template:Code: Difference between revisions
Jump to navigation
Jump to search
Adding example. |
More presentable code tag. |
||
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. | ||
<nowiki>{{code|some text goes here}}</nowiki> becomes: {{code|some text goes here}}. | <nowiki>{{code|some text goes here}}</nowiki> becomes: {{code|some text goes here}}. | ||
</noinclude><includeonly> | </noinclude><includeonly><span>{{{code|{{{1}}}}}}</span><includeonly> |
Revision as of 20:35, 28 January 2012
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.