Jump to content

Module:QuestLinks: 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.

12 May 2025

  • curprev 19:0719:07, 12 May 2025 Mildew talk contribs m 728 bytes 0 Protected "Module:QuestLinks" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 19:0719:07, 12 May 2025 Mildew talk contribs 728 bytes +728 Created page with "local p = {} function p.fromDelimited(frame) local raw = frame.args[1] or "" local delimiter = frame.args.delimiter or "," local list = mw.text.split(raw, delimiter) local output = {} table.insert(output, '<ul style="margin-left: 1em;">') for _, item in ipairs(list) do item = mw.text.trim(item) if item ~= "" then -- Extract display name from subpage local _, quest = string.match(item, "^(.-)/(.+)$")..."