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

15 January 2026

  • curprev 19:4019:40, 15 January 2026 Ivan talk contribs 1,932 bytes +1,932 Created page with "local p = {} function p.output(frame) local args = frame if frame == mw.getCurrentFrame() then args = require('Module:ProcessArgs').merge(true) end local format_delimiter = function(wikitext) local output = wikitext output = (args["prefix"] or "") .. output .. (args["postfix"] or "") if args["all-link"] then output = "" .. output .. "" end if args["tag"] then local html = mw.html.create(args["tag"]) if args["word..."