-2

我在“选择时显示”表单中的默认标签存在持久性问题。

<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 SomePage | ?SomeAttribute}}”和“{{#show SomeOtherPage | ?SomeOtherAttribute}}”,而不是评估#show 命令。

无论如何,我如何强制 MediaWiki 评估 #show 函数?

4

1 回答 1

0

正如 Tgr 所说,您在:之后缺少一些 s #show。修复语法,它会起作用,这不是优先级问题。

于 2015-04-29T11:08:01.663 回答