Main public logs
Appearance
Combined display of all available logs of Wikipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:27, 27 Hlakubele 2022 Prince ovy bua litsebo created page Module:CDD (Created page with "-- module to turn a parameter list into a list of Coxeter–Dynkin diagram images. -- See the template documentation or any example for how it is used and works. local p = {} function p.CDD(frame) -- For calling from #invoke. local pframe = frame:getParent() local args = pframe.args return p._CDD(args) end function p._CDD(args) -- For calling from other Lua modules. local body ='<span style="display:inline-block;">' -- create and start the output str...")