模板:IPA:修订间差异
来自「荏苒之境」
创建页面,内容为“<noinclude>{{模板文档}}</noinclude><includeonly><!-- --><span class="IPA" lang="und-Latn-fonipa">{{{1|}}}</span><!-- --></includeonly><noinclude> <templatedata> { "params": { "1": { "description": "国际音标的内容", "type": "line", "required": true } }, "description": "用于国际音标的组件。", "paramOrder": [ "1" ], "format": "inline" } </templatedata> Category:模板 </noinclude>” |
无编辑摘要 |
||
(未显示同一用户的2个中间版本) | |||
第1行: | 第1行: | ||
<noinclude>{{模板文档}}</noinclude><includeonly><!-- | <noinclude>{{模板文档}}</noinclude><includeonly><!-- | ||
--><span class="IPA" lang="und-Latn-fonipa">{{{1|}}}</span><!-- | --><span class="IPA" lang="und-Latn-fonipa"><!-- | ||
-->{{#ifeq: {{{朗读链接|}}} | true | [https://ipa-reader.com/?text={{urlencode: {{{1}}}}} {{{1}}}] | {{{1}}}}}</span><!-- | |||
--></includeonly><noinclude> | --></includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
第9行: | 第10行: | ||
"type": "line", | "type": "line", | ||
"required": true | "required": true | ||
}, | |||
"朗读链接": { | |||
"description": "是否支持点击此国际音标可跳转至 ipa-reader.com 朗读网站。", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"true", | |||
"false" | |||
], | |||
"default": "false" | |||
} | } | ||
}, | }, | ||
"description": "用于国际音标的组件。", | "description": "用于国际音标的组件。", | ||
"paramOrder": [ | "paramOrder": [ | ||
"1" | "1", | ||
"朗读链接" | |||
], | ], | ||
"format": "inline" | "format": "inline" |