Module:Convert/wikidata: Difference between revisions

(update from sandbox per Template talk:Convert#Module version 24)
 
imported>Johnuniq
(update from sandbox per Template talk:Convert#Module version 25)
 
(One intermediate revision by one other user not shown)
Line 483: Line 483:
end
end
if k == 'label' then
if k == 'label' then
local wdl = mw.wikibase.label(key)
local wdl = mw.wikibase.getLabel(key)
if wdl ~= value then
if wdl ~= value then
note:add('label changed to ' .. tostring(wdl))
note:add('label changed to ' .. tostring(wdl))
Anonymous user