translatetag.txt
来自「wiki建站资源 java编写的 很好用」· 文本 代码 · 共 25 行
TXT
25 行
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>
}}}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?