Difference between revisions of "Team:Waterloo/Example"
m |
(References section) |
||
Line 36: | Line 36: | ||
</p> | </p> | ||
</section> | </section> | ||
+ | |||
+ | <section id="references" title="References"> | ||
+ | This is a minimal example of the cite tag <cite ref="Khelifa2010"></cite>. Good to check if your changes will work <cite ref="Bak2013"></cite>. This sentence is followed by a non-existent cite tag <cite ref="thereisnone"></cite> which just displays "undefined". I don't think that's much of a problem. | ||
+ | |||
+ | References will show up in a list at the bottom of the page, like so: | ||
+ | <ol id="reflist"> | ||
+ | </ol> | ||
+ | </section> | ||
+ | |||
<section id="math" title="Math"> | <section id="math" title="Math"> | ||
<h2>Math</h2> | <h2>Math</h2> |
Revision as of 22:38, 8 September 2015
Example page
Copy and past code from this page as a template for the rest of the site
Headers
Title Header
Section Header
Subsection Header
Normal Header
Small Header
Extra Small Header
Text
Paragraph text
linkQuoteQuote author, caption, or citation
Text with class="highlightBox"
Text with class="prevHighlightBox" (reserved for default wiki content that is to be removed)
Math
MathJax is used to write equations using $.
Inline math
Equation is $a = \frac{p}{q}$.
Block equation
$$\nabla \times \vec B = \mu_0 \left( \vec J + \epsilon_0 \frac{\partial \vec E}{\partial t}\right)$$
Greek
You can either use the regular unicode with &greek_letter; (ex. α = α) inline as if you were using LaTeX with $\greek_letter$ (ex. $alpha$ = $\alpha$).