查看“如何启用扩展”的源代码
←
如何启用扩展
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
;以启用Math扩展为例,主要参考 [http://www.mediawiki.org/wiki/Extension:Math] ;(1)下载Math的扩展到[http://www.mediawiki.org/wiki/Special:ExtensionDistributor/Math] extension目录下 ;(2)更改Localsettings.php,增加一行 require_once "$IP/extensions/Math/Math.php"; ;(3)更新wiki程序,在mantiance目录下执行,或者执行http://example.org/w/mw-config/ $ php update.php ;(4)选择一个math的生成方法,以MathJax为例 在localsettings.php里增加 mediawiki[[Special:version|版本]](1.19 - 1.22) $wgUseMathJax = true; // enabeling MathJax as rendering option $wgDefaultUserOptions['math'] = MW_MATH_MATHJAX; // setting MathJax as default rendering option (optional) /** * The default parser for MathJax is 'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML' * If you don't want to or can't use the default and your run your own locally * replace the below url with something like: * $wgMathJaxUrl = '/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'; */ mediawiki[[版本:Special:version]](1.23+) ;Settings (Math 1.2 // MW 1.23+) $wgUseMathJax = true; // enabeling MathJax as rendering option $wgDefaultUserOptions['mathJax'] = true; // setting MathJax as default rendering option (optional) $wgMathDisableTexFilter = true; // or compile "texvccheck"
返回至“
如何启用扩展
”。
导航菜单
个人工具
登录
命名空间
页面
讨论
大陆简体
已展开
已折叠
查看
阅读
查看源代码
查看历史
更多
已展开
已折叠
搜索
导航
首页
社群首页
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息