Module:Delimited tag: Revision history

From The Blockheads Wiki

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.

6 August 2024

  • curprev 13:3613:36, 6 August 2024JarlPenguin talk contribs 1,604 bytes +1,604 Created page with "local p = {} function p.output(f) local args = f if f == mw.getCurrentFrame() then args = require('Module:ProcessArgs').merge(true) end local tag = function(txt) return '<' .. args['tag'] .. (args['wordbreak'] and ' style="word-break:break-all"' or '') .. '>' .. txt .. '</' .. args['tag'] .. '>' end local listLevel = args['list-level'] or '**' local output = tag(assert(args[1], 'No tag text provided.?')) local finalDelimiterValues = { ['none'] = '<no..."