Jump to content

Template:Navbox

From MTRNord's Wiki
Revision as of 14:01, 18 April 2026 by MTRNord (talk | contribs) (Created page with "<templatestyles src="Template:Navbox/styles.css" /><div class="mw-navbox"> <div class="mw-navbox-title mw-collapsible mw-made-collapsible">{{{title|Navigation}}} <span class="mw-collapsible-toggle mw-collapsible-toggle-default">[<a>hide</a>]</span></div> <div class="mw-collapsible-content"><table> {{#if:{{{group1_label|}}}|<tr><td class="mw-navbox-group">{{{group1_label}}}</td><td class="mw-navbox-list">{{{group1_links}}}</td></tr>}} {{#if:{{{group2_label|}}}|<tr><td cla...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Navigation [<a>hide</a>]



Usage

Place at the bottom of related pages. Each group shows a label on the left and pipe-separated wikilinks on the right.

{{Navbox
| title         = Cluster networking
| group1_label  = DNS
| group1_links  = [[dns-a]] · [[dns-b]] · [[DNS zones]]
| group2_label  = Subnets
| group2_links  = [[Node subnet (10.0.64.0/19)]] · [[Pod subnet (10.0.128.0/17)]] · [[Service subnet (10.0.96.0/19)]]
| group3_label  = Ingress
| group3_links  = [[Envoy Gateway]] · [[HTTP routes]]
| group4_label  = Mesh
| group4_links  = [[Cilium]] · [[WireGuard (Proxmox)]]
}}

Use · (middle dot, &middot;) or plain wiki links separated by spaces as list separators.

Bottom navigation box linking a cluster of related infrastructure pages. Complements categories by providing curated lateral navigation.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Titletitle

Name shown in the navbox header bar.

Stringrequired
Group 1 labelgroup1_label

no description

Stringoptional
Group 1 linksgroup1_links

Wikilinks separated by · or spaces.

Stringoptional
Group 2 labelgroup2_label

no description

Stringoptional
Group 2 linksgroup2_links

no description

Stringoptional
Group 3 labelgroup3_label

no description

Stringoptional
Group 3 linksgroup3_links

no description

Stringoptional
Group 4 labelgroup4_label

no description

Stringoptional
Group 4 linksgroup4_links

no description

Stringoptional