Template:Code: Difference between revisions
m (Fixing up template to use parameters) |
mNo edit summary |
||
Line 1: | Line 1: | ||
<div class="codebox"> | <div class="codebox"> | ||
<div class="codebarbg">{{{title|Code}}}</div> | <div class="codebarbg">{{{title|Code}}}</div> | ||
<code {{{args|cpp}}}>{{{ | <code {{{args|cpp}}}>{{{text}}}</code> | ||
</div><noinclude> | </div><noinclude> | ||
Line 14: | Line 14: | ||
| '''args''' || Highlighting type and line-numbering settings | | '''args''' || Highlighting type and line-numbering settings | ||
|- | |- | ||
| ''' | | '''text''' || The code | ||
|- | |- | ||
|} | |} |
Revision as of 16:47, 4 March 2007
{{{text}}}
Parameters
Parameter | Function |
---|---|
title | A label for the code |
args | Highlighting type and line-numbering settings |
text | The code |