Template:Hl1/doc: Difference between revisions
Appearance
m Reverted edits by ~2026-19756-50 (talk) to last version by Tactica |
m 1 revision imported: Initial Setup |
||
(No difference)
| |||
Latest revision as of 08:16, 12 April 2026
| This is a documentation subpage for Template:Hl1. It contains usage information, categories and other content that is not part of the original Template page. |
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 |