Изменения

ещё пара стилей
Строка 75: Строка 75:  
container = '*pre'
 
container = '*pre'
 
sep = '\n'
 
sep = '\n'
 +
elseif style == 'pre↓' then
 +
tag = nil
 +
container = 'pre'
 +
sep = '<div style="margin-left: 50%; margin-bottom: 0.7em;"><big>↓</big></div>\n' --содержимое шаблона t:sp↓
 +
elseif style == '*pre↓' then
 +
tag = nil
 +
container = '*pre'
 +
sep = '<div style="margin-left: 50%; margin-bottom: 0.7em;"><big>↓</big></div>\n' --содержимое шаблона t:sp↓
 
elseif style == 'wikitable' then
 
elseif style == 'wikitable' then
 
tag = 'tt'
 
tag = 'tt'
Анонимный участник