Modulo:DTBase: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
(Error in case of no linked entity)
(Error in case of no linked entity)
Riga 102: Riga 102:
local Item = mw.wikibase.getEntity()
local Item = mw.wikibase.getEntity()
if not Item then
if not Item then
Item = mw.wikibase.getEntity('Q1')
return "''Nessun collegamento generico trovato su DataTrek''"
end
end