Module:Delimited tag: 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)

4 March 2025

  • curprev 11:2311:23, 4 March 2025 CStatic talk contribs m 2,180 bytes +3 No edit summary
  • curprev 11:2211:22, 4 March 2025 CStatic talk contribs 2,177 bytes +2,177 Created page with "local i18n = require('Dev:I18n').loadMessages('Delimited tag') local p = {} function p.output(f) local args = f if f == mw.getCurrentFrame() then args = require('Module:Arguments').getArgs(f) end local tag = function(txt) return '<' .. args['tag'] .. '>' .. txt .. '</' .. args['tag'] .. '>' end local listLevel = args['list-level'] or '**' local output = tag(assert(args[1], i18n:msg('not-provided'))) local finalDelimiterValues = { ['none'] = '<nowiki..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)