Main public logs
Combined display of all available logs of NBITTRPG Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:01, 5 March 2025 CStatic talk contribs protected Module:Delimited tag [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 11:22, 4 March 2025 CStatic talk contribs created page Module:Delimited tag (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...")