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

如何将模板从 xml 转储添加到我的 MediaWiki?

如何解决如何将模板从 xml 转储添加到我的 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)]]

渲染结果为

enter image description here

我在转储中找到了这个名为 Template:en-verb 的模板

{{#invoke:en-headword|show|verbs}}<!--

-->{{#if:{{#invoke:ugly hacks|is_valid_page_name|{{{1|valid}}}}}||[[Category:Template with raw link/en-verb]][[Category:Template with raw link/en-verb/1]]}}<!--
-->{{#if:{{#invoke:ugly hacks|is_valid_page_name|{{{2|valid}}}}}||[[Category:Template with raw link/en-verb]][[Category:Template with raw link/en-verb/2]]}}<!--
-->{{#if:{{#invoke:ugly hacks|is_valid_page_name|{{{3|valid}}}}}||[[Category:Template with raw link/en-verb]][[Category:Template with raw link/en-verb/3]]}}<!--
-->{{#if:{{#invoke:ugly hacks|is_valid_page_name|{{{4|valid}}}}}||[[Category:Template with raw link/en-verb]][[Category:Template with raw link/en-verb/4]]}}<!--

--><noinclude>{{documentation}}</noinclude>

然后我在我的 Mediawiki 中生成一个页面 Template:En-verb

enter image description here

您能解释一下为什么条目 tease out 的新呈现不正确吗?

enter image description here

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 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”。这是什么意思?