更多操作
创建页面,内容为“<noinclude> {{#template_params:}} </noinclude><includeonly> {{#template_display:_format=plain}}</includeonly>” |
无编辑摘要 |
||
第1行: | 第1行: | ||
<noinclude> | <noinclude> | ||
{{#template_params:}} | {{#template_params:}} | ||
<templatedata> | |||
{ | |||
"params": { | |||
"titleEn": {} | |||
}, | |||
"description": "显示游戏信息卡片" | |||
} | |||
</templatedata> | |||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{{#template_display:_format=plain}}</includeonly> | {{#template_display:_format=plain}}</includeonly> | ||
{{#cargo_query: | |||
tables=games | |||
|fields=titleCn,titleEn | |||
|where=titleEn="{{{titleEn}}}" | |||
|format=template | |||
|template=HelloWorld | |||
|named args=yes | |||
}} |