Изменения
Перейти к навигации
Перейти к поиску
Строка 35:
Строка 35:
+
Строка 91:
Строка 92:
− +
+
+
нет описания правки
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