Template:Hbc-hl

From KDE Community Wiki
Revision as of 00:41, 28 September 2023 by Ashark (talk | contribs) (Add hc-hl template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Page Template:Hc-hl/styles.css has no content.

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.

Usage

  • 1 or lang: the language of code block, to apply highlighting
  • 2 or head: the code in the top pane
  • 3 or output: the code in the bottom pane
{{hc|lang="c++"|main.h|#include <stdio.h>}}
{{hc|c++|head=main.h|output=#include <stdio.h>}}

See here for supported values for lang.

Example

Template:Hc