Template:Page tabs: Difference between revisions
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
==Example== | ==Example== | ||
<nowiki>{{page tabs | |||
|NOTOC = true | |NOTOC = true | ||
|[[ | |[[foo|Intro to Foo]] | ||
|[[ | |[[foo/Subpage 1|About Foo]] | ||
|[[ | |[[foo/Subpage 2|Foo alternatives]] | ||
|[[ | |[[foo/Subpage 3|Get involved with Foo]] | ||
|This={{{This|1}}} | |This={{{This|1}}} | ||
}}</nowiki> | }}</nowiki> "This=" makes the default white tab page the first example. So if you don't put 'This=' on the page, the first tab would be white regardless of which page they were looking at. The first parameter suppresses the table of contents. | ||
"This=" makes the default white tab page the first example. So if you don't put 'This=' on the page, the first tab would be white regardless of which page they were looking at. The first parameter suppresses the table of contents. | |||
Now, you'd save that page, lets say it was called ''' | Now, you'd save that page, lets say it was called '''[[Example]]'''. Go to each page in your tab set and put the template at the top of that page, in the form | ||
<nowiki>{{Page tabs|This=1}}</nowiki> on that page, and use the same thing but change 'This=x' to reflect the number of the page your on. | |||
An example has been done for this page at [[Tabs]] to demonstrate how this works and documenting its use. Examine the page and the source to understand how to use this functionality. It is both fun to use and very useful in putting a condensed amount of information (such as cross-page links) in a very small space. | An example has been done for this page at [[Tabs]] to demonstrate how this works and documenting its use. Examine the page and the source to understand how to use this functionality. It is both fun to use and very useful in putting a condensed amount of information (such as cross-page links) in a very small space. | ||
</noinclude> | </noinclude> | ||