Diferencia entre revisiones de «Módulo:Enlaces»

Contenido eliminado Contenido añadido
READY! :)
a table para uso x otras funciones
Línea 118:
--todos los enlaces
function p.links(frame)
local output = ''{}
local Entidad = mw.wikibase.getEntityObject()
if Entidad then
Línea 127:
for k, v in pairs(Entidad["sitelinks"]) do
if relevants[k] then
output = output..[k..': '..]=v["title"]..'\n\n'
end
end
Línea 137:
for k, v in pairs(newEntidad["sitelinks"]) do
if relevants[k] then
output = output..[k..': '..]=v["title"]..'\n\n'
end
end