Изменения
~
end
end
local title = mw.getContentLanguage():ucfirst(args[1])
local title = args[1]
local text = args[2]
local text = args[2]
local ru_link = wikilink(title, text)
local ru_link = wikilink(title, text)
local tooltip
local tooltip
title = mw.getContentLanguage():ucfirst(title)
if lang == 'd' then
if lang == 'd' then
tooltip = string.format('Элемент статьи «%s» в Викиданных', title)
tooltip = string.format('Элемент статьи «%s» в Викиданных', title)