Изменения
Перейти к навигации
Перейти к поиску
мСтрока 72:
Строка 72:
−
− if (after ~= '') then
− after = comment_sep .. after
− end
Строка 97:
Строка 93:
+
+
+
+
fix "comment" parameter in style=wikitable
local nocat = yesno(args._nocat, false)
local nocat = yesno(args._nocat, false)
local style = args._style
local style = args._style
if style == 'pre' then
if style == 'pre' then
sep = '\n|'
sep = '\n|'
comment_sep = '\n|'
comment_sep = '\n|'
end
if (after ~= '') then
after = comment_sep .. after
end
end