Template:CDD/doc
| File:Edit-copy green.svg | 此頁面是Template:CDD的Template文档。 此頁面可能包含了模板的使用說明、分類和其他内容。 |
| File:Lua-Logo.svg | 此模板使用Lua语言: |
模板介紹[编辑]
这个数学模板是为了标记考斯特符号(Coxeter-Dynkin Diagram)。
參數及使用方法[编辑]
This template is used to display Coxeter–Dynkin diagrams (CDDs).
To use the template, list the parts of the diagram from left to right, separated by vertical-bar (pipe) characters (" | "). For example:
{{CDD|node|3|node}} produces node 3 node
{{CDD|label6|branch|3ab|branch|label4}} produces label6 branch 3ab branch label4
{{CDD|nodea|3a|nodea|3a|branch|3a|nodea|3a|nodea|3a|nodea|3a|nodea|3a|nodea|3a|nodea|4a|nodea}} produces nodea 3a nodea 3a branch 3a nodea 3a nodea 3a nodea 3a nodea 3a nodea 3a nodea 4a nodea
參數[编辑]
<templatedata> { "params": { "1": { "label": "節點1", "description": "考斯特符號的第1個節點", "type": "string", "required": true }, "2": { "label": "節點2", "description": "考斯特符號的第2個節點", "type": "string" }, "3": { "label": "節點3", "description": "考斯特符號的第3個節點", "type": "string" }, "4": { "label": "節點4", "description": "考斯特符號的第4個節點", "type": "string" }, "5": { "label": "節點5", "description": "考斯特符號的第5個節點", "type": "string" }, "6": { "label": "節點6", "description": "考斯特符號的第6個節點。可持續添加。", "type": "string" }, "FileType": { "label": "檔案格式", "description": "要使用考斯特符號節點圖的檔案格式之副檔名", "example": "png", "type": "string", "default": "png" }, "CDDtype": { "label": "檔名開頭", "description": "要使用考斯特符號節點圖的檔案名稱開頭", "type": "string", "default": "CDel" }, "delimiter": { "label": "分隔符號", "description": "要使用考斯特符號節點圖的檔案名稱與開頭的分隔符號", "type": "string", "default": "_" }, "Size": { "label": "尺寸", "description": "考斯特符號顯示的大小,以px為單位。", "type": "number" }, "css_class": { "type": "string" } }, "description": "用於表達考斯特符號(Coxeter-Dynkin Diagram)。 ", "format": "inline" } </templatedata>
參見[编辑]
给模板编辑者的说明[编辑]