codecomment – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
(Page update)
Line 1: Line 1:
<span style="color:#0000ff; font-style:italic;">{{{1}}}</span>
<includeonly><span style="color: #00F; font-style: italic;">{{{1}}}</span></includeonly><noinclude>__NOTOC__
Displays a code comment.
 
== Usage ==
<nowiki>{{codecomment|// code comment to display}}</nowiki>
 
== Result ==
{{codecomment|// code comment to display}}
 
== Source ==
<syntaxhighlight lang="html">
<span style="color: #00F; font-style: italic;">{{{1}}}</span></syntaxhighlight>
 
== See also ==
* [[Template://]]
</noinclude>

Revision as of 20:59, 17 August 2019

Displays a code comment.

Usage

{{codecomment|// code comment to display}}

Result

// code comment to display

Source

<span style="color: #00F; font-style: italic;">{{{1}}}</span>

See also