Template:Tabber: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
{{{content{{#var:key}}}}}</div>}}</div><templatestyles src="Tabber/styles.css"/></includeonly><noinclude> | {{{content{{#var:key}}}}}</div>}}</div><templatestyles src="Tabber/styles.css"/></includeonly><noinclude> | ||
Used for inserting a tab box containing any number of content tabs. | Used for inserting a tab box containing any number of content tabs. | ||
== About == | |||
This system was added due to a [[Template talk:Minigame infobox#Image in the infobox|proposal]] regarding tabbed infobox images. In articles, it should not be used for anything other than infobox images. | |||
== Usage == | == Usage == |
Revision as of 08:43, November 4, 2023
Used for inserting a tab box containing any number of content tabs.
About
This system was added due to a proposal regarding tabbed infobox images. In articles, it should not be used for anything other than infobox images.
Usage
Optional parameters (not needed in most cases): align
(left/right/center), width
, height
.
Infoboxes
When used in an infobox, it's generally recommended to set all images 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]]}}