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

нет описания правки
(Новая страница: «local data = require( 'Module:External links/data' ) -- Localizable part -- Please note that labels for websites and catalogs are taken from Wikidata (i.e. Wikidata label) -- Feel free to correct labels and categories here local categoryTemplateEmpty = 'Тептар:Шаблон «Внешние ссылки» пуст' local templateLink = 'Внешние ссылки' -- The language codes that should always be displayed even if they have normal rank and...»)
 
Нет описания правки
Строка 269: Строка 269:
local data = {}
local data = {}


local item = mw.wikibase.getEntity( elementId )
local item = item.claims
if item == nil or item.claims == nil then
if item == nil or item.claims == nil then
return elements
return elements