Изменения

м
Нет описания правки
Строка 156: Строка 156:  
if mw.ustring.find(view,'сноска',1,true)    ~= nil then view_footnote = true end
 
if mw.ustring.find(view,'сноска',1,true)    ~= nil then view_footnote = true end
 
if mw.ustring.find(view,'скобки',1,true)    ~= nil then view_brackets = true end
 
if mw.ustring.find(view,'скобки',1,true)    ~= nil then view_brackets = true end
 +
if mw.ustring.find(view,'ссылка',1,true)    ~= nil then view_link    = true end
 
-- parse 'style' for values
 
-- parse 'style' for values
 
if mw.ustring.find(style,'серый',1,true)    ~= nil then font_grey      = true end
 
if mw.ustring.find(style,'серый',1,true)    ~= nil then font_grey      = true end