Template:Code/doc: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
This is a documentation subpage for Template:Code. It contains usage information, categories and other content that is not part of the original template page. |
code |lang=javascript |code=var img = |
||
Line 8: | Line 8: | ||
If the content includes an equals sign (=), you must specify the parameter explicitly: <code><nowiki>{{code|1=date=30 Feb 2010}}</nowiki></code>. | If the content includes an equals sign (=), you must specify the parameter explicitly: <code><nowiki>{{code|1=date=30 Feb 2010}}</nowiki></code>. | ||
The template uses the <code><nowiki><syntaxhighlight></nowiki></code> tag with the attribute <code>inline=1</code>. This works like the combination of the <code><nowiki><code></nowiki></code> and <code><nowiki><nowiki></nowiki></code> tags, applied to the expanded wikitext. For example, <code><nowiki>{{code|some '''wiki''' text}}</nowiki></code> will '''''not''''' render the word "wiki" in bold, and will render the tripled-single-quotes: | The template uses the <code><nowiki><syntaxhighlight></nowiki></code> tag with the attribute <code>inline={{code|1=date=30 Feb 2010</code>. This works like the combination of the <code><nowiki><code></nowiki></code> and <code><nowiki><nowiki></nowiki></code> tags, applied to the expanded wikitext. For example, <code><nowiki>{{code|some '''wiki''' text}}</nowiki></code> will '''''not''''' render the word "wiki" in bold, and will render the tripled-single-quotes: | ||
:{{code|some '''wiki''' text}} | :{{code|some '''wiki''' text}} | ||
Line 44: | Line 44: | ||
|<nowiki>If the code contains an [[equals sign]], such as {{code |lang=javascript |code=var img = document.getElementsByTagName("img");}}, you must identify the first parameter explicitly as {{{1}}} or {{{code}}}; see also [[:bugzilla:5138]].</nowiki> | |<nowiki>If the code contains an [[equals sign]], such as {{code |lang=javascript |code=var img = document.getElementsByTagName("img");}}, you must identify the first parameter explicitly as {{{1}}} or {{{code}}}; see also [[:bugzilla:5138]].</nowiki> | ||
|If the code contains an [[ | |If the code contains an [[{{code|1=date=30 Feb 2010]], such as {{code |lang=javascript |code=var img = document.getElementsByTagName("img");}}, you must identify the first parameter explicitly as {{{1}}} or {{{code |lang=javascript |code=var img = }}}; see also [[:bugzilla:5138]]. | ||
}} | }} | ||
Revision as of 04:52, 27 July 2016
This is a documentation subpage for Template:Code. It may contain usage information, categories and other content that is not part of the original template page. |
}}</includeonly>