Изменения
Перейти к навигации
Перейти к поиску
Строка 20:
Строка 20:
− +
− end
−
− local function italic(s)
− return tostring(
− mw.html.create('span')
− :css('font-style', 'italic')
− :wikitext(s)
− )
нет описания правки
)
)
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
end