我在“选择时显示”表单中的默认标签存在持久性问题。
<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 函数?