How to Wiki: Difference between revisions
Malcolmmcc (talk | contribs) No edit summary |
Malcolmmcc (talk | contribs) |
||
Line 233: | Line 233: | ||
===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> | 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> | <center><code><nowiki><tab name="I've eaten a PDF" collapsed></nowiki></tab><br></code></center> | ||
Inside of the Tab you can place a pdf using the following syntax:<br> | Inside of the Tab you can place a pdf using the following syntax:<br> | ||
<center><code><pdf>File:Libraryofbabel1.pdf</pdf></code></center><br> | <center><code><nowiki><pdf>File:Libraryofbabel1.pdf</pdf></nowiki></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> | 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> | <tab name="I've eaten a PDF" collapsed><pdf>File:Libraryofbabel1.pdf</pdf></tab> |