Template:Tabber: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 78: Line 78:
Used for inserting a tab box containing up to 25 content tabs.
Used for inserting a tab box containing up to 25 content tabs.


When used in an infobox, it's generally recommended to set all images to the same width to keep the tab box a constant width when switching between tabs:
When used in an infobox, it's generally recommended to set all images to the same width. For example:


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


[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 16:43, April 12, 2019

Used for inserting a tab box containing up to 25 content tabs.

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]]}}