Изменения

Перейти к навигации Перейти к поиску
нет описания правки
Строка 20: Строка 20:  
)
 
)
 
end
 
end
if not is_empty(text) and text ~= title then
+
if not is_empty(text) then
 
title = title .. '|' .. text
 
title = title .. '|' .. text
 
end
 
end
 
return string.format('[[%s]]', title)
 
return string.format('[[%s]]', title)
end
  −
  −
local function italic(s)
  −
return tostring(
  −
mw.html.create('span')
  −
:css('font-style', 'italic')
  −
:wikitext(s)
  −
)
   
end
 
end
  
Анонимный участник

Реклама:

Навигация