帮助:扩展语法与格式示例
来自陋室
更多操作
本页汇总本站常用扩展语法的最小可用示例,便于快速复制与排错。
重定向(Redirect)
用于将当前页面跳转到目标页面。
#REDIRECT [[目标页面]]
代码高亮(SyntaxHighlight)
<syntaxhighlight lang="bash">
php -v
mysql --version
</syntaxhighlight>
输入框(InputBox)
<inputbox>
type=search
arialabel=Search the Wiki
</inputbox>
时间线(EasyTimeline)
<timeline>
DateFormat = yyyy
Period = from:2000 till:2026
PlotData =
bar:阶段 from:2000 till:2010 text:起步
bar:阶段 from:2010 till:2020 text:建设
bar:阶段 from:2020 till:2026 text:优化
</timeline>
图片热区(ImageMap)
<imagemap>
File:Example.jpg|thumb|300px|示例
rect 0 0 150 100 [[帮助:图片指南]]
</imagemap>
地图(Kartographer / mapframe)
<mapframe latitude="39.9042" longitude="116.4074" zoom="12" width="600" height="400" />
说明:若地图不显示,请检查 Kartographer 与地图服务配置。
公式与化学式(Math)
<math>x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}</math>
<chem>Hg^2+ ->[I-] HgI2</chem>
乐谱(Score)
<score>
\relative c' { c d e f | g2 g }
</score>
古埃及象形文字(WikiHiero)
<hiero>A1</hiero>
PDF 预览(PdfHandler)
[[File:Example.pdf|thumb|500px|PDF 示例]]
音视频(TimedMediaHandler)
[[File:Example.ogg|thumb|音频示例]]
[[File:Example.webm|thumb|300px|视频示例]]
使用建议
- 先在沙盒页验证语法,再发布到正式页面。
- 扩展渲染失败时,先检查扩展是否启用、依赖是否安装。
- 对外链资源优先使用稳定来源。