All public logs

Combined display of all available logs of The Blockheads Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:36, 6 August 2024 JarlPenguin talk contribs created page Module:Delimited tag (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...")