Jump to content

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

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

12 May 2025

  • curprev 18:5418:54, 12 May 2025 Mildew talk contribs 730 bytes +730 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 only the vendor name from the subpage local _, name = string.match(item, "^(.-)/(.+..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)