Modulo:Sandbox/ValterVB: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 21:
local wdIMDb = frame:preprocess("{{#property:P345}}") -- codice IMDb presente su Wikidata
--if wdIMDB == '' then
-- Categoria = '\[\[Categoria:Codice IMDB non presente in Wikidata\]\]'
--elseif wdIMDB ~= wpIMDb then
-- Categoria = '\[\[Categoria:Codice IMDB in Wikidata differente\]\]'
--else
-- Categoria = '\[\[Categoria:Codice IMDB uguale in Wikidata\]\]'
--end
result = result .. tipo .. id
Riga 33:
result = result .. pagina.text
result = result .. ']\'\' dell\'\[\[Internet Movie Database\]\]'
result = result --.. Categoria
return result
end