Line 70: | Line 70: | ||
== Math / Equations == | == Math / Equations == | ||
− | Usage:<code><nowiki><math>A_{sv} = (A_{sd} * Sn_w) - I_{vol}</math></nowiki></code> | + | Usage: <code><nowiki><math>A_{sv} = (A_{sd} * Sn_w) - I_{vol}</math></nowiki></code> |
Output: <math>A_{sv} = (A_{sd} * Sn_w) - I_{vol}</math> | Output: <math>A_{sv} = (A_{sd} * Sn_w) - I_{vol}</math> | ||
− | Construct equations using [LaTeX http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html] | + | Construct equations using [[LaTeX http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html]] |
== Bootstrap specific design elements == | == Bootstrap specific design elements == |
This page contains an overview of code elements that can be used to style content within the wiki.
'''Bold text'''
Bold text
''Italic text''
Italic text
[[Link to internal page]]
Link to internal page
[http://www.google.com Link to external site]
Link to external site
To left align an image: [[Image:example.png|Alt Tag|left]]
To right align an image: [[Image:example.png|Alt Tag|right]]
Code:
<table> <tr> <th>Heading 1</th> <th>Heading 2</th> <th>Heading 3</th> <th>Heading 4</th> <th>Heading 5</th> </tr> <tr> <td>Row 1-1</td> <td>Row 1-2</td> <td>Row 1-3</td> <td>Row 1-4</td> <td>Row 1-5</td> </tr> </table>
Heading 1 | Heading 2 | Heading 3 | Heading 4 | Heading 5 |
---|---|---|---|---|
Row 1-1 | Row 1-2 | Row 1-3 | Row 1-4 | Row 1-5 |
Row 2-1 | Row 2-2 | Row 2-3 | Row 2-4 | Row 2-5 |
Row 3-1 | Row 3-2 | Row 3-3 | Row 3-4 | Row 3-5 |
Usage: \(A_{sv} = (A_{sd} * Sn_w) - I_{vol}\)
Output\[A_{sv} = (A_{sd} * Sn_w) - I_{vol}\]
Construct equations using LaTeX http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html
Usage:
{{alert|This is your message|alert-danger}}
Examples
Usage: {{tip|Something|This is the tooltip!}}
or {{tip|[[A Link]]|This is the tooltip!}}
Examples
Something
Usage: {{pop|This is a popover|Popover Title|Popover Content}}
Example: This is a popover