微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

为什么本地MediaWiki的html输出不完整?

如何解决为什么本地MediaWiki的html输出不完整?

我在我的笔记本电脑 Windows 10 上使用 Mediawiki 来转换条目 tease out 的 wikitext。维基文本是

==English==

===Verb===
{{en-verb|*}}

# To [[unravel]]; {{lb|en|figuratively|by extension}} to [[determine]]; [[solve]].
#* '''2017,''' {{w|Jennifer S. Holland}},''For These Monkeys,It’s a fight for Survival.'',National Geographic (march 2017)[http://www.nationalgeographic.com/magazine/2017/03/macaques-monkeys-indonesia-endangered-pet-Trade/]
#*: The researchers are '''teasing out''' fine details of the yaki’s private life.
#* {{quote-text|en|year=2017|author=Dr. Mike Roussell|title=Ask the Diet Doctor: Will CLA Help You Lose Weight?|passage=CLA is actually an umbrella term for several different types of trans fats similar in chemical structure. More research is necessary to '''tease out''' which type of CLA is actually the most beneficial (but more on that later).}}
# To separate as if by unraveling.
# To [[work out]],[[procure]],or [[extract]],usually by processes involving [[subterfuge]],[[diligence]],[[manipulation]],or [[coaxing]].
#* {{quote-text|en|year=2019|author=Andy Schneider|title=The Chicken Whisperer's Guide to Zero-Waste Chicken Keeping|passage=Well,early in the days of vitamin and mineral discovery,chickens were the research models for studies that eventually '''teased out''' information that we take for granted today.}}

[[Category:English phrasal verbs]]
[[Category:English phrasal verbs with particle (out)]]

来自 https://en.wiktionary.org/wiki/tease_out 的 html 是

enter image description here

来自我本地 Mediawiki 的 html 是

enter image description here

你能详细说明为什么维基文本没有被正确解析吗?

我的 Mediawiki 版本是 1.35.2-0

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐


Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其他元素将获得点击?
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。)
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbcDriver发生异常。为什么?
这是用Java进行XML解析的最佳库。
Java的PriorityQueue的内置迭代器不会以任何特定顺序遍历数据结构。为什么?
如何在Java中聆听按键时移动图像。
Java“Program to an interface”。这是什么意思?