Template:VersionTabs: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 40: | Line 40: | ||
==Usage== | ==Usage== | ||
This template takes up to 8 parameters, which are passed in pairs for a total of 4 pairs. The first parameter of a pair is the title which should appear on the tab. The second parameter of a pair should be all the content which will appear within the tab. Note that content passed as a parameter will need to have '|' escaped using [[Template:!]] since this template uses conditional logic parsing. | This template takes up to 8 parameters, which are passed in pairs for a total of 4 pairs. The first parameter of a pair is the title which should appear on the tab. The second parameter of a pair should be all the content which will appear within the tab. Note that content passed as a parameter will need to have '|' escaped using [[Template:!]] since this template uses conditional logic parsing. | ||
==Example== | |||
===Sample=== | |||
{{VersionTabs|ninjas|are totally sweet|people|are boring|leprechauns|are hard to find|unicorns|{{Enemy}} }} | |||
===Wiki markup=== | |||
<pre> | |||
{{VersionTabs|ninjas|are totally sweet|people|are boring|leprechauns|are hard to find|unicorns|{{Enemy}} }} | |||
</pre> | |||
[[Category:Utility templates|{{PAGENAME}}]] | [[Category:Utility templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> | ||