Diff: TranslateTag

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
JSPWikiTags

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between current version and current version:
At line 0 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>
+ }}}

Back to TranslateTag, or to the Page History.