Anonimo

Modulo:DTBase: differenze tra le versioni

Da Wikitrek.
nessun oggetto della modifica
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 481: Riga 481:
-- @SMWPrefix  
-- @SMWPrefix  
-- @return A bullet list of backlinks
-- @return A bullet list of backlinks
function p.PropertyList(PName, SMWPrefix)
function p.PropertyList(frame)
--{{#invoke:DTBase|PropertyList|P59|Scritto da}}
--{{#invoke:DTBase|PropertyList|P59|Scritto da}}
local AllReferences = {}
local AllReferences = {}
Riga 489: Riga 489:
end
end
local Statements = mw.wikibase.getAllStatements(Item, "P59")
local Statements = mw.wikibase.getAllStatements(Item, frame.args["Property"])
if not Statements then
if not Statements then
return "Nessun riferimento trovato"
return "Nessun riferimento trovato"