DokuWiki Syntax
DokuWiki supports some simple markup language which will allow users to post some HTML tags, bold, italic, underlines and manipulate text such as anchor text. Following are its simple rules. But first
remember that this forum will automatically convert any link into a hyperlink whether it is an image, video, mp3 file and just a hyperlink. If you need further refinement here is how to do it:
ANCHORS
* For external links use double brackets and inside place the anchor separated by a vertical line:
[[http://www.google.com|This link points to google]]
* For internal links when linking to pages from Boobband.com you should also use square brackets as follows:
[[pagename|anchor text]]
HEADLINES
==== Headline Level 3 ====
=== Headline Level 4 ===
== Headline Level 5 ==
QUOTING
All you need to use is
>
>>
>>>
before the posting you want to quote and depending on the amount of space you want before the text.
BOLD, ITALICS, UNDERLINED
DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.
Of course you can **__//''combine''//__** all these.
PICTURES AND IMAGES
Just drop the full url to the picture into the box. That's it.
VIDEOS
Simply drop the url to the video and the forum will embed it automatically. Video sites currently supported:
Youtube
Google video
Vimeo
metacafe
LiveLeak.com
Dailymotion
myspace video
Spike
Redlasso
onsmash.com
tangle
You can also force an URL to become a clickable link (rather than becoming embedded) by putting a '!' at the beginning of the URL. For example, !http://www.example.com/video/1 will be a clickable link and won't embed video in the page.