Модуль:Wikidata: различия между версиями

Перейти к навигации Перейти к поиску
Нет описания правки
imported>Putnik
(добавлена возможность отключения подгрузки Викиданных)
Строка 1105: Строка 1105:
if (cached ~= nil) then return cached; end
if (cached ~= nil) then return cached; end


local wbStatus, propertyEntity = pcall( mw.wikibase.getEntity, propertyId );
 
if wbStatus ~= true or not propertyEntity then
if wbStatus ~= true or not propertyEntity then
return nil;
return nil;

Навигация