codecomment – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (Some wiki formatting)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span style="color:#0000ff; font-style:italic;">{{{1}}}</span>
<includeonly><span class="code-comment">{{{1|-no comment defined-{{TemplateCase||[[Category:codecomment template usage error]]}}}}}</span></includeonly><noinclude>{{Doc/Template
|descr= Displays a colour-coded code comment. See {{Template|cc}} for single-line comments. It also adds the page to the [[:Category:codecomment template usage error|codecomment template usage error]] category on usage error.
 
|example1= <nowiki>{{codecomment}}</nowiki>
|result1= {{codecomment}}
 
|example2= <nowiki>{{codecomment|example comment}}</nowiki>
|result2= {{codecomment|example comment}}
 
|example3= <div style="white-space: pre"><nowiki>{{codecomment|/*
example comment
<nowiki/>*/}}</nowiki></div>
|result3= <div style="white-space: pre">
{{codecomment|/*
example comment
<nowiki/>*/}}
</div>
}}</noinclude>

Latest revision as of 17:43, 30 June 2022

Displays a colour-coded code comment. See {{cc}} for single-line comments. It also adds the page to the codecomment template usage error category on usage error.

This template is used on these pages.

Usage

{{codecomment}}


Examples
Code Result
{{codecomment}} -no comment defined-
{{codecomment|example comment}} example comment
{{codecomment|/* example comment <nowiki/>*/}}

/* example comment */