Template:Tabber: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(New Page: <div class="tabber {{#if:{{{class|}}}|{{{class}}}}}" style="{{#if:{{{style|}}}|{{{style}}}}}"> <div class="tabbertab" title="{{{title1}}}"> {{{tab1}}} </div>{{#if:{{{tab2|}}}| <div clas...)
 
mNo edit summary
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="tabber {{#if:{{{class|}}}|{{{class}}}}}" style="{{#if:{{{style|}}}|{{{style}}}}}">
<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}}}"}}>
<div class="tabbertab" title="{{{title1}}}">
{{{content{{#var:key}}}}}</div>}}</div><templatestyles src="Tabber/styles.css"/></includeonly><noinclude>
{{{tab1}}}
Used for inserting a tab box containing any number of content tabs.
</div>{{#if:{{{tab2|}}}|
 
<div class="tabbertab" title="{{{title2}}}">
== Usage ==
{{{tab2}}}
'''Optional parameters''' (not needed in most cases): <code>align</code> (left/right/center), <code>width</code>, <code>height</code>.
</div>}}{{#if:{{{tab3|}}}|
 
<div class="tabbertab" title="{{{title3}}}">
=== Infoboxes ===
{{{tab3}}}
When used in an infobox, downscaled images should be set to the same width. For example:
</div>}}{{#if:{{{tab4|}}}|
 
<div class="tabbertab" title="{{{title4}}}">
<pre>{{tabber|title1=Tab 1|content1=[[File:Image 1.png|250px]]|title2=Tab 2|content2=[[File:Image 2.png|250px]]}}</pre>
{{{tab4}}}
 
</div>}}{{#if:{{{tab5|}}}|
[[Category:Templates]]</noinclude>
<div class="tabbertab" title="{{{title5}}}">
{{{tab5}}}
</div>}}{{#if:{{{tab6|}}}|
<div class="tabbertab" title="{{{title6}}}">
{{{tab6}}}
</div>}}{{#if:{{{tab7|}}}|
<div class="tabbertab" title="{{{title7}}}">
{{{tab7}}}
</div>}}{{#if:{{{tab8|}}}|
<div class="tabbertab" title="{{{title8}}}">
{{{tab8}}}
</div>}}{{#if:{{{tab9|}}}|
<div class="tabbertab" title="{{{title9}}}">
{{{tab9}}}
</div>}}{{#if:{{{tab10|}}}|
<div class="tabbertab" title="{{{title10}}}">
{{{tab10}}}
</div>}}
</div>

Latest revision as of 14:12, December 4, 2023

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

Usage

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

Infoboxes

When used in an infobox, downscaled images should be set to the same width. For example:

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