Module:Delimited tag: Difference between revisions

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..."
 
mNo edit summary
Line 1: Line 1:
local i18n = require('Dev:I18n').loadMessages('Delimited tag')
local i18n = require('Module:I18n').loadMessages('Delimited tag')


local p = {}
local p = {}