Module:ListAllChains: Revision history

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.

1 February 2023

  • curprev 08:0108:01, 1 February 2023Editor talk contribs 2,258 bytes +2,258 Created page with "local getArgs = require('Module:Arguments').getArgs; local defArgs = require('Module:Arguments').defaultArgs; local lac = {}; function lac.func1( frame ) local args = defArgs(getArgs(frame), 1, ""); local arg = args[1]; local text = "" local sep = "==" for word in arg:gmatch("([%S \t]+)") do local title = word:match("&&([^|]+)|") local structure = word:match("Structure=(.*)$") local items = {} for part in structure:gmatch("([^-]+)") do..."