Template:Navbox
Appearance
|
Usage
Place at the bottom of related pages. Each group has a label on the left and pipe-separated wikilinks on the right.
{{Navbox
| title = Cluster networking
| group1_label = DNS
| group1_links = [[DNS servers]] · [[dns-a]] · [[dns-b]]
| group2_label = Subnets
| group2_links = [[Node subnet (10.0.64.0/19)]] · [[Pod subnet (10.0.128.0/17)]]
| group3_label = Ingress
| group3_links = [[Envoy Gateway]] · [[HTTP routes]]
| group4_label = Mesh
| group4_links = [[Cilium]] · [[WireGuard (Proxmox)]]
}}
Use · (middle dot) or spaces as link separators.
Bottom navigation box linking a cluster of related infrastructure pages. Complements categories by providing curated lateral navigation.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | no description | String | required |
| Group 1 label | group1_label | no description | String | optional |
| Group 1 links | group1_links | Wikilinks separated by · or spaces. | String | optional |
| Group 2 label | group2_label | no description | String | optional |
| Group 2 links | group2_links | no description | String | optional |
| Group 3 label | group3_label | no description | String | optional |
| Group 3 links | group3_links | no description | String | optional |
| Group 4 label | group4_label | no description | String | optional |
| Group 4 links | group4_links | no description | String | optional |