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

Перейти к навигации Перейти к поиску
23 байта убрано ,  2 года назад
нет описания правки
Нет описания правки
Нет описания правки
 
Строка 1089: Строка 1089:
if (cached ~= nil) then return cached; end
if (cached ~= nil) then return cached; end


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

Навигация