Template:Tabs/sandbox
Usage
{{Tabs
|base=NAME OF BASE ARTICLE
|tab1=SUBPAGE NAME OF FIRST TAB
|title1=CUSTOM SUBPAGE NAME FOR FIRST TAB LINK
|tab2=SUBPAGE NAME OF SECOND TAB
|title2=CUSTOM SUBPAGE NAME FOR SECOND TAB LINK
...
|tab12=SUBPAGE NAME OF TWELFTH TAB
|title12=CUSTOM SUBPAGE NAME FOR TWELFTH TAB LINK
}}
Description
Use this to link to different subpages for additional information.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Base | base | If specified, base page for each tab will use this. Otherwise, it will use the base of the page the template is run on. | Page name | optional |
| Tab 1 | tab1 | The subpage title for the first tab. | Page name | required |
| Title 1 | title1 | The custom custom subpage title for the first tab. | Page name | optional |
| Tab 2 | tab2 | The subpage title for the second tab. | Page name | optional |
| Title 2 | title2 | The custom subpage title for the second tab. | Page name | optional |
| Tab 3 | tab3 | The subpage title for the third tab. | Page name | optional |
| Title 3 | title3 | The custom subpage title for the third tab. | Page name | optional |
| Tab 4 | tab4 | The subpage title for the fourth tab. | Page name | optional |
| Title 4 | title4 | The custom subpage title for the fourth tab. | Page name | optional |
| Tab 5 | tab5 | The subpage title for the firth tab. | Page name | optional |
| Title 5 | title5 | The custom subpage title for the firth tab. | Page name | optional |
| Tab 6 | tab6 | The subpage title for the sixth tab. | Page name | optional |
| Title 6 | title6 | The custom subpage title for the sixth tab. | Page name | optional |
| Tab 7 | tab7 | The subpage title for the seventh tab. | Page name | optional |
| Title 7 | title7 | The custom subpage title for the seventh tab. | Page name | optional |
| Tab 8 | tab8 | The subpage title for the eighth tab. | Page name | optional |
| Title 8 | title8 | The custom subpage title for the eighth tab. | Page name | optional |
| Tab 9 | tab9 | The subpage title for the nineth tab. | Page name | optional |
| Title 9 | title9 | The custom subpage title for the nineth tab. | Page name | optional |
| Tab 10 | tab10 | The subpage title for the tenth tab. | Page name | optional |
| Title 10 | title10 | The custom subpage title for the tenth tab. | Page name | optional |
| Tab 11 | tab11 | The subpage title for the eleventh tab. | Page name | optional |
| Title 11 | title11 | The custom subpage title for the eleventh tab. | Page name | optional |
| Tab 12 | tab12 | The subpage title for the twelfth tab. | Page name | optional |
| Title 12 | title12 | The custom subpage title for the twelfth tab. | Page name | optional |
Example
| Wikitext | Output |
|---|---|
{{Tabs
|base=Pink Bean
|tab1=Monster
|tab2=Job
|tab3=Skills
}}
|
|
{{Tabs
|tab1=sandbox
|tab2=sandbox/styles.css
|tab3=doc
}}
|
|
{{Tabs
|tab1=sandbox
|title1=Sandbox
|tab2=sandbox/styles.css
|title2=Styles
|tab3=doc
|title3=Documentation
}}
|
|
| Sandbox | |
{{Tabs/sandbox
|base=Pink Bean
|tab1=Monster
|tab2=Job
|tab3=Skills
}}
|
|
{{Tabs/sandbox
|tab1=sandbox
|tab2=sandbox/styles.css
|tab3=doc
}}
|
|
{{Tabs/sandbox
|tab1=sandbox
|title1=Sandbox
|tab2=sandbox/styles.css
|title2=Styles
|tab3=doc
|title3=Documentation
}}
|
|