如何将模板从 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.JdbcOdbc...