Main public logs
From World Encyclopedia of Conductors
Combined display of all available logs of World Encyclopedia of Conductors. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:17, 8 December 2025 N.Sorokin talk contribs created page Module:Contents topic list (Created page with "require('strict') local getArgs = require('Module:Arguments').getArgs local p = {} -- Close <li> and <ul> elements enclosing deeper depths local function closePending(toClose, depth) local out = '' while #toClose > 0 and (toClose[#toClose].depth >= depth or depth == 0) do out = out .. toClose[#toClose].close table.remove(toClose, #toClose) end return out end function p.main(frame) local args = getArgs(frame) local wikitext = frame:preprocess(args[1]) lo...")