<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wikitest.augmensys.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ACode%2Fdoc</id>
		<title>Template:Code/doc - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wikitest.augmensys.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ACode%2Fdoc"/>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=Template:Code/doc&amp;action=history"/>
		<updated>2026-05-01T05:35:16Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=Template:Code/doc&amp;diff=4504&amp;oldid=prev</id>
		<title>JKN: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=Template:Code/doc&amp;diff=4504&amp;oldid=prev"/>
				<updated>2013-01-23T14:42:10Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 14:42, 23 January 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>JKN</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=Template:Code/doc&amp;diff=4503&amp;oldid=prev</id>
		<title>50.53.15.51: cats</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=Template:Code/doc&amp;diff=4503&amp;oldid=prev"/>
				<updated>2012-06-09T06:45:49Z</updated>
		
		<summary type="html">&lt;p&gt;cats&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Wraps a short span of text in &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;syntaxhighlight&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tags (see [[mw:Extension:SyntaxHighlight GeSHi]]).  This template should be used for short samples; longer content should use {{tag|pre}} or {{tag|syntaxhighlight}}. See [[Help:Wiki markup]] for an explanation of what the various tags do.{{clarify|reason=[[Help:Wiki markup]] does not mention any such &amp;quot;source&amp;quot; XML tag.}}&lt;br /&gt;
&lt;br /&gt;
If the content includes an equals sign (=), you must specify the parameter explicitly: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{code|1=date=30 Feb 2010}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The template uses the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;syntaxhighlight&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag with the attribute &amp;lt;code&amp;gt;enclose=&amp;quot;none&amp;quot;&amp;lt;/code&amp;gt;. This works like the combination of the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tags, applied to the expanded wikitext. For example, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{code|some '''wiki''' text}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will '''''not''''' render the word &amp;quot;wiki&amp;quot; in bold, and will render the tripled-single-quotes:&lt;br /&gt;
&lt;br /&gt;
:{{code|some '''wiki''' text}}&lt;br /&gt;
&lt;br /&gt;
However, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{code|a {{template}} call}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will still invoke the template:&lt;br /&gt;
&lt;br /&gt;
:{{code|a {{template}} call}}&lt;br /&gt;
&lt;br /&gt;
Use {{tag|nowiki}} around the template name to avoid this problem:&lt;br /&gt;
&lt;br /&gt;
:{{code|a &amp;lt;nowiki&amp;gt;{{template}}&amp;lt;/nowiki&amp;gt; call}}&lt;br /&gt;
&lt;br /&gt;
When used inline with regular text, {{tnull|code}} generally looks best and is easiest to read when it is explicitly spaced apart from the regular text:&lt;br /&gt;
:{{code|foo &amp;amp;nbsp;&amp;lt;nowiki&amp;gt;{{code|bar baz}}&amp;lt;/nowiki&amp;gt;&amp;amp;nbsp; quux.}}&lt;br /&gt;
is well spaced:&lt;br /&gt;
:foo &amp;amp;nbsp;{{code|bar baz}}&amp;amp;nbsp; quux.&lt;br /&gt;
versus:&lt;br /&gt;
:{{code|foo &amp;lt;nowiki&amp;gt;{{code|bar baz}}&amp;lt;/nowiki&amp;gt; quux.}}&lt;br /&gt;
which is going to be visually confusing for many:&lt;br /&gt;
:foo {{code|bar baz}} quux.&lt;br /&gt;
because &amp;quot;foo&amp;quot; and &amp;quot;{{code|bar}}&amp;quot; will seem more closely associated than &amp;quot;{{code|bar}}&amp;quot; and &amp;quot;{{code|baz}}&amp;quot;; the width of the space character in a monospaced font is almost always larger than in a proportional font.&lt;br /&gt;
&lt;br /&gt;
Use parameter {{{2}}} (unnamed, as {{para|2}}, or more explicitly as {{para|lang}}) to specify a language for Extension:SyntaxHighlight GeSHi. This option defaults to plain-text, i.e. no highlighting.  There is no highlighting option for wikitext as a markup language, though {{code|html4strict}} and {{code|html5}} are valid values, as are {{code|php}}, {{code|perl}}, {{code|css}}, {{code|javascript}}, {{code|mysql}} and many others. Attempting to use an invalid one causes a list of valid ones to be displayed in place of the template output, when the page is previewed or saved.&lt;br /&gt;
&lt;br /&gt;
This template does not need to be [[Wikipedia:Template substitution|substituted]].&lt;br /&gt;
&lt;br /&gt;
Finally, embedded templates do not function inside {{tnull|code}}; for longer, free-form blocks of code, which can contain templates such as {{tlx|var}} and {{tlx|samp}}, use {{tag|code}} as a wrapper instead of this template.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:50%;&amp;quot; | input&lt;br /&gt;
! style=&amp;quot;width:50%;&amp;quot; | output&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;pre style=&amp;quot;margin:0px; white-space:normal;&amp;quot;&amp;gt;Lorem {{code|ipsum '''dolor'''}} sit amet&amp;lt;/pre&amp;gt;&lt;br /&gt;
| Lorem {{code|ipsum '''dolor'''}} sit amet&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;pre style=&amp;quot;margin:0px; white-space:normal;&amp;quot;&amp;gt;The declaration {{code |lang=cpp |int foo(const std::string&amp;amp; bar, const std::vector&amp;lt;long double*&amp;gt;&amp;amp; baz);}} is the prototype for a function defined later.&amp;lt;/pre&amp;gt; &lt;br /&gt;
| The declaration {{code |lang=cpp |int foo(const std::string&amp;amp; bar, const std::vector&amp;lt;long double*&amp;gt;&amp;amp; baz);}} is the prototype for a function defined later.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;pre style=&amp;quot;margin:0px; white-space:normal;&amp;quot;&amp;gt;If the code contains an [[equals sign]], such as {{code |lang=javascript |code=var img = document.getElementsByTagName(&amp;quot;img&amp;quot;);}}, you must identify the first parameter explicitly as {{{1}}} or {{{code}}}; see also [[:bugzilla:5138]].&amp;lt;/pre&amp;gt; &lt;br /&gt;
| If the code contains an [[equals sign]], such as {{code |lang=javascript |code=var img = document.getElementsByTagName(&amp;quot;img&amp;quot;);}}, you must identify the first parameter explicitly as {{{1}}} or {{{code}}}; see also [[:bugzilla:5138]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Var/seealso}}&lt;br /&gt;
* [[Help:Wiki markup]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --&amp;gt;&lt;br /&gt;
[[Category:Programming typing-aid templates|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Semantic markup templates|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Wikipedia XHTML tag replacing templates|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
[[bn:টেমপ্লেট:Code]] &lt;br /&gt;
[[fr:Modèle:Code]]&lt;br /&gt;
[[ja:Template:Code]]&lt;br /&gt;
[[sl:Predloga:Koda]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>50.53.15.51</name></author>	</entry>

	</feed>