Difference between revisions of "Team:Waterloo/Example"

m (Fixing references header)
(Cleaning up img and file section)
Line 61: Line 61:
 
     </section>
 
     </section>
 
     <section id="images" title="Images &amp; Files">
 
     <section id="images" title="Images &amp; Files">
 +
        <h2>Images &amp; Files</h2>
 
         <figure>
 
         <figure>
             <img src="" alt="Example Image" />
+
             <img src="/wiki/images/1/1c/Waterloo_crispier_logo.png" alt="Example Image" style="width:200px;"/>
 +
            <figcaption>Example caption</figcaption>
 +
            <div class="img-att">i
 +
                <ul class="img-att-bubble">
 +
                    <li>Photo &copy; <a href="#">Name of IP holder</a></li>
 +
                    <li>List modifications made (if any)</li>
 +
                    <li><a href="#">Link to original Photo</a></li>
 +
                </ul>
 +
            </div>
 
         </figure>
 
         </figure>
 
     </section>
 
     </section>

Revision as of 06:20, 12 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

link
Quote

Quote author, caption, or citation

Text with class="highlightBox"

Text with class="prevHighlightBox" (reserved for default wiki content that is to be removed)

References

This is a minimal example of the cite tag . Good to check if your changes will work . This sentence is followed by a non-existent cite tag 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:

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. &alpha; = α) inline as if you were using LaTeX with $\greek_letter$ (ex. $alpha$ = $\alpha$).

Images & Files

Example Image
Example caption
i
Top