Jump to content

Template:Code/Doc

From NixOS Wiki

Use this template to show code that has syntax highlighting.

Some code with [[:Wikipedia:Syntax highlighting|syntax highlighting]]

Usage

Include this template, specifying the language and code that should be displayed:

{{code|lang=mediawiki|Some code with [[:Wikipedia:Syntax highlighting|syntax highlighting]]}}

You can disable the "Copy" button by setting the parameter to 'no':

{{code|lang=mediawiki|copy=no|Some code}}

This would result in:

Some code

You can disable line numbers by setting the line parameter to 'no':

{{code|lang=mediawiki|line=no|Some code}}

This would result in:

Some code