如何让 Wikipedia 模板与 MediaWiki 一起使用
我导出了维基百科的一个类别,检查了包含模板并将其导入到 MediWiki 安装中,但所有页面都混乱了,如何获取所有必要的模板以便页面正确显示?
I exported a category of Wikipedia, checking the include templates as I did so and imported it into a MediWiki install, but all the pages are messed up how do get all the necessary templates so the page displays properly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法是使用 Special:Export 并确保选中“包含模板”复选框检查过。您很可能还需要安装ParserFunctions扩展,并且可能其他扩展。您可能还需要从 MediaWiki:Common.js 复制支持脚本或 CSS 规则, MediaWiki:Common.css, MediaWiki:Vector.js, MediaWiki:Vector.css 等。
如果您已完成特殊:导出操作但仍然遇到问题,并且已检查模板文档以获取有关重用的任何特定注释,则可以尝试在模板的讨论页上寻求帮助。
The easiest way is to use Special:Export and make sure the "Include templates" checkbox is checked. You will also very likely need the ParserFunctions extension installed, and possibly other extensions. You may also need to copy supporting scripts or CSS rules from MediaWiki:Common.js, MediaWiki:Common.css, MediaWiki:Vector.js, MediaWiki:Vector.css, or the like.
If you've done the Special:Export thing and are still having problems, and have checked the documentation for the template for any specific notes on reuse, you could try asking on the template's talk page for help.