All public logs

From Seven Sages of Rome

Combined display of all available logs of Seven Sages of Rome. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:50, 23 October 2024 Noeth talk contribs created page Module:BuildVersionTree (Created page with "-- Module:VersionTree local p = {} -- Helper function to build a tree structure from flat data local function buildTree(versions, parentField) local tree = {} local nodes = {} -- First pass: Create all nodes for _, version in ipairs(versions) do nodes[version.title] = { title = version.title, children = {}, processed = false } end -- Second pass: Build relationships for _, version...")