Template:Tabs

From PCSX2 Wiki
Jump to navigation Jump to search

Documentation ()

Usage

{{Tabs
|Name1=The name of Tab 1
|Link1=Tab 1 link without "[[", "]]" (use Name/Subpage in case of subpages)
|Name2=
|Link2=
...
|CurrentTab=Defines the current tab
}}

Example

{{Tabs
|name1=Overview
|link1=Link1
|name2=Page 1
|link2=Link1/Page1
|name3=Page2
|link3=Link1/Page2
|CurrentTab=3}}

Will look like this:

Example 2

{{Tabs
|name1=[[Link1|Overview]]
|name2=[[Link1/Page1|Page 1]]
|name3=[[Link1/Page2|Page2]]
|CurrentTab=3}}

Will look like the previous example: