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 15: | Line 15: | ||
=== Infoboxes === | === Infoboxes === | ||
When used in an infobox, | When used in an infobox, downscaled images should be set to the same width. For example: | ||
<pre>{{tabber|title1=Tab 1|content1=[[File:Image 1.png|250px]]|title2=Tab 2|content2=[[File:Image 2.png|250px]]}}</pre> | <pre>{{tabber|title1=Tab 1|content1=[[File:Image 1.png|250px]]|title2=Tab 2|content2=[[File:Image 2.png|250px]]}}</pre> | ||
[[Category:Formatting templates]]</noinclude> | [[Category:Formatting templates]]</noinclude> |
Revision as of 13:11, December 4, 2023
Used for inserting a tab box containing any number of content tabs.
About
This system is currently approved for use with infobox images for the following templates:
- {{minigame infobox}} (proposal)
- {{race course infobox}} (proposal)
In articles, it should not be used for anything other than infobox images for approved templates.
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]]}}