Module:Coxeter–Dynkin diagram/doc
From HandWiki
< Module:Coxeter–Dynkin diagram
Revision as of 15:59, 23 June 2020 by imported>Schekanov (1 revision imported)
This is the documentation page for Module:Coxeter–Dynkin diagram
This module is rated as ready for general use. It has reached a mature form and is thought to be relatively bug-free and ready for use wherever appropriate. It is ready to mention on help pages and other Wikipedia resources as an option for new users to learn. To reduce server load and bad output, it should be improved by sandbox testing rather than repeated trial-and-error editing. |
This module implements Template:Coxeter–Dynkin diagram. It is invoked as
{{#invoke:Coxeter–Dynkin diagram|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:Coxeter–Dynkin diagram')._CDD
You can then use it with the following syntax.
CDD{"node", "3", "node"}
See the template documentation for possible inputs.