Template:hbc-hl

From KDE Community Wiki
Revision as of 21:40, 21 October 2023 by Ashark (talk | contribs) (Enable style after the TemplateStyles extension was installed (see Bug 474964).)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This page is a template, editing it will affect all the pages that make use of it, so users should be especially careful when editing it. For more details on how to use templates see "A Quick Guide to Templates"

Block code with header. With highlighted syntax.

Parameters

  • 1 or lang: the language of code block
  • 2 or head: the code in the top pane
  • 3 or code: the code in the bottom pane

Usage examples

With full parameter names:

{{hbc-hl|lang=python|head=script.py|code=
def quick_sort(arr):
	less = []}}

Without naming parameters:

{{hbc-hl|python|script.py|
def quick_sort(arr):
	less = []}}

Result

script.py
def quick_sort(arr):
	less = []

See also