Template:Navbar (AL): Difference between revisions

From Exiled Kingdoms Wiki
No edit summary
No edit summary
Line 1: Line 1:
<onlyinclude><includeonly>{{#switch:{{{1|}}}
<onlyinclude><includeonly>{{#switch:{{{1|}}}
|Game = <span style="border:solid 1px; border-color:green; background-color:green; color:white; padding:2px 6px 2px 10px; border-radius:24px 0px 0px 24px;">Archaelund</span>
|Game = <span style="border:solid 1px; border-color:green; background-color:green; color:white; padding:2px 6px 2px 10px; border-radius:24px 0px 0px 24px;">Archaelund</span>
|Section = <span style="border:solid 1px; border-color:goldenrod; background-color:goldenrod; color:black; padding:2px 6px 2px 6px;>{{{3|{{{2|}}}}}}</span>
|Section = <span style="border:solid 1px; border-color:goldenrod; background-color:goldenrod; color:black; padding:2px 6px 2px 10px; border-radius:24px 0px 0px 24px;>{{{3|{{{2|}}}}}}</span>
|Page = {{#ifeq:{{{2|}}}|{{PAGENAME}}|<span style="border:solid 1px; border-color:goldenrod; background-color:goldenrod; color:black; padding:2px 6px 2px 6px;>{{{3|{{{2|}}}}}}</span>|<span style="border:solid 1px; border-color:goldenrod; padding:2px 6px 2px 6px;>[[{{{2|}}}|{{{3|{{{2|}}}}}}]]</span>}}
|Page = {{#ifeq:{{{2|}}}|{{PAGENAME}}|<span style="border:solid 1px; border-color:goldenrod; background-color:goldenrod; color:black; padding:2px 6px 2px 6px;>{{{3|{{{2|}}}}}}</span>|<span style="border:solid 1px; border-color:goldenrod; padding:2px 6px 2px 6px;>[[{{{2|}}}|{{{3|{{{2|}}}}}}]]</span>}}
|End = <span style="border:solid 1px; border-color:goldenrod; background-color:goldenrod; color:goldenrod; padding:2px 6px 2px 6px; border-radius:0px 24px 24px 0px;>)</span>
|End = <span style="border:solid 1px; border-color:goldenrod; background-color:goldenrod; color:goldenrod; padding:2px 6px 2px 6px; border-radius:0px 24px 24px 0px;>)</span>

Revision as of 20:43, 11 January 2020

Description

This template generates various elements of a navigation bar (intended to be displayed at the top of a page).

Usage

{{Navbar (AL)|<element>|<parameter 1>|<parameter 2>}}

Element types

ElementDescriptionParametersExample output
GameDisplays a navbar element with just the name of the game.noneArchaelund
SectionDisplays a navbar element with the name of a section.<parameter 1> = section name (does not link)Quests
PageDisplays a navbar element with a link to an internal page.<parameter 1> = pagename (links automatically); <parameter 2> = link text (optional, otherwise pagename is displayed)Quests by Type
SeparatorDisplays a dividing element to visually separate individual navbar elements.<parameter 1> = "Section" or "Page"Section:
Page:

View/Edit documentation page