模組:CDD/doc

维基百科,自由的百科全书

这是Module:CDD的文档页面

本模組是為了要實現考克斯特計號英语Coxeter–Dynkin diagram顯示用的{{CDD}}模板,即Template:CDD的顯示所建立的。原始版本之支援最多50個記號,現在則可以引用超過50個記號。

使用方法:

  • {{#invoke:CDD|CDD}}

though the parameter is ignored; instead it uses the parameters passed to the template. See the template documentation for how that is used.

For using this from other Lua modules, first load the module.

local CDD = require('Module:CDD')._CDD

You can then use it with the following syntax.

CDD{"node", "3", "node"}

See the template documentation for possible inputs.