How to Wiki: Difference between revisions
Malcolmmcc (talk | contribs) |
Malcolmmcc (talk | contribs) No edit summary |
||
Line 232: | Line 232: | ||
</tabs>--> | </tabs>--> | ||
===PDFs=== | ===PDFs=== | ||
Many bylaws, policies, agendas, etc. come in the beautiful electronic format '''PDF'''. Better yet, you can slyly embed a PDF into a tab such that it's expandable, while not taking up too much space. To do so, implement the aforementioned "Tag" syntax:<br> | |||
<center><code><tab name="I've eaten a PDF" collapsed></tab><br></code></center> | |||
Inside of the Tab you can place a pdf using the following syntax:<br> | |||
<center><code><pdf>File:Libraryofbabel1.pdf</pdf></code></center><br> | |||
Put the two together, <code><tab name="I've eaten a PDF" collapsed><pdf>File:Libraryofbabel1.pdf</pdf></tab></code>, and you get:<br> | |||
<tab name="I've eaten a PDF" collapsed><pdf>File:Libraryofbabel1.pdf</pdf></tab> |