Printer Friendly

UnderWaterWiki Markup Manual

Headers


Headers are created by using equals signs around the text you wish to be the header.

== Header Level 1 ==
yields

Header Level 1


=== Header Level 2 ===
yields

Header Level 2


==== Header Level 3 ====
yields

Header Level 3


Internal Links


If you wish to link to a dive site, dive shop, or information page use the technique below.
[[Boulder Beach, Spokane River]]
yields
Boulder Beach, Spokane River

You can also use suffixes on internal links
[[Fish]]es
yields
Fishes

Also you can name the link some more appropriate
[[Dive Information | Information]]
yields
Information


External Links


If you want to create a named external link, use the technique below
[http://www.diversalertnetwork.org DAN]
yields
DAN

If you want to create an unnamed external link, use the technique below
[http://www.diversalertnetwork.org]
yields
http://www.diversalertnetwork.org


Lists


If you want to create an unordered list, use the technique below

* wetsuit
* mask
* fins

yields

If you want to create an ordered list, use the technique below

# wetsuit
# mask
# fins

yields

  1. wetsuit
  2. mask
  3. fins

Images


If you want to add an image, the image must first be uploaded for the page of interest. After the image is uploaded, the name of the image will appear on the bottom of the page's wiki edit area. Now you can use the technique below.

[[img: jawfish]]
yields

[[img: jawfish | right]] Floats to the right.
yields

Floats to the right.


[[img: jawfish | left]] Floats to the left.
yields
Floats to the left.


[[img: Feather Star ]][br][[img: Feather Star | 200]] Resizes image to width of 200 pixels.
yields

Resizes image to width of 200 pixels.


Line Breaks


If you want to create a line break, use the techique below
hello[br]
there

yields

hello
there


Paragraphs


Paragraphs are created via blank lines. If you want to create a new paragraph, put a blank line between the first paragraph and the second.

Scuba diving is fun, and it is nice to be able to find dive sites and shops in a different areas.

It is also nice to be able to add new dive locations, so that others can enjoy diving in new locations

yields

Scuba diving is fun, and it is nice to be able to find dive sites and shops in a different areas.

It is also nice to be able to add new dive locations, so that others can enjoy diving in new locations


Emphasized Text


''italic'' words yields italic
'''bold''' words yields bold
''''bold italic'''' words yields bold italic


No Wiki


Surround text with nowiki tags and the text will not transformed.