This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 24 lines
Takes its body and translates it into HTML as if it were WikiMarkup.
----
!Usage
<wiki:Translate>
;:''Wiki Text''
</wiki:Translate>
!Parameters
None.
!Example
{{{
<wiki:Translate>
__This text will be bold, and contains [a hyperlink]__
</wiki:Translate>
}}}
would output something like this:
{{{
<b>This text will be bold, and contains <a href="Wiki.jsp?page="AHyperlink">a hyperlink</a></b>
}}}