Module:Utils: Revision history

Jump to navigation Jump to search

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.

15 March 2024

  • curprev 02:5602:56, 15 March 2024Snep talk contribs 295 bytes +295 Created page with "local p = {} local cargo = mw.ext.cargo function p.splitLinks(frame) local values = frame.args[1] local split = mw.text.split(values, ', ', true) local newText = {} for _,s in ipairs(split) do table.insert(newText, '' .. s .. '') end return table.concat(newText, ', ') end return p"