Jump to content

Template:Hl2

From wikiNonStop
Revision as of 12:59, 9 January 2026 by en>Tactica (Add {{Documentation}}.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

style="background:var(--background-color-progressive-subtle--active, #b6d4fb); color: var(--color-base, #202122);"

Template documentation

The {{Hl1 }}, {{Hl2 }} and {{Hl3 }} templates are short forms of using a predetermined look for horizontal lists. They save typing especially when a style is used multiple times in a table.

Example

{|class="wikitable"
!{{hl1}}|Level 1 heading
|-
|Sample content
|-
|{{hl2}}|Level 2 heading
|-
|Sample content
|-
|{{hl3}}|Level 3 heading
|-
|Sample content
|}

gives

Level 1 heading
Sample content
Level 2 heading
Sample content
Level 3 heading
Sample content