Template:Tabber

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Template documentation (View · Edit · History · Purge)

Description[edit source]

This template can be used to create tabbers easily.

Usage[edit source]

The tabN parameter creates a new tab and names the tab after whatever you specify in the parameter. Replace N with a number. For example, tab1 is used to create the first tab, and tab2 the second.

The textN parameter adds content to the tab of the same number. For example, text1 adds content to the first tab, and text2 the second.

You can create up to twenty tabs using this template. This should be more than sufficient for most cases. Avoid using too many tabs as this tends to get overwhelming. If for some reason you need to split up content more than twenty times, try dividing them up into different sections, separated by headings, rather than lining all of them up in tabs.

Examples[edit source]

{{Tabber
|tab1 = Skills
|text1 = Handiness, Fighting, Crafting
|tab2 = Stats
|text2 = 100 HP, 20 MP
|tab3 = Bio
|text3 = Lorem ipsum dolor sit amet.
}}

Produces:

Skills

Handiness, Fighting, Crafting

Stats
100 HP, 20 MP
Bio

Lorem ipsum dolor sit amet.

Full syntax[edit source]

{{Tabber
|tab1 =
|text1 = 
|tab2 =
|text2 = 
|tab3 =
|text3 = 
|tab4 =
|text4 = 
|tab5 =
|text5 = 
|tab6 =
|text6 = 
|tab7 =
|text7 = 
|tab8 =
|text8 = 
|tab9 =
|text9 = 
|tab10 =
|text10 = 
|tab11 =
|text11 = 
|tab12 =
|text12 = 
|tab13 =
|text13 = 
|tab14 =
|text14 = 
|tab15 =
|text15 = 
|tab16 =
|text16 = 
|tab17 =
|text17 = 
|tab18 =
|text18 = 
|tab19 =
|text19 = 
|tab20 =
|text20 = 
}}

Visit Template:Tabber/doc to edit this text! (How does this work?) (Refresh this text - why?)