How to Wiki: Difference between revisions
Malcolmmcc (talk | contribs) |
Malcolmmcc (talk | contribs) |
||
Line 217: | Line 217: | ||
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'' | '''''What you enter''''' | ||
: <nowiki><tabs></nowiki><br> | : <nowiki><tabs></nowiki><br> | ||
:: <nowiki><tab name="Tab 1">This is a test</tab></nowiki><br> | :: <nowiki><tab name="Tab 1">This is a test</tab></nowiki><br> | ||
:: <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'' | '''''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> | ||
Line 292: | Line 292: | ||
<center><code><nowiki><tab name="I've eaten a PDF" collapsed><pdf>File:Libraryofbabel1.pdf</pdf></tab></nowiki></code></center>and you get:<br> | <center><code><nowiki><tab name="I've eaten a PDF" collapsed><pdf>File:Libraryofbabel1.pdf</pdf></tab></nowiki></code></center>and you get:<br> | ||
<tab name="I've eaten a PDF" collapsed><pdf>File:Libraryofbabel1.pdf</pdf></tab> | <tab name="I've eaten a PDF" collapsed><pdf>File:Libraryofbabel1.pdf</pdf></tab> | ||
==Font Awesome== | ==Font Awesome== | ||
A well known bootstrap based icon pack, '''''FontAwesome''''' is a very easy way to include icons without having to import anything. They're flexible in terms of resizing, color, and placement, and varied enough that you're sure to find the icon you're looking for. To see a complete list of compatible icons, navigate to our [[FontAwesome]] wiki page, which includes how to embed and a few examples. | A well known bootstrap based icon pack, '''''FontAwesome''''' is a very easy way to include icons without having to import anything. They're flexible in terms of resizing, color, and placement, and varied enough that you're sure to find the icon you're looking for. To see a complete list of compatible icons, navigate to our [[FontAwesome]] wiki page, which includes how to embed and a few examples. |