我在“在选择中显示”表单中存在一个默认标记的持久性问题。
<div id="test-a">
{{#show: MyPage | ?MyAttribute}}
{|class="formtable"
! A:
| {{{field|input type = text|default= {{#show SomePage | ?SomeAttribute}} }}}
|-
! B:
| {{{field|input type = text|default= {{#show SomeOtherPage | ?SomeOtherAttribute}} }}}
|}
</div>
而不是评估#show命令,字段默认为“{{#show SomePage |?SomeAttribute}}”和“{{#show SomeOtherPage |?SomeOtherAttribute}}”。
如何强制MediaWiki评估#show功能,无论如何?
答案 0 :(得分:0)
正如Tgr所说,:
之后你遗漏了一些#show
。修复语法并且它将起作用,这不是优先事项。