Template:Codeblock

From Disney•Pixar CARS Wiki
Jump to navigation Jump to search
Template:Codeblock
{{Codeblock
|lang=
|text=
}}
Help

Produce a highlighted <pre> block using the <syntaxhighlight> extension tag. The .meta-doctable table class will remove margins when used within a cell.

Parameters
string$langName of coding language - lang attr. value
string$textRaw inner block text.
Returns
string <pre> element wrapped in the .mw-highlight (+ language-specific) classes