Diferencia entre revisiones de «Módulo:Enlaces»

Contenido eliminado Contenido añadido
Sin resumen de edición
testing
Línea 114:
local entidad = mw.wikibase.getEntityObject()
if entidad then
-- mw.logObject( entidad )
forif k, v in pairs(entidad["sitelinks"]) dothen
mw.log('has sitelinks')
if relevants[k] then
for k, v in pairs(entidad["sitelinks"]) do
output = output..k..': '..v["title"]..'\n\n'
if relevants[k] then
output = output..k..': '..v["title"]..'\n\n'
end
end
elseif entidad["claims"]["P629"] then
mw.log('has P629')
end
end