MediaWiki语义模板:具有输入值的属性" "(作为页面类型)包含无效字符或不完整可能会导致意外结果



多亏了这个答案,我创建了一个模板,它混合了视觉表示并填充了语义表示。

我在一个页面中使用了该模板,但最后一部分不起作用,并返回以下消息。

Property "" (as page type) with input value "psicologia|governo|politica|lavoro|+sep=|" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.

模板:

[{{{url}}} {{{title}}}] - {{{categories}}} 
{{#subobject:
|url = {{{url}}}
|title = {{{title}}}
|@category={{{categories}}}
}}

所需行为:

{{#subobject:
|url = https://www.instagram.com/p/CXeE2j-NT6s/
|title = Bullismo: proposta una legge in Francia per punirlo penalmente. Si rischia anche il carcere
|@category=bullismo|violenza|leggi|punizioni|+sep=|
}}

您不能将|用作分隔符,它不会将其识别为分隔符,请尝试使用逗号、连字符或Mediawiki编码中通常不使用的东西

相关内容

  • 没有找到相关文章

最新更新