Template:ccml
Jump to navigation
Jump to search
Displays a multi-lined code comment.
Usage
spaced /*
test1 test2 test3 */ |
spaced + line return /*
test1 test2 test3 */ |
code tag
|
code tag + line return
|
{{ccml|message}}
- message: comment to display
Code | Result |
---|---|
{{ccml}} | /* -no comment defined- */ |
{{ccml|this code is wonderful}} | /* this code is wonderful */ |
{{ccml| this code is wonderful}} | /* this code is wonderful */ |
<code>{{ccml|this code is wonderful}}</code> |
/*
this code is wonderful */ |
<code>{{ccml| this code<br> is wonderful }}</code> |
/*
this code is wonderful */ |