m |
m |
||
| Line 1: | Line 1: | ||
{{{text}}} | {{{text}}} | ||
<div class="codebox"> | <div class="codebox"> | ||
| − | <div class="codebarbg">{{{title|Code}}}</div> | + | <div class="codebarbg">{{{title|Code}}}{{{text}}}</div> |
| − | <code {{{args|cpp}}}>{{{text}}}</code> | + | <code {{{args|cpp}}}{{{text}}}> {{{text}}} </code> |
</div><noinclude> | </div><noinclude> | ||
{{{text}}}
{{{text}}}
| Parameter | Function |
|---|---|
| title | A label for the code |
| args | Highlighting type and line-numbering settings |
| text | The code |