Template:Tab: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
(auto is the default. better to leave it undefined for cases where other CSS needs to step in and change it without forcing !important)
Line 1: Line 1:
<includeonly>{{#switch:{{{1|}}}
<includeonly>{{#switch:{{{1|}}}
|o=<div class="tabber" style="width:{{{2|auto}}}">
|o=<div class="tabber" style="{{#if:{{{2|}}}|width:{{{2}}}}}">
|o-info=<div class="tabber goright info" style="width:{{{2|250px}}}">
|o-info=<div class="tabber goright info" style="width:{{{2|250px}}}">
|o-left=<div class="tabber goleft" style="width:{{{2|auto}}}">
|o-left=<div class="tabber goleft" style="{{#if:{{{2|}}}|width:{{{2}}}}}">
|o-right=<div class="tabber goright" style="width:{{{2|auto}}}">
|o-right=<div class="tabber goright" style="{{#if:{{{2|}}}|width:{{{2}}}}}">
|o-center=<div class="tabber gocenter" style="width:{{{2|auto}}}">
|o-center=<div class="tabber gocenter" style="{{#if:{{{2|}}}|width:{{{2}}}}}">
|c=</div>
|c=</div>
|#default=<div class="tabbertab" title="{{{1|}}}" style="background:{{{2|white}}}">
|#default=<div class="tabbertab" title="{{{1|}}}" style="background:{{{2|white}}}">

Revision as of 20:59, 15 March 2019

Usage

Openers

  • {{tab|o}} - Used to create a general tab box that doesn't float, or any tab box contained within another tab box (whether it floats or not).
  • {{tab|o-info}} - Used to create a tab box with special infobox treatment. Floats to the right with a default width of 250px.
    • The width can be changed by adding an extra parameter, e.g. {{tab|o-info|360px}}. The infobox will automatically fill the width of the tab box.
  • {{tab|o-left}} - Used to create a tab box that floats to the left. If you don't want the page content to go next to the tab box, use {{tab|o}}.
  • {{tab|o-right}} - Used to create a tab box that floats to the right.
  • {{tab|o-center}} - Used to create a tab box centered on the page.

Tabs

  • {{tab|Tab Name}} - Used to start a new tab, with the tab name as the first parameter.
    • The tab's background color can changed with an optional second parameter, e.g. {{tab|Tab Name|grey}}.

Closers

  • {{tab|c}} - Used to close each tab, as well as the entire tab box.

Example

Elder Sign: Core Set

Elder Sign: Unseen Forces

Call of Cthulhu

{{tab|o-right}}
{{tab|Elder Sign}}
{{tab|o}}
{{tab|Core Set}}
Elder Sign: Core Set
{{tab|c}}
{{tab|Unseen Forces|yellow}}
Elder Sign: Unseen Forces
{{tab|c}}
{{tab|c}}
{{tab|c}}
{{tab|Call of Cthulhu}}
Call of Cthulhu
{{tab|c}}
{{tab|c}}