Zelda Wiki

Want to contribute to this wiki?
Sign up for an account, and get started!

Come join the Zelda Wiki community Discord server!

READ MORE

Zelda Wiki
(For the people of the future, since we're already breaking 22.)
m (Attempting something.)
Line 33: Line 33:
 
-->{{#if:{{{tab23|}}}|<span class="tab {{#ifeq:{{{default}}}|23|active}}" {{#var:width}}>{{{tab23}}}</span>}}<!--
 
-->{{#if:{{{tab23|}}}|<span class="tab {{#ifeq:{{{default}}}|23|active}}" {{#var:width}}>{{{tab23}}}</span>}}<!--
 
-->{{#if:{{{tab24|}}}|<span class="tab {{#ifeq:{{{default}}}|24|active}}" {{#var:width}}>{{{tab24}}}</span>}}<!--
 
-->{{#if:{{{tab24|}}}|<span class="tab {{#ifeq:{{{default}}}|24|active}}" {{#var:width}}>{{{tab24}}}</span>}}<!--
-->{{#if:{{{tab25|}}}|<span class="tab {{#ifeq:{{{default}}}|24|active}}" {{#var:width}}>{{{tab24}}}</span>}}<!--
+
-->{{#if:{{{tab25|}}}|<span class="tab {{#ifeq:{{{default}}}|25|active}}" {{#var:width}}>{{{tab25}}}</span>}}<!--
-->{{#if:{{{tab26|}}}|<span class="tab {{#ifeq:{{{default}}}|24|active}}" {{#var:width}}>{{{tab24}}}</span>}}<!--
+
-->{{#if:{{{tab26|}}}|<span class="tab {{#ifeq:{{{default}}}|26|active}}" {{#var:width}}>{{{tab26}}}</span>}}<!--
-->{{#if:{{{tab27|}}}|<span class="tab {{#ifeq:{{{default}}}|24|active}}" {{#var:width}}>{{{tab24}}}</span>}}<!--
+
-->{{#if:{{{tab27|}}}|<span class="tab {{#ifeq:{{{default}}}|27|active}}" {{#var:width}}>{{{tab27}}}</span>}}<!--
-->{{#if:{{{tab28|}}}|<span class="tab {{#ifeq:{{{default}}}|24|active}}" {{#var:width}}>{{{tab24}}}</span>}}<!--
+
-->{{#if:{{{tab28|}}}|<span class="tab {{#ifeq:{{{default}}}|28|active}}" {{#var:width}}>{{{tab28}}}</span>}}<!--
-->{{#if:{{{tab29|}}}|<span class="tab {{#ifeq:{{{default}}}|24|active}}" {{#var:width}}>{{{tab24}}}</span>}}<!--
+
-->{{#if:{{{tab29|}}}|<span class="tab {{#ifeq:{{{default}}}|29|active}}" {{#var:width}}>{{{tab29}}}</span>}}<!--
-->{{#if:{{{tab30|}}}|<span class="tab {{#ifeq:{{{default}}}|24|active}}" {{#var:width}}>{{{tab24}}}</span>}}<!--
+
-->{{#if:{{{tab30|}}}|<span class="tab {{#ifeq:{{{default}}}|30|active}}" {{#var:width}}>{{{tab30}}}</span>}}<!--
 
--></div><!--
 
--></div><!--
   

Revision as of 23:42, 9 May 2016

{{{tab1}}}{{{tab2}}}

{{{content1}}}

{{{content2}}}

Purpose

This template is a tool to create navigation templates with a tabbed layout. This condenses the overall size of the navigation template but still offers everything in it. This makes navigation templates with a lot of content far less intimidating and much easier to get around. Tab2 can be used as an simpler alternative to this template when its additional functions are not needed.

This template can create up to 30 tabs. They will automatically break into multiple lines if the container is too narrow.

Usage

To use this template, start with this layout:

{{Tab
|header   =
|width    =
|height   =
|tabwidth =
|default  =
|fallback =
|tab1     =
|content1 =
|tab2     =
|content2 =
|tab3     =
|content3 =
...
|tab17    =
|content17=
|tab18    =
|content18=
}}
  • header — The title for the tab container. If left blank, the tabs will not be in a stylized container.
  • width — The width of the container. Spans the entire screen if left blank.
  • height — The height of the tab contents section. Fits to the contents if left blank. Base this on the largest content tab. Usually 20px per line works best. You may wish to add an addition 20px to account for the bolding that happens when you're on the page for a link, as this might add a new line.
  • tabwidth — The width of each tab. Fits to the contents if left blank.
  • default — The tab to display when the page first loads. Defaults to "1"
  • fallback — The tab to load in case javascript does not load. The default tab also loads in case of error.
  • tab# — The name of each tab. Try to keep the names short as long names tend to look bad. You can also use images here. However, if you do, they should be entered with a blank "link=" parameter, or the linking to nothing option of Template:Image. If you neglect to do this, clicking the tab will take you to the that page instead of loading the tab.
  • content# — The content you want to display for each tab. There is no limit here, but you may want to insert line breaks and adjust the width and height parameters to make the whole template look its best.

Examples

To see examples of using this template, see the templates:

Template:Cat