How to Wiki: Difference between revisions
Malcolmmcc (talk | contribs) No edit summary |
Malcolmmcc (talk | contribs) |
||
Line 156: | Line 156: | ||
Tabs is an extension that provides a handy way to create multiple tabs and tables. This is very useful for containing nested information, and can be manipulated depending on your understanding of the mechanism. To learn more about Tabs, [https://www.mediawiki.org/wiki/Extension:Tabs/Usage click here]. | Tabs is an extension that provides a handy way to create multiple tabs and tables. This is very useful for containing nested information, and can be manipulated depending on your understanding of the mechanism. To learn more about Tabs, [https://www.mediawiki.org/wiki/Extension:Tabs/Usage click here]. | ||
''What you enter'' | |||
: <nowiki><tabs></nowiki><br> | : <nowiki><tabs></nowiki><br> | ||
Line 162: | Line 162: | ||
:: <nowiki><tab name="Tab 2", index="2">This is also a test</tab></nowiki><br> | :: <nowiki><tab name="Tab 2", index="2">This is also a test</tab></nowiki><br> | ||
: </tabs> | : </tabs> | ||
''What you Get'' | |||
<tabs><tab name='Tab 1'>This is a test</tab><tab name='Tab 2', index="2">This is also a test</tab></tabs> | <tabs><tab name='Tab 1'>This is a test</tab><tab name='Tab 2', index="2">This is also a test</tab></tabs> | ||
<h3>Nested Tabs</h3> | <h3>Nested Tabs</h3> |