Изменения
нет описания правки
local args = copy(getArgs(frame, {trim = false, removeBlanks = false}))
local args = copy(getArgs(frame, {trim = false, removeBlanks = false}))
local alias = args._alias
local tag = args._tag
local tag = args._tag
local sep = args._sep and args._sep .. ' '
local sep = args._sep and args._sep .. ' '
_args._postfix = postfix
_args._postfix = postfix
_args._nowiki = true
_args._nowiki = true
if args._template then
if args._alias then
table.insert(_args, 1, args._alias)
elseif args._template then
table.insert(_args, 1, args._template)
table.insert(_args, 1, args._template)
end
end