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.