Template:Tabber: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 1: Line 1:
<includeonly><div class="tabber {{#if:{{{align|}}}|go{{{align}}}}}" {{#if:{{{width|}}}|style="width:{{{width}}}"}}>{{#forargs:title|key|value|<div class="tabbertab" title="{{#var:value}}" {{#if:{{{height|}}}|style="height:{{{height}}}"}}>
<includeonly><div class="tabber {{#if:{{{align|}}}|go{{{align}}}}}" {{#if:{{{width|}}}|style="width:{{{width}}}"}}>{{#forargs:title|key|value|<div class="tabbertab" title="{{#var:value}}" {{#if:{{{height|}}}|style="height:{{{height}}}"}}>
{{{tab{{#var:key}}|}}}</div>}}</div><templatestyles src="Tabber/styles.css"/></includeonly><noinclude>
{{{tab{{#var:key}}|}}}</div>}}</div><templatestyles src="Tabber/styles.css"/></includeonly><noinclude>
Used for inserting a tab box containing unlimited content tabs.
Used for inserting a tab box containing any number of content tabs.
 
'''Optional parameters''' (not needed in most cases): <code>align</code> (left/right/center), <code>width</code>, <code>height</code>.


When used in an infobox, it's generally recommended to set all images to the same width. For example:
When used in an infobox, it's generally recommended to set all images to the same width. For example:

Revision as of 09:44, September 28, 2023

Used for inserting a tab box containing any number of content tabs.

Optional parameters (not needed in most cases): align (left/right/center), width, height.

When used in an infobox, it's generally recommended to set all images to the same width. For example:

{{tabber|title1=Tab 1|tab1=[[File:Image 1.png|250px]]|title2=Tab 2|tab2=[[File:Image 2.png|250px]]}}