Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们的网络上有自定义协议,可以在我们的应用程序中打开窗口。我们想把这个应用程序的链接放在我们的 Wiki 中,但是 mediawiki 似乎识别的唯一协议是 http://file://ftp://。
我们做了一个软糖,将参数传递给 html 文件并执行链接,但是如果有人知道在 mediawiki 站点中拥有自定义协议超链接的方法,那就太好了。
我认为您可以在 LocalSettings.php 中使用 $wgUrlProtocols。
有关说明,请参见此处:http ://www.mediawiki.org/wiki/$wgUrlProtocols