Template:Tabs/doc

From Fields of Mistria Wiki
Jump to navigation Jump to search

Simple component for tabs at the top of an article page. Will link to subpages underneath that article page. Up to a max of 20 tabs.

{{Tabs
 | colorscheme    = (only have InfoboxTabs at the moment)
 | root           = (main article page)
 | root title     = Overview
 | tab 1          = Subpage_1
 | tab 1 title    = Title 1
 | tab 2          = Subpage_2
 | tab 2 title    = Title 2
 | ...
 | tab 20         = Subpage_20
 | tab 20 title   = Title 20
}}

Example:

{{Tabs
 | colorscheme    = InfoboxTabs
 | root           = March
 | root title     = Overview
 | tab 1          = Gifts
 | tab 1 title    = Gifting
 | tab 2          = Heart_Events
 | tab 2 title    = Heart Events
}}