Show-K Adot(讨论 | 贡献) 小无编辑摘要 |
Show-K Adot(讨论 | 贡献) 小无编辑摘要 |
||
第4行: | 第4行: | ||
{ | { | ||
"params": { | "params": { | ||
"文字": { | "文字": { | ||
"description": "需要用旁注标记标注的文字", | "description": "需要用旁注标记标注的文字", | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true | ||
}, | }, | ||
"注音": { | "注音": { | ||
第21行: | 第13行: | ||
"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月26日 (日) 13:14的版本
{{{文字}}}
通用旁注标记模板。
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
文字 | 文字 | 需要用旁注标记标注的文字 | 内容 | 必需 |
注音 | 注音 | 用旁注标记注音 | 内容 | 必需 |
样式 | 样式 | 全局 CSS 样式 | 字符串 | 可选 |
注音样式 | 注音样式 | 注音 CSS 样式 | 字符串 | 可选 |