Anonimo

Modulo:DTBase: differenze tra le versioni

Da Wikitrek.
m
nessun oggetto della modifica
mNessun oggetto della modifica
mNessun oggetto della modifica
Riga 371: Riga 371:
function p.ListReferences(frame)
function p.ListReferences(frame)
local AllReferences = {}
local AllReferences = {}
local Item = mw.wikibase.getEntity()
local item = mw.wikibase.getEntityIdForCurrentPage()
if not Item then
if not item then
Item = mw.wikibase.getEntity('Q1')
item = 'Q1'
end
end