Jump to content

Template:Tabber

From SchoolIdolWiki
Revision as of 07:17, 12 April 2025 by HarukiLL (talk | contribs) (Created page with "<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}}}"}}> {{{content{{#var:key}}}}}</div>}}</div><templatestyles src="Tabber/styles.css"/></includeonly><noinclude> Used for inserting a tab box containing any number of content tabs. == Usage == '''Optional parameters''' (not needed in most cas...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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