codecomment – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Add .code-comment class usage)
Line 1: Line 1:
<includeonly><span style="color: #00F; font-style: italic;">{{{1}}}</span></includeonly><noinclude>__NOTOC__
<includeonly><span class="code-comment">{{{1}}}</span></includeonly><noinclude>__NOTOC__
Displays a code comment.
Displays a code comment.


Line 10: Line 10:
== Source ==
== Source ==
<syntaxhighlight lang="html">
<syntaxhighlight lang="html">
<span style="color: #00F; font-style: italic;">{{{1}}}</span></syntaxhighlight>
<span class="code-comment">{{{1}}}</span></syntaxhighlight>


== See also ==
== See also ==

Revision as of 17:59, 14 March 2022

Displays a code comment.

Usage

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

Result

// code comment to display

Source

<span class="code-comment">{{{1}}}</span>

See also