模板:Numbers digits
| 数表 — 整数 |
概要[编辑]
本模板用于生成数字导航列
相关模板[编辑]
- {{Numbers digits}}
- {{整数}}
模板数据[编辑]
<templatedata> { "params": { "1": { "label": "目标数字", "description": "以这个数字为基础产生导航的数字", "type": "number" }, "digit": { "label": "关联位数数字", "description": "要产生导航的关联位数数字,如输入10则每个导航连接数值相差10", "type": "number" }, "namespace": { "aliases": [ "modifier" ], "label": "命名空间", "description": "页面的前缀,例如命名空间", "type": "string" }, "unit": { "label": "单位", "description": "数字页面的单位", "type": "string" }, "prefix": { "label": "前缀", "description": "显示于每个链接前方的内容", "type": "content" }, "postfix": { "label": "后缀", "description": "显示于每个链接后方的内容", "type": "content" }, "template": { "label": "调用模板", "description": "数值要调用的模板", "type": "wiki-template-name" }, "arg": { "label": "调用模板参数", "description": "数值要调用之模板的参数", "type": "string" }, "tail": { "label": "尾数", "type": "number" }, "last": { "label": "导航前方", "description": "导航前方 << 链接的页面", "type": "wiki-page-name" }, "next": { "label": "导航后方", "description": "导航后方 >> 链接的页面", "type": "wiki-page-name" } }, "description": "用于生成数字导航列", "paramOrder": [ "1", "digit", "tail", "namespace", "unit", "prefix", "postfix", "template", "arg", "last", "next" ] } </templatedata>