Template:Ross tabs
Template page
More actions
Template:Ross tabs
A general-purpose tabbed content template. Supports 2–5 tabs.
Parameters
| Parameter | Description |
|---|---|
tab1 |
Label for the first tab (required) |
content1 |
Content of the first tab (required) |
tab2 |
Label for the second tab (required) |
content2 |
Content of the second tab (required) |
tab3 – tab5 |
Labels for optional additional tabs |
content3 – content5 |
Content for optional additional tabs |
id |
Optional unique ID suffix, needed if you place two tab blocks on the same page |
Example
{{Ross tabs
|tab1=Ancestor chart
|content1={{#invoke:RossAncestorChart|ancestors}}
|tab2=Descendants
|content2={{#invoke:RossAncestorChart|descendants}}
|tab3=Notes
|content3=Any wiki content here.
}}