模板:IPA:修订间差异
来自「荏苒之境」
无编辑摘要 |
无编辑摘要 |
||
(未显示同一用户的1个中间版本) | |||
第1行: | 第1行: | ||
<noinclude>{{模板文档}}</noinclude><includeonly><!-- | <noinclude>{{模板文档}}</noinclude><includeonly><!-- | ||
--><span class="IPA" lang="und-Latn-fonipa"><!-- | |||
--><span class="IPA" lang="und-Latn-fonipa">{{{1|}}}</span><!-- | -->{{#ifeq: {{{朗读链接|}}} | true | [https://ipa-reader.com/?text={{urlencode: {{{1}}}}} {{{1}}}] | {{{1}}}}}</span><!-- | ||
--></includeonly><noinclude> | --></includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
第10行: | 第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" |