Modulo:Sandbox/ValterVB: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 8:
if tipo == 'titolo' or tipo == 'film' then
tipo = 'title/tt'
wpIMDb = 'tt' .. id -- codice IMDb presente su Wikipedia
elseif tipo == 'compagnia' then
tipo = 'company/co'
wpIMDb = 'co' .. id -- codice IMDb presente su Wikipedia
elseif tipo == 'nome' then
tipo = 'name/nm'
wpIMDb = 'nm' .. id -- codice IMDb presente su Wikipedia
elseif tipo == 'personaggio' then
tipo = 'character/ch'
wpIMDb = 'ch' .. id
end
|