Module:Contents topic list: Revision history

From World Encyclopedia of Conductors

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 December 2025

  • curprev 09:1709:17, 8 December 2025 N.Sorokin talk contribs 2,769 bytes +2,769 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..."