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..." |
m Protected "Module:Delimited tag" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading] |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
local i18n = require(' | local i18n = require('Module:I18n').loadMessages('Delimited tag') | ||
local p = {} | local p = {} | ||