Ir para o conteúdo

Módulo:InfoboxImage/data

De Wiki TokuDrive
Revisão de 06h17min de 5 de julho de 2026 por Tavoraadmin (discussão | contribs) (Importando predefinição/módulo da Wikipédia em português para manter layout)
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)

-- Submódulo de configuração para validação de imagens e categorias associadas (pt.wikipedia) local placeholder_image = {

   ["Blue - Replace this image female.svg"] = true,
   ["Blue - Replace this image male.svg"] = true,
   ["CarersLogo.gif"] = true,
   ["Cricket no pic.png"] = true,
   ["Defeito.svg"] = true,
   ["Diagram Needed.svg"] = true,
   ["Example.jpg"] = true,
   ["Exemplo.jpg"] = true,
   ["Flag of None (square).svg"] = true,
   ["Flag of None.svg"] = true,
   ["Flag of.svg"] = true,
   ["Green - Replace this image female.svg"] = true,
   ["Green - Replace this image male.svg"] = true,
   ["Imagem indisponível.svg"] = true,
   ["Image is needed female.svg"] = true,
   ["Image is needed male.svg"] = true,
   ["Image placeholder.png"] = true,
   ["Image-No portrait-text-BFD-test.svg"] = true,
   ["Image-request.png"] = true,
   ["Insert image here.svg"] = true,
   ["Location map of None.svg"] = true,
   ["Male no free image yet.png"] = true,
   ["Missing flag.png"] = true,
   ["No DVDcover copy.png"] = true,
   ["No flag.svg"] = true,
   ["No free portrait.svg"] = true,
   ["No image available.png"] = true,
   ["NO IMAGE YET square.png"] = true,
   ["NO IMAGE YET.png"] = true,
   ["No male portrait.svg"] = true,
   ["No Photo Available.svg"] = true,
   ["No portrait (female).svg"] = true,
   ["No portrait (male).svg"] = true,
   ["No portrait-BFD-test.svg"] = true,
   ["No Screenshot.svg"] = true,
   ["No-image-available.jpg"] = true,
   ["Nocover-upload.png"] = true,
   ["Noimage.gif"] = true,
   ["Noribbon.svg"] = true,
   ["Null.png"] = true,
   ["Padrao.svg"] = true,
   ["Padrão.svg"] = true,
   ["PictureNeeded.gif"] = true,
   ["Place holder.jpg"] = true,
   ["Placeholder barnstar ribbon.png"] = true,
   ["Project Trains no image.png"] = true,
   ["Red - Replace this image female.svg"] = true,
   ["Red - Replace this image male.svg"] = true,
   ["Replace this image - temple.png"] = true,
   ["Replace this image butterfly.png"] = true,
   ["Replace this image female.svg"] = true,
   ["Replace this image male (blue).svg"] = true,
   ["Replace this image male.svg"] = true,
   ["Replace this image.svg"] = true,
   ["Replace this image1.svg"] = true,
   ["Resolution angle.png"] = true,
   ["Sem imagem.svg"] = true,
   ["Silver - Replace this image female.svg"] = true,
   ["Silver - Replace this image male.svg"] = true,
   ["Sin bandera.svg"] = true,
   ["Sin escudo.svg"] = true,
   ["Unbenannt.JPG"] = true,
   ["UploadACopyrightFreeImage.svg"] = true,
   ["UploadAnImage.gif"] = true,
   ["UploadAnImage.svg"] = true,
   ["UploadAnImageShort.svg"] = true,

}

local categories = {

   url_image_links  = "",
   thumbnail_images = "",

}

return {

   placeholder_image = placeholder_image, 
   categories = categories 

}