Show-K Adot(讨论 | 贡献) 小无编辑摘要 |
Show-K Adot(讨论 | 贡献) 小无编辑摘要 |
||
(未显示同一用户的7个中间版本) | |||
第1行: | 第1行: | ||
<ruby {{#if:{{{样式|}}}|style="{{{样式}}}"}}>{{{文字}}}<rp>(</rp><rt {{#if:{{{注音样式|}}}|style="{{{注音样式}}}"}}>{{{注音}}}</rt><rp>)</rp></ruby> | <ruby {{#if:{{{样式|}}}|style="{{{样式}}}"}}>{{{文字}}}{{#if:{{{注音|}}}|<rp>(</rp><rt {{#if:{{{注音样式|}}}|style="{{{注音样式}}}"}}>{{{注音}}}</rt><rp>)</rp>}}</ruby><noinclude> | ||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"文字": { | "文字": { | ||
"description": "需要用旁注标记标注的文字", | "description": "需要用旁注标记标注的文字", | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true | ||
}, | }, | ||
"注音": { | "注音": { | ||
第21行: | 第12行: | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true | ||
}, | |||
"样式": { | |||
"description": "全局 CSS 样式", | |||
"type": "string" | |||
}, | |||
"注音样式": { | |||
"description": "注音 CSS 样式", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
"description": "通用旁注标记模板。", | "description": "通用旁注标记模板。", | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
2023年11月28日 (二) 00:55的最新版本
{{{文字}}}
通用旁注标记模板。
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
文字 | 文字 | 需要用旁注标记标注的文字 | 内容 | 必需 |
注音 | 注音 | 用旁注标记注音 | 内容 | 必需 |
样式 | 样式 | 全局 CSS 样式 | 字符串 | 可选 |
注音样式 | 注音样式 | 注音 CSS 样式 | 字符串 | 可选 |