Module:InfoboxImage/data/sandbox
Appearance
| This is the module sandbox page for Module:InfoboxImage/data (diff). |
| This Lua module is used in system messages, and on approximately 3,350,000 pages, or roughly 5% of all pages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox. The tested changes can be added to this page in a single edit. Please discuss changes on the talk page before implementing them. |
-- Configuration submodule for image validation and associated tracking categories (enwiki)
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,
["Diagram Needed.svg"] = true,
["Example.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,
["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 IMAGE YET square.png"] = true,
["NO IMAGE YET.png"] = true,
["No DVDcover copy.png"] = true,
["No Photo Available.svg"] = true,
["No Screenshot.svg"] = true,
["No flag.svg"] = true,
["No free portrait.svg"] = true,
["No image available.png"] = true,
["No male portrait.svg"] = true,
["No portrait (female).svg"] = true,
["No portrait (male).svg"] = true,
["No portrait-BFD-test.svg"] = true,
["No-image-available.jpg"] = true,
["Nocover-upload.png"] = true,
["Noimage.gif"] = true,
["Noribbon.svg"] = true,
["Null.png"] = 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,
["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 = "[[Category:Pages using infoboxes with URL in image parameter]]",
thumbnail_images = "[[Category:Pages using infoboxes with thumbnail images]]",
}
return {
placeholder_image = placeholder_image,
categories = categories
}