Takes its body and translates it into HTML as if it were WikiMarkup.
----
!Usage
;:''Wiki Text''
!Parameters
None.
!Example
{{{
__This text will be bold, and contains [a hyperlink]__
}}}
would output something like this:
{{{
This text will be bold, and contains a hyperlink
}}}