Template

Navbar Template

S
Sirapyro
· · 2 min read
Navbar Template

A wiki-style customizable navbar. You can manually enter pages in the the RIGHT, LEFT, and CENTER values to link to, and by setting this up on numerous pages you can cycle through multiple similar or related pages quickly. For example, if you have 8 schools of magic, you could put the broad "Schools of Magic" page in the middle - then you can put the next page into the right value, and the previous page into the left value, and quickly cycle between all of them without having to go back to the main "Schools of Magic" page.

It will automatically scale so it does not conflict with the infobox.

<div style="top: -24px; margin-bottom: -20px; display: flow-root; position: relative;">
<table style="background: var(--color-background-primary); border: 2px solid var(--color-border-primary); border-radius: var(--radius-base); box-shadow: 0 4px 12px #0a0a0a; width: 100%; display: inline-table; border-collapse: separate; border-spacing: 0; padding: 8px 12px 12px 12px; table-layout: fixed;">
<tr><td style="width: 33.33%; padding: 0; text-align: left; border: 0;">

<!---LEFT--->
[[LEFTVALUE]]
</td><td style="font-weight: bold; width: 33.33%; padding: 0; text-align: center; border: 0;">

<!---MIDDLE--->
[[CENTERVALUE]]
</td><td style="width: 33.33%; padding: 0; text-align: right; border: 0;">

<!---RIGHT--->
[[RIGHTVALUE]]
</td></tr></table></div>

It will automatically update to match your Chronicler theme. You can remove the drop-shadow effect by removing the "box-shadow" section in the "table" block.

Log in to like

Comments (4)

Log in to join the conversation.
Mar Qaroll Feb 20, 2026, 8:32 PM

Awesome!! This is even better than the one you posted before. 😁

S
Sirapyro
Feb 20, 2026, 8:33 PM

Thank you!! The ability to have it auto-match your vaults theme really elevates it :)

Michael (Creator) Feb 20, 2026, 9:22 PM

Very nice!

BurkeZerk Feb 21, 2026, 3:31 PM

Very useful for doing the Wiki elections thing of having the prior and next elections linked, which is great for Althist people. Great for all kinds of articles frankly. Thanks!

Related Posts