📄 translatetag.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -