Line 12: | Line 12: | ||
<code><nowiki>[http://www.google.com Link to external site]</nowiki></code> | <code><nowiki>[http://www.google.com Link to external site]</nowiki></code> | ||
[http://www.google.com Link to external site] | [http://www.google.com Link to external site] | ||
+ | |||
+ | == Images == | ||
+ | To left align an image: <code><nowiki><div class="floatleft">[[Image:example.png|Alt Tag]]</div></nowiki></code> | ||
+ | <div class="floatleft">[[Image:CWL_Ammendment_logo.png|Clean Water, Land and Legacy Amendment]]</div> | ||
+ | |||
+ | To right align an image: <code><nowiki><div class="floatright">[[Image:example.png|Alt Tag]]</div></nowiki></code> | ||
+ | <div class="floatright">[[Image:CWL_Ammendment_logo.png|Clean Water, Land and Legacy Amendment]]</div> | ||
== HTML Tables == | == HTML Tables == |
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: <div class="floatleft">[[Image:example.png|Alt Tag]]</div>
To right align an image: <div class="floatright">[[Image:example.png|Alt Tag]]</div>
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:
{{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