「選択時に表示」フォームのデフォルト タグに永続的な問題があります。
<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 関数を強制的に評価させるにはどうすればよいですか?