User:Fæ/Project list/NYPL

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Introduction[edit]

Detail from a 13th-century illuminated manuscript held by the NYPL, showing God at the center of a calendar.

In December 2015, the NYPL announced an improvement to how images were licensed for public reuse, and made 180,000 available with public domain licenses. This upload project mirrors these images on Commons and creates image text pages based on the metadata available from the NYPL MODS records.

Though the NYPL release is for 180,000 artifacts, the number of images uploaded to commons may be larger as some documents have multiple pages, others have been uploaded in the past at lower resolutions under different names, and where full size jpeg versions are available as well as the TIFF originals, both are to be uploaded. As of October 2016, the total number of NYPL images as part of this project was 222,000 images uploaded with total file storage needed of more than 8,000 gigabytes (8 terabytes); see quarry report.

Links

Collections batch uploaded[edit]

The numbers below represent the latest figures for how many files are in the category, in some cases files have been diffused since upload into sub-categories which are not counted.

Others
  1. 27,267 R Buttolph collection of menus
  2. 17 R Vinkhuijzen collection (total reduced as files are moved into subcategories)
  3. 9,011 R Theodorus Bailey Meyers Collection
  4. 62 R Samuel J. Tilden Collection
  5. 924 R Picturesque Palestine, Sinai, and Egypt (NYPL scan)
  6. 1,062 R Pacific pursuits postcards
  7. 471 R NYPL collection of Atlases, gazetteers, guidebooks and other books
  8. 437 R Birds of America, from drawings made in the United States and their territories
  9. 665 R Traité des arbres et arbustes que l'on cultive en France en pleine terre
  10. 988 R A collection of the dresses of different nations, antient and modern

Other collections are not listed here and are mostly under 500 images in size.

Initial uploads relied on {{information}} and later uploads apply the ingestion template {{nypl}}.

The uploads are picked from http://publicdomain.nypl.org/pd-visualization/

Numbering[edit]

Filename scheme is:

<title> (NYPL <collectionid>-<imageid>).tiff

Where the title is as provided by the NYPL but truncated to sub-215 characters. The collectionid uses NYPL b-number or OCLC reference if not available, or the Hades legacy number if neither of those are in the metadata. Jpeg versions are identical apart from the extension.

The standard credit template of {{NYPL-image-DigitalID}} is used, which adds a parent bucket category automatically.

Automated checks and validation[edit]

As of June 2016, Fæ's processes for uploading new images involves several robust customized checks using pywikibot-core, and additional modules available in Python. The order of checks is based on the lag they may create in processor time and the amount of data to be transferred over the internet. Any image that fails one of these checks is skipped on the first failure, unless another action is specified.

  1. There is a text search for the intended Commons filename to ensure it has not been created previously.
  2. The metadata for the image page is extracted from the NYPL MODS data. This in turn provides links to any pre-existing high resolution jpeg versions of the TIFFs. The JSON structure of the MODS data from NYPL is inconsistent, so a heuristic approach has been taken which may not be ideal for capturing all useful metadata as unexpected data structures causing errors when parsing are normally skipped and the image text page created without those elements.
  3. Topics included in the MODS metadata are checked for matching Commons category names. See #Categorization
  4. Commons is searched for text matches to the NYPL ID numbers. If there are any matches then the file has most likely been uploaded before, though possibly with a different set of EXIF data.
  5. Past deletions for the suggested file name are searched for. This avoids re-uploads of files that were deleted for being 'mostly blank' or similar; there is a good faith presumption that any past deletion is valid.
  6. Commons is searched for matches to the local SHA1 value. Unfortunately the NYPL metadata does not provide SHA1 values which could be used in advance of downloading a file.
  7. Immediately after upload the image text page is checked to see it is greater than 300 characters, if not then the text page is regenerated. This is an outstanding rare bug for uploads and may be related to WMF server drop-outs or more general internet connection problems. Refer to Phab:T113878.

Image page galleries[edit]

Post-upload a routine is manually run on collections where galleries of associated files will add value. The "association" is worked out automatically by searching Commons for the artifact UUID. For example File:Stone, Thomas (NYPL b11868620-5338054).jpg relates to a gallery on the NYPL source site with four images. As both the TIFF and jpeg files have been uploaded to Commons, with the jpeg versions providing useful cropped versions of the scans, there are eight files related to each other, so the example image page cross-links by using a gallery of seven thumbnails. The gallery makes it much easier to navigate between pages of a document while still making it easy for Wikipedia contributors to select a single page or plate to illustrate an article.

Blank pages[edit]

Blank page for an 1881 4-page menu of The Brunswick Hotel, in the Buttolph collection. Due to damage, unlikely to be auto-detected as blank. See search.
Page identified as not blank, as none of the central 4 zones is blank. The image would have been detected as 'mostly blank' without the bulls-eye test.
Category:NYPL (mostly blank)
Illustration of the 'chessboard' breakdown of images.

Some blank pages are a 'feature' of parts of the archives. For example the scans of music scores are likely to include a blank page after the cover page, and the scans of stereograms include the backs and though some have interesting descriptions or indexes, many others are blank.

It is possible to attempt to auto-detect these and mark them for review, the same programme used for User:Fæ/Project_list/Internet_Archive#Blank_pages has been adapted to check the NYPL images. This can be run as a semi-automated housekeeping task on demand, depending on how significant an issue it seems for the community.

In addition to the "mostly blank" detection routine used for Internet Archive images, due to a number of very small portrait images in the centre of book plates, the middle four squares of the chessboard grid are checked to ensure that at least two of the four are blank in order for the image to be considered mostly blank.

Jpegs[edit]


Jpeg 2.2 MB

TIFF 22.7 MB
Portrait of Charles Carroll both in jpeg and TIFF formats, as taken from NYPL archives but render differently in thumbnails on Commons.

Jpeg 4.8 MB

TIFF 173 MB
Drawing of Monsier Balon, 1700. The jpeg version has been cropped and rotated by the NYPL curator using the full TIFF scan, so at the time of upload is already suitable for illustrating Wikipedia articles.

As well as the master TIFF, a jpeg version will be loaded if a full size derivative is identified in the metadata. For many collections the only jpegs available are sub-800px wide and not worth loading.

The advantage of having a jpeg is that they make better (sharper) thumbnails at the current time, and are easier to view within Commons, while the TIFF needs to be downloaded to view it losslessly (this may improve in the future). Some of the NYPL collections offer more value in the jpeg versions as they have been cropped and rotated by the curators.

Where crops are needed, such as trimming off redundant scanned background, blank page margins or colour swatches, the jpeg can be cropped using COM:CropTool. Best practice would be to leave the TIFF version untouched as the archive reference image, however cropped derivatives of the TIFF can be uploaded if there is no original high resolution jpeg from NYPL.

After an upgrade to Pywikibot-core in June 2016, made necessary by the WMF rejecting http API queries, it was found that the upload module did not seem to behave well in response to exceptions. This may result in jpeg versions being delayed for an indefinite time. Refer to #T138206.

Galleries[edit]

Many of the documents in the NYPL collections have multiple pages. The UUID link in the image description provides an easy way of finding all "live" pages and variations of the same document. In addition there is a post-upload housekeeping process to create gallery tables placed at the Other versions parameter in the information box for each image, see Help:Gallery tag. This cross-links each page with thumbnails for all the other pages with the same UUID, giving an easy visual way to navigate around a document. Where both TIFF and jpeg versions of the same page exist, these will be shown as duplicate images in the gallery, though as the filename is shown when the user floats their mouse over the thumbnail, the user has a choice over which type of file to jump to.

When images are deleted, at the current time this is only likely to happen for mostly blank pages with little educational value, the gallery will show a blanked space for the link. The housekeeping routine can be re-run to update all galleries including removing deleted files, if there are sufficient numbers for it to be worthwhile.

Categorization[edit]

The NYPL metadata includes subject / topics which are checked to see if there are matching Commons categories, and added if not marked as {{CatDiffuse}} or {{Categorise}} categories. The full list of topics is added to the image page text information.

As the NYPL metadata has an inconsistent JSON format, the use of topics cannot be relied on for any particular image or collection.

As of June 2016, the family tree of categories for the NYPL collections is not ideal. Images may appear in all of a specific collection category, a NYPL department category and the template based bucket category. It could be that the auto-generated department categories might be mass removed where specific collection categories exist, on the basis that a collection is always within a department.

From July 2016, the batch upload process started to recognize where categories use {{category redirect}}, and skip any category matching that condition. This avoids the situation where the images are moved automatically to a category already marked with diffusion templates and may cause a "flooding" problem.

Examples:

Use of GLAMwiki toolset[edit]

The cost/benefit ratio of crafting XML output so that GWT could present similar image pages and categorization is not really worth the "calendar time" saving, as this would mean carefully reviewing each collection to handle JSON mapping oddities. Similarly, avoiding a "big bang" upload process means that the community has a more realistic period to discover the new uploads and provide feedback on quality issues.

The GWT was used for uploading some TIFFs over 100MB in filesize, but this became unnecessary after changing from Pywikibot compat to the core version which includes the ability to use chunked uploading and files up to 1GB in size. Based on past experience, home broadband may effectively limit uploads to 8GB per month, principally due to slow upload speeds, a magnitude slower than what is possible with GWT. However as a slow upload process gives more time for feedback and corrections, this may end up being a key additional benefit.

The above method has been superseded by white-listing of url transfers for both TIFF and jpeg images from the nypl.org domain. This enables fast uploading of even the 100MB+ files as they are no longer reliant on my home broadband connection. There are still double checks on SHA1 matches and post uploaded double checks on the image pages, but the process is a magnitude faster.

Multiprocessing[edit]

Three image upload threads with one finishing after 10 minutes of upload connection time. "J49" was the unique local task name, with "223" showing this was image 223 out of the NYPL collection of several thousand.

From 19 May 2016, some of the uploads started to use multiprocessing. This enables the uploading of several files in parallel. The Python code works as normal, going through the collection linearly, but then spawns processes to handle each upload.

After trials, the parallel uploading was limited to 2 files at the same time for the same collection. Though multiprocessing ensures that there is no gap between uploading files while parsing source metadata, there was no apparent speed benefit in having more than a couple of files uploading in parallel. The reasons for this are likely to be a combination of (a) there are automated throttling processes at the Wikimedia server end, (b) it is likely that automated throttles apply at the NYPL source, and (c) the files are reliant on a home broadband connection with a fixed upload bandwidth limit.

For the NYPL batch upload, the relevant multiprocessing calls use the module Process and a custom fuction processup which handles the Commons upload call. Here's the relevant call which creates the parallel processing thread and sticks the reference to it in an threads array which then is later used to track the pool of active threads and waits for one to complete whenever the maximum desired number is reached before adding the next:

t = Process(target=processup, args=(source, filename, d, acount, count, totalpages, perpage, filenameid, tname, comment + " " + tname, localsize, ), name=tname)
threads.append(t)
t.start()

Parsing the NYPL API (with Python)[edit]

The NYPL API service requires a login which you set up by providing an account name and password on the website http://api.repo.nypl.org/. In response the site provides you with a token for API calls which is valid for a maximum of 10,000 requests in a day (if you hit this, you are probably using calls very inefficiently!). When pulling information from the API, Python needs to put an authorization code in the url request header. This looks like headers = { 'User-Agent' : 'Mozilla/5.0' , 'Authorization': 'Token token="abcdefghijklmn"'} where the token is the long code that NYPL provided and headers would be passed in calls like http.urlopen('GET', u, preload_content=False, headers=headers). I happen to be using urllib3 to handle https, but that's not essential for the NYPL calls to work.

Here's a cut & paste from a terminal window where my parser is pulling out relevant information for an NYPL image and ends up creating Italy._Kingdom_of_the_Two_Sicilies,_1817-1819_(NYPL_b14896507-1608945).tiff as part of the Vinkhuijzen collection upload:

 ID_Hades struc ID (legacy)  1098453
 ID_uuid  98b9f420-c54a-012f-b4ed-58d385a7bc34
 uuid  510d47e3-f235-a3d9-e040-e00a18064a99
 title  Italy. Kingdom of the Two Sicilies, 1817-1819.
 url  http://digitalcollections.nypl.org/items/510d47e3-f235-a3d9-e040-e00a18064a99
 topics  
 ID_Hades Collection Guide ID (legacy)  206
 filename  Italy. Kingdom of the Two Sicilies, 1817-1819 (NYPL b14896507-1608945).tiff
 imageID  1608945
 note  Italy. Kingdom of the Two Sicilies, 1817-1819.
 source  http://link.nypl.org/oCcX5CERRragkGJruYT_Ywr
 ID_NYPL catalog ID (B-number)  b14896507
 date  
 ID_CATNYP ID (legacy)  b6535738
 modslink  http://api.repo.nypl.org/api/v1/items/mods/510d47e3-f235-a3d9-e040-e00a18064a99
 ID_RLIN/OCLC  45057766

The filename is being generated using the naming convention using the NYPL title and best NYPL unique identities for the artifact plus the imageID which is then unique to the page level within an artifact (i.e. document). Note that no date or topics have been found for this artifact. The modslink provides most of this information but requires JSON parsing. The parsing needs to be done defensively, in practice the data scheme used may vary between collections, for example the use of 'note' fields to contain a useful description may be absent and in this example is being replaced by the title text. The NYPL unprocessed source looks as below:

{"nyplAPI":{"request":{"uuid":{"$":"510d47e3-f235-a3d9-e040-e00a18064a99"}},"response":{"headers":{"status":{"$":"success"},"code":{"$":"200"},"message":{"$":"ok"}},"mods":{"version":"3.4","schemaLocation":"http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd","titleInfo":{"supplied":"no","usage":"primary","title":{"$":"Italy. Kingdom of the Two Sicilies, 1817-1819."}},"name":{"authority":"","type":"personal","valueURI":"","namePart":{"$":"Vinkhuijzen, Hendrik Jacobus"},"role":{"roleTerm":[{"authority":"marcrelator","type":"code","valueURI":"http://id.loc.gov/vocabulary/relators/col","$":"col"},{"authority":"marcrelator","type":"text","valueURI":"http://id.loc.gov/vocabulary/relators/col","$":"Collector"}]}},"typeOfResource":{"$":"still image"},"language":{"objectPart":"","languageTerm":[{"authority":"iso639-2b","type":"code","valueURI":"http://id.loc.gov/vocabulary/iso639-2/eng","$":"eng"},{"authority":"iso639-2b","type":"text","valueURI":"http://id.loc.gov/vocabulary/iso639-2/eng","$":"English"}]},"subject":{"authority":"lcsh","valueURI":"http://id.loc.gov/authorities/subjects/sh2008107806","topic":[{"authority":"lcsh","valueURI":"http://id.loc.gov/authorities/subjects/sh85139693","$":"Military uniforms"},{"authority":"lcsh","valueURI":"http://id.loc.gov/authorities/subjects/sh85061212","$":"History"}]},"identifier":[{"displayLabel":"CATNYP ID (legacy)","type":"local_catnyp","$":"b6535738"},{"displayLabel":"RLIN/OCLC","type":"local_other","$":"45057766"},{"displayLabel":"NYPL catalog ID (B-number)","type":"local_bnumber","$":"b14896507"},{"displayLabel":"Hades Collection Guide ID (legacy)","type":"local_hades_collection","$":"206"},{"displayLabel":"Hades struc ID (legacy)","type":"local_hades","$":"1098453"},{"type":"uuid","$":"98b9f420-c54a-012f-b4ed-58d385a7bc34"}],"location":[{"physicalLocation":[{"authority":"marcorg","type":"repository","$":"nn"},{"type":"division","$":"General Research Division"},{"type":"division_short_name","$":"General Research Division"},{"type":"code","$":"GRD"}],"shelfLocator":{"$":"8-MMEH (Vinkhuijzen collection of military uniforms)"}},{"shelfLocator":{"$":"8-MMEH (Vinkhuijzen collection of military uniforms) vol. 401"}},{"physicalLocation":[{"type":"division","$":"General Research Division"},{"type":"division_short_name","$":"General Research Division"},{"type":"code","$":"GRD"}]}],"relatedItem":{"type":"host","titleInfo":{"title":{"$":"Italy. Kingdom of the Two Sicilies, 1817-1819."}},"identifier":[{"type":"uuid","$":"938f3a70-c54a-012f-08ac-58d385a7bc34"},{"type":"local_hades","$":"1097395"}],"relatedItem":{"type":"host","titleInfo":{"title":{"$":"Italy"}},"identifier":[{"type":"uuid","$":"bd07a6c0-c546-012f-6cf8-58d385a7bc34"},{"type":"local_hades","$":"773362"}],"relatedItem":{"type":"host","titleInfo":{"title":{"$":"The Vinkhuijzen collection of military uniforms"}},"identifier":[{"type":"uuid","$":"51894d20-c52f-012f-657d-58d385a7bc34"},{"type":"local_hades","$":"269277 local_catnyp"}]}}}},"rightsStatement":{"$":"We believe that this item has no known US copyright restrictions. The item may be subject to rights of privacy, rights of publicity and other restrictions. Though not required, if you want to credit us as the source, please use the following statement, \"From The New York Public Library.\" Doing so helps us track how our collection is used and helps justify freely releasing even more content in the future."}}}}

Phabricator tickets and unresolved failures[edit]

Miscellaneous tickets[edit]

  • Phab:T137687 added the domain images.nypl.org to the Commons url whitelist. This enabled url uploading of jpeg versions of images in addition to the TIFFs which come from link.nypl.org.
  • Phab:T140075 (July 2016) WMF ops requested to limit uploads as my account seemed to account for unexpectedly large data spikes. Ops were planning on ~140GB/day but my NYPL uploads alone were hitting over 220GB/day. Planned new hardware to go online this month will make higher data rates easier to accommodate and this irrelevant.

Stashedfilenotfound[edit]

This is an error introduced during the transition to Pywikibot-core. It makes it impossible to use url transfers to upload large TIFFs where the jpeg version already exists (the error to be ignored is termed "exists-normalized" by the Commons API). At the current time there is no easy work-around. For jpeg versions to be uploaded, these are still being uploaded from a local copy without using "chunking", in order to get around the problem, but this would be an unrealistic solution for TIFFs which may be of the order of 200MB in size. As a result of this problem, there may be NYPL files that have been uploaded in jpeg format for which the TIFF version has been skipped.

This bug was first raised on Pywikibot in March 2016. Refer to Phab:T129471 and Phab:T138206.

Multi-sheet problem (done)[edit]

Example of UUID with multiple images, front and back of a stereogram, in this case with a description on the back.

Example item query: http://api.repo.nypl.org/api/v1/items/449d4220-c58d-012f-dcd3-58d385a7bc34 First page uploaded: File:The daisy (NYPL Hades-446489-1152945).jpg

The default assumption is that the UUID matches to an image, however multiple images (like the sheet music above) have multiple ImageIDs to one UUID. The group can be pulled out of the imageLink matches as a list to loop on.

✓ Done Though it would be nice if the images cross-linked using other_versions, clicking the UUID will show all images relating to the object on Commons. A large example can be found at Category:The Automobile Club of America Tour Book.

Colour profile problems[edit]

Some TIFFs have types of colour profile that result in badly presented images using Firefox, but may display correctly using Chrome. The colour profile can be stripped or replaced in the TIFF. As changing the file means that checksum (SHA1) duplicate searches will fail, it is best if the original image from the NYPL archives is uploaded and then overwritten.

If a profile detection method can be devised, it may be possible to automate this correction.

A sample of images have the first 500 characters from the colour profile included on the image text page as a hidden comment so that different types of profile can be searched out using source searching. For example matches to "_HapplscnrRGB Lab" display badly in Firefox v43 (the current version at the time of writing). TIFF colour profile data is not available through the Commons API, the displayed EXIF data, or any other methods.

Bad TIFF[edit]

Files where on an attempted upload the API returns 'tiff_bad_file' have yet to be explained. It could be that for some NYPL files, the TIFF compression is in an unusual format. These files cannot be uploaded without being transcoded, so are skipped in this batch project. It is worth noting that for the example under 100MB, the custom uploader uses the Python Image Library to query tiffinfo and works successfully, it is the use of a tiffinfo command at the WMF server side that falls over.

Example
http://digitalcollections.nypl.org/items/510d47dd-ea5c-a3d9-e040-e00a18064a99 All aboard for Podunk

{u'servedby': u'mw1125', u'error': {u'info': u"This file did not pass file verification: The uploaded file contains errors: tiffinfo command failed: '/usr/bin/tiffinfo' '/tmp/r0fzoW' 2>&1", u'*': u'See http://commons.wikimedia.org/w/api.php for API usage', u'code': u'verification-error', u'details': [u'tiff_bad_file', u"tiffinfo command failed: '/usr/bin/tiffinfo' '/tmp/r0fzoW' 2>&1"]}}

Reports[edit]

These are reports created using the GLAM dashboard run by Faebot. The reports include the 80,000 lower resolution jpeg images successfully loaded from the NYPL in 2008 by Dcoetzee, which distorts the results:

Volunteers[edit]

Edits # Volunteers
1000+ 46  · Иван Дулин · Jon Kolbert · Jarnsax · Wieralee · Wolfmann · Dcoetzee · Elgewen · Takeaway · JMCC1 · Vzeebjtf · Jmabel · Pegasovagante · Ziggyfan23 · WFinch · Choess · Geagea · WaldiWuff · Rob87438 · Jim.henderson · Mindmatrix · Zaccarias · Rmhermen · Ruff tuff cream puff · Beyond My Ken · Taterian · Monopoly31121993 · Hilohello · DALIBRI · Shakko · Daderot · Howcheng · Auntof6 · ShinePhantom · Themightyquill · Stefdn · Kürschner · Tangopaso · Tm · Billofocham · M2545 · Hiddenhauser · Arachn0 · Epicgenius · GreenMeansGo · Ruthven
100+ 177 Djiboun · Jeff G. · BoringHistoryGuy · HugoHelp · Robert Weemeyer · SecretName101 · Look2See1 · Charles Matthews · Paris 16 · Jwh · Deansfa · Nyttend · Acabashi · Lotje · Thiotrix · Nilfanion · Ecummenic · Ji-Elle · Thor19 · Bohème · Infrogmation · Kersti Nebelsiek · Dannebrog Spy · AnRo0002 · ARTEST4ECHO · An Errant Knight · Pmau · De728631 · DanTD · MILEPRI · WereSpielChequers · Animalparty · Blackcat · 208.81.184.4 · Catfisheye · Jotzet · Yassie · Pi.1415926535 · Broichmore · Finavon · MPF · Junkyardsparkle · Xnatedawgx · Magicpiano · Cathy Richards · Docu · MaxxL · Warburg1866 · FrankyLeRoutier · Mu · BMacZero · Kenmayer · Markhole · Deanlaw · Xviona · Boo-Boo Baroo · EurekaLott · Midnightdreary · Fleur-de-farine · Kalbbes · Stunteltje · Zeete · Kzirkel · Joostik · Deadstar · Ebyabe · NeverDoING · Badzil · Mtsmallwood · Courcelles · Myasuda · Monumenteer2014 · Ashashyou · Farragutful · Closeapple · FlickreviewR 2 · Harej · Butko · Krassotkin · Jarekt · Jim Derby · Avron · Clusternote · Fayhoo · Smooth O · Foroa · Salicyna · 71.185.74.8 · Waz8 · Funandtrvl · Gamaliel · Origamiemensch · Kosboot · Kilom691 · Fmvh · Gürbetaler · Tokorokoko · Mark Schierbecker · Sgconlaw · Man vyi · Saga City · Kaganer · Gandvik · LlywelynII · Danzig88 · Steinsplitter · Hamblin · Rhadamante · Headlock0225 · LX · Mel22 · Kennethaw88 · Re5x · Rcbutcher · Andyzweb · Aschroet · User-duck · DanielPenfield · Judithcomm · FlickreviewR · Asclepias · Till.niermann · Mattes · Ain92 · 玄史生 · MHM55 · Anna reg · Jochen Burghardt · DenghiùComm · Revent · Scewing · Smmurphy · JotaCartas · Lioneldecoster · Missvain · Hsarrazin · Reykholt · Rsteen · WayneRay · Hhm8 · Tetris L · Djembayz · Archaeodontosaurus · Tostman · Pierre cb · RobDuch · Green Giant · Kober · Jospe · Elkost · Primaler · Tuvalkin · Ghouston · Pedro Xing · Daniel Case · Abujoy · Tdorante10 · MrFrosty2 · Dzlinker · N. Wadid · Ulf Heinsohn · Civa · Markscheider · Outriggr · Vysotsky · Michael Romanov · O484~enwiki · Brigade Piron · Blue Elf · Laura1822 · Mdeazpeitia · Hornstrandir1 · Ww2censor · Joanbanjo · Dogears · Mjrmtg · Amada44
10+ 508 Florn88 · Traumrune · Itti · Caseyjonz · JuTa · Eddaido · Liné1 · Golpeador · Nheyob · CaroleHenson · Achim55 · Grolltech · Pitke · Magog the Ogre · Palamède · Mirokado · Martin H. · Allforrous · Pierpao · Lambtron · Huwmanbeing · Neelix · Jmarchn · Marcbela · TwoWings · Perumalism · Vmenkov · XR728 · Сергей 6662 · Zetpe0202 · Beria · RedWolf · ProfessorX · Túrelio · BD2412 · Iranianson · Paulbe · Chatsam · Arnaud Palastowicz · DePlusJean · Racconish · Michael Barera · Marcus Cyron · Svensson1 · Rafael Zink · AxeEffect · Xgeorg · Drbones1950 · Fietsbel · Huldra · Skinsmoke · Ciaurlec · Morgan Riley · Eco84 · INeverCry · Tim1965 · MMFE · King of Hearts · Tyk · Nāvika · Yann · Orchi · Katharinaiv · Kresspahl · HerrAdams · Mjroots · Johnbod · Moreau1 · Cameron Kay · Countakeshi · Kleon3 · 桂鷺淵 · Peteforsyth · Crouch, Swale · SofoPodilska · Olybrius · Skeezix1000 · Hydro · Photographer Granny · Bukk · Clindberg · Michaeldsuarez · AndreasPraefcke · SBaker43 · Gavin.collins · Averette · StanProg · Transifex · Materialscientist · P199 · Jappalang · Lwarrenwiki · Wikiwal · Mercurywoodrose · Multichill · Emw · TeleComNasSprVen · 72.69.85.195 · Спасимир · Albertomos · AgnosticPreachersKid · ŠJů · FieldMarine · ВоенТех · Bdk · Владислав Резвый · Opencooper · Sanfranman59 · Christian Ferrer · RaboKarbakian · Ghirlandajo · Nickknack00 · Лобачев Владимир · Achird · 173.59.124.13 · Raupkopie · Rodomonte · BrineStans · Surprizi · Mo2010 · ברוך שם · Rhododendrites · Evrik · Jaqeli · AdamBMorgan · J 1982 · DarwIn · Aitorembe · Chenspec · Famartin · KAVEBEAR · Misigon · Marc-AntoineV · Elyaqim · Meinhattan · Metilsteiner · Daphne Lantier · W.carter · Rich jj · Velma · Schekinov Alexey Victorovich · Concord · CaribDigita · BeatrixBelibaste · Djr13 · Ellin Beltz · Worldantiques · Vanbasten 23 · Automotivnik · CLI · Michael Bednarek · Slambo · Andy Dingley · StellarD · Innotata · Jameslwoodward · UAwiki · Frank C. Müller · Syrio · Slowking4 · Dankarl · Ykvach · Sergey kudryavtsev · Takabeg · PigeonIP · Harrias · Wheeke · Lx 121 · Heralder · Rosiestep · Gerrit41 · CommonsDelinker · Basilicofresco · Zigzig20s · Carl Ha · Benji the Pen · RL0919 · Wmpearl · Rapsar · Pigsonthewing · Berillium · Lamberhurst · Spinster · Altairisfar · HyperGaruda · Sanandros · EChastain · Atamari · Vissarion · Chris Light · Giorgiomonteforti · 1Veertje · Hannolans · Bob Burkhardt · Gryffindor · MKFI · Kopiersperre · Stilfehler · GeoWriter · Fma12 · Jujutacular · Hansmuller · Léna · Mhmrodrigues · Rettinghaus · Globetrotter19 · Mathiasrex · Leyo · Ariadacapo · Kulmalukko · Ortadox · Rodhullandemu · Als33120 · LamBoet · Alaspada · Robert.Allen · HantsAV · Monopoly31121993(2) · Sebastian Wallroth · Russian Rocky · LBM1948 · John Sweeney · BartekChom · Wknight94 · Ham II · Civa61 · Witia · Faolin42 · Pilettes · INS Pirat · Maile66 · Herzi Pinki · Turco85 · Artaxerxes · Alcmaeonid · Borvan53 · Floti8 · 2003:45:5C6F:C53C:1045:7C2F:26D6:DD85 · Entertainment Buff · Runner1928 · Jacklee · JustSomePics · Frze · 84.122.197.221 · Apollo1758 · Druyts.t · Abubiju · 99of9 · NYCRuss · Brian W. Schaller · Mutter Erde · EncycloPetey · Howard61313 · Mbdortmund · LookLook36 · RobertLechner · Tillman · Mariomassone · Havang(nl) · ServB1 · Christophe Dioux · Thib Phil · Pharos · Steve Morgan · Didym · Arado · Sodacan · שמי סמעון · Papa6 · David Eppstein · Wouterhagens · Thierry Caro · PeterWD · Guil2027 · H005 · JasonCarswell · Catsmeat · Mahir256 · Cirt · Ray Garraty · Cnbrb · Dudu90 · Stefan Kühn · Mordomo · Anatole Longfellow · WolfD59 · Aroche · Hohum · Holapaco77 · 木の枝 · Mdd · Cobatfor · Karamanli86 · Dsprc · Olaf Studt · AimlessWonderer · SunOfErat · KTo288 · Geolina163 · ClemRutter · Thorseth · Bossanoven · Rlevse · Utcursch · Verne Equinox · Ardfern · Drongou · Tn4196 · Notafly · Scillystuff · Branor · Johnsoniensis · Rd232 · Yuriy75 · Rillke · Stefan2 · Ctac · Downtowngal ·  · Cecil · Nandaro · Denverjeffrey · Roseohioresident · Coyau · Gyrobo · Oxyman · Cplakidas · Zykasaa · עדירל · Phso2 · Chase me ladies, I'm the Cavalry · Rupert Clayton · Zumalabe · Moyogo · Andrew Gray · Speravir · 75.41.110.200 · Ras67 · GeorgHH · Y.haruo · 2003:45:5C52:501:1180:6495:645D:2ADA · Jane023 · Hopeliz · Alexander Hug · DragonflySixtyseven · Навка · Otogi · Zhuyifei1999 · Ryanag · JMK · Minerv · Blast furnace chip worker · O484 · Sunmist · Luke · El. · AntiCompositeNumber · Martin Kraft · Ktr101 · G.dallorto · Soerfm · Humboldt · Airelle · Schlurcher · Svajcr · Lalupa · K2545 · Imoisset · Jacquesverlaeken · Netanel h · Leo1pard · Fanoftheworld · Jeangagnon · Victuallers · Pyb · 2A02:810D:FC0:794:7CAC:F9C2:15B2:A56B · Oaktree b · VIGNERON · Rob at Houghton · Ciricula · Gardmanahay · Cyborian · Parair · Morio · Denniss · Sikander · Julien1978 · Akrabbim · Shattered Gnome · Billinghurst · Ephraim33 · E4024 · JPRiley · Mandariine · Freddo · MarmadukePercy · Emerson7 · Amcaja · KirmiziAdam · Lewenstein · Лапоть · DieBuche · Sgsg · Alexandronikos · 74.103.155.48 · Hike395 · Mmcannis~commonswiki · Erik Wannee · Jonund · P. S. Burton · 2003:45:5C52:501:65B4:893F:AFE6:17AA · יעקב · Llann Wé² · ArséniureDeGallium · Георгий Палкин · Underwaterbuffalo · Mapmarks · Benzoyl · Alan · Sadads · Uzma Gamal · Kaiketsu · Bogdanov-62 · Bogomolov.PL · Niklem · Rachmat04 · BrightRaven · Slick · Niagara · Zoupan · Juliancolton · Stolbovsky · Ori~ · Aboutmovies · 2A02:810D:FC0:794:618F:7813:9BC:6B34 · 2003:45:5C3D:FF2B:A5BB:84F4:8128:1281 · Anna Frodesiak · Fish storm · Poppo154 · 1630ab · Xufanc · Latemplanza · Icarusgeek · Abyssal · Erik Baas · Pierre5018 · Beleg Tâl · Gaius Cornelius · Wikimandia · Orest2000 · CAPTAIN RAJU · Pe-Jo · Allen3 · FallingGravity · Peter Clarke · Kevin Myers · Slashme · Off-shell · Leaflet · Chabe01 · W!B: · Sjokolade · Mike Cline · Santosga · Mvelam · Jergen · Seb az86556 · Hu Totya · Jheald · 2A02:810D:FC0:794:B5C1:40B:FA7E:A30D · Halvorsen brian · OttawaAC · Xhienne · Sbmeirow · Fabartus · Claus Obana · 73.114.35.30 · Olivier · Alexis Jazz · 69.115.42.244 · Papergirl · Library Guy · Place Clichy · Gbarta · Jdsteakley · Jan Arkesteijn · Musée Annam · DavisSta · Jwillbur · XRay · 89.245.196.172 · Аракаси · 87.97.131.116 · Petri Krohn · FA2010 · Jaro.p~commonswiki · Giakosh · BlackcurrantTea · Camerafiend · J. Patrick Fischer · BarnCas · Dobie80 · Vincent Steenberg · OlafJanssen · Found5dollar · Pauk · Nadiatalent · SteveStrummer
1460 Mx96WCO · DASonnenfeld · Magnus Manske · Pyrophyt · 2003:45:5C3D:FF99:7CDD:E9D6:5097:ECA6 · Rcsprinter123 · Xenophon · Magnus J · Liftarn · Unserefahne · Taivo · BaomoVW · Halavar · Roland zh · Veliensis · Ranveig · Khruner · Deerstop · MB298 · 禁樹なずな · Tolomm · Nemo bis · PRRfan · Photojunkie · Ichabod · TFCforever · HLHJ · Clariosophic · DixonD · ZemplinTemplar · A ri gi bod · Smiley.toerist · Geo Swan · Tschips · Dmitrismirnov · Varaine · Spiessens · Wrelwser43 · O'Dea · WhatamIdoing · Briarfallen · Hiart · Jfbarlow · Ies · Natubico · I99pema · Werewombat · Chesdovi · ArnoldReinhold · Seudo · 86.183.18.80 · Joxemai · 84.125.176.143 · Scriber en · Eunostos · Kyllo · Nihonjoe · 72.244.204.76 · DACC23 · Illegitimate Barrister · MagicatthemovieS · Sarah Layton · NordNordWest · Jeremiah21 · Stombari7 · Shizhao · McZusatz · Common Good · George Ho · Jajabis · Jarould · Basvb · Zundark · Scott 2 · WajWohu · Yzarg · Armbrust · Cucumber · MathewTownsend · 67.100.127.127 · Dschwen · Sint Aldegonde · Schlosser67 · Wst · Quibik · Quartermaster · Vantey · NearEMPTiness · Tobyc75 · 93.147.198.219 · Washuotaku · JWBE · Nonenmac · Diwas · Kintaro · Vachinets · Gts-tg · Mätes II. · Saibo · Olahus · Pelikana · Negrotarian · AnonMoos · Varnent · Bukvoed · NVO · Tiberioclaudio99 · Sailko · Ambre Troizat · GT1976 · Альба-Лонга · Iberieli · Migebert · Jllm06 · Wikilester 2 · -revi · Silar · Jakubkaja · Teofilo · M5 · Guliolopez · Fungus Guy · Dbachmann · Figure19 · Tim Pierce · The real Marcoman · Te750iv · Mario1952 · Dtarazona · Юрий Гусев · Ser Amantio di Nicolao · HaeB · Lobo · Truelz · Joshbaumgartner · Mippzon · Андрей Романенко · Jbarta · Erfil · Roberta jr. · 67.84.27.8 · Benchill · Monumenteer2014camper · WOSlinker · DmitTrix · Goombah · Bürgerentscheid · Mulad · Voevoda · Chyah · MChew · Atlasowa · LutzBruno · Nv8200pa · Tbonny · Axpde · Fructibus · McGhiever · CambridgeBayWeather · Capricorn4049 · Eweht · TheRealHuldra · Dml~commonswiki · Moe Epsilon · Orrling · Sreejithk2000 · SarekOfVulcan · InverseHypercube · Rafic.Mufid · Dysmorodrepanis · Pölkkyposkisolisti · Tony Wills · Pvmoutside · PawełMM · ZxxZxxZ · 75.61.135.68 · Jo-Jo Eumerus · Kayser Ahmad · Tamsier · FunkMonk · Davidt8 · R-E-AL · Wiki13 · Spyder Monkey · Edithsme · AragonChristopherR17Z · Хомелка · Keraunoscopia · Batholith · 101.108.10.48 · Categorizing · Coldcreation · 87.97.135.27 · 67.101.7.22 · JarrahTree · VernoWhitney · Mark Gasoline · Shadowxfox · Gveret Tered · Markondes · Pixeltoo · Eric in SF · ShelleyAdams · Airkeeper · Nesnad · Kerim44 · GrapedApe · 2003:45:5C77:9B01:9958:5D38:8AF4:5CE · Ppntori · Saftgurka · Artix Kreiger 2 · Jacques Ballieu · Hazmat2 · Voice of Clam · Martha2017bgc · Polarlys · MartinB29 · Interfase · Darekm135 · Pristurus · 2003:45:5C47:D201:74CF:BE7:4EAA:BC73 · Felix Folio Secundus · Ogram · Bassaar · 72.244.200.209 · Melberg · Jeblat · Jianhui67 · Carnby · Mackensen · MB-one · Renamed user akdllvjbhlnbjfl · Amineshaker · Sardur · 89.215.207.81 · Chaoborus · Ditch Witch · Rrburke · Tvwatch~commonswiki · Antanana · Was a bee · Marv1N · Timbuk-2 · Mliu92 · SarahStierch · FastilyClone · Macassar · Siebenschläferchen · Neithsabes · Ineuw · Burts · 67.101.6.114 · Jpbazard · Victorgrigas · Artix Kreiger · Ssolbergj · Lupo · Grayfell · 72.244.200.222 · Apdency · 169.234.13.65 · Pmlineditor · Zolo · Richard Arthur Norton (1958- ) · Partynia · Memorato · Sven Manguard · Ervaude · Rime · Atefrat · Moabdave · דקי · Josve05a · EugeneZelenko · Triedros · Donarreiskoffer · Cekli829 · Flasksrw · Mabalu · Editør · Anniolek · Ammodramus · Artoria2e5 · ZooPro · JMOprof · Derbrauni · Laurent Bélanger · Jcb · Jibi44 · Jimmy44 · Yngvadottir · Taamu · Greenshed · 173.59.13.18 · Stepheng3 · PhilKnight · Spectorman · Lymantria · G3p3tto3 · Mauelhure · Brackenheim · Octave.H · Fountains of Bryn Mawr · Ecpclio · Mkallgren · Salvaeditor · Knuth · Stïnger · Dan arndt · FSII · GR8DAN · Ipoellet · Malcolma · MGA73 · Tuffle3 · RolandUnger · Obakeneko · トトト · Ytoyoda · Odysseus1479 · Justlettersandnumbers · Ronhjones · ChristianBier · Philosopher · Thgoiter · Sandstein · Dyolf77 · 72.244.204.122 · Gestumblindi · Honza chodec · Jonathunder · Robert Dabringhaus · Mike Hayes · Poiuytre · 78.51.42.37 · Sorenike · Fab5669 · 67.101.5.111 · PKM · Muhammad adel007 · Hubertl · Anvilaquarius · SerSem · Froggerlaura · Hans-Jürgen Hübner · JamesA · 84.125.179.82 · McPot · J o · EraserGirl · Another Believer · Nagualdesign · HHubi · 178.83.84.28 · Mr. bobby · Baronnet · Thcollet · Allen4names · Rémih · Kramer Associates · Bảo Ngậu · Traveler100 · EdwardPan · 93.144.85.61 · Montanabw · Spetsnaz1991 · MissionInn.Jim~commonswiki · OwenBlacker · PowerBUL · Testus · ПростоУчастник · LUSportsFan · Villanueva · 72.244.200.21 · Paterm · 98.166.181.17 · Rozmador · Dcastor · TheShadowCrow · Blythwood · Lockley · Wstrwald · Kmhkmh · Jdx · Atwngirl · B222 · Glabb · A7N8X · Fadesga · Georg Pik · Л.П. Джепко · Сторожевой казак · ~riley · Thomon · Curiocurio · 98.213.208.201 · Djampa · Alex Bakharev · Hannes 24 · Slimguy04 · Longhairadmirer · Chris857 · Koffeeinist · PatHadley · Ein Dahmer · Skogsfrun · Nick Number · James Shelton32 · Geek3 · Hzh · 193.233.48.78 · Iloilo Wanderer · ZooFari · Judgefloro · Bilpen · Lubiesque · Alpöhi · Gnach · NJR ZA · Holger1959 · Szczebrzeszynski · DutchHoratius · Bennylin · Neddyseagoon · Oceancetaceen · Чръный человек · 108.208.204.182 · Philafrenzy · Rastrelli F · Andrey Korzun · Dahn · Tigran Mitr am · Joseolgon · MrLinkinPark333 · Struthious Bandersnatch · Voceditenore · Beko · SeptemberWoman · Kirhess · Toffel · Ymblanter · Senator2029 · Dinamik · Micione · Copydays · R'n'B · Kintetsubuffalo · Tamba52 · 77.56.53.183 · Alians PL · 217.186.26.57 · Centpacrr · Tyler de Noche · Nehrams2020 · WRohmer25 · Sean.hoyland · Rlbberlin · Ken g6 · Vogler · Frenezulo · Number Pi · Ö · Chief tin cloud · Terriffic Dunker Guy · Chesipiero · Mark Marathon · Alaexis · Pingelig · Stang · Aylaross · Chris.urs-o · Wikibelgiaan · Arabsalam · Ratte · Tsaag Valren · Soupforone · Ultimate Destiny · 87.97.134.93 · SucreRouge · Pieter Kuiper · Steven Walling · WindingRoad · Mrwojo · Kobac · Jaqen · Sevela.p · Bruzaholm · Tarawneh · Senapa · Hitrovka · Russavia · Warfieldian · Heelgrasper · Simplegoose · Richardkiwi · Hirolovesswords · Fentener van Vlissingen · Ле Лой · T Cells · Jeanhousen · Charlik · M0tty · Groupsixty · Thesupermat · EdTre · 90.231.213.167 · 125.25.151.251 · Papatt · Дагиров Умар · Sj · Keith D · TheGrappler · Well-Informed Optimist · Jodosma · Mogelzahn · MassiveEartha · Alexpl · Soap · Gapfall · Franzy89 · Anne-Sophie Ofrim · Anneyh · Symac · DAJF · Hyacinth · Joan301009 · 90.22.233.91 · Elisfkc · Giorgi Balakhadze · Antepenultimate · KSFT · Zew99 · Talmoryair · FDRMRZUSA · Ingram · Arminnius · Androstachys · Kordas · DrKay · Asia · Klabauter2 · Station1 · Jonathan Cardy · Geogast · Brian Crawford · УмныйПёс · 72.244.206.97 · Luigi Chiesa · Imzadi1979 · Sammyrice · BukhariSaeed · Фрашкард · HarzBuff · Abderitestatos · PM · Mcowkin · ɐiʌɐssnɹ · Richardw · Gungir1983 · Eurodog · 217.186.24.36 · Cbigorgne · 88.113.248.87 · Henrytow · AgainErick · Jbribeiro1 · Morning Sunshine · Anticla rutila · Haplochromis · BMRR · CmdrDan · PrimeHunter · Kerry Raymond · 掬茶 · 217.190.238.45 · Hans G. Oberlack · Goldchinese · Adam Cuerden · Saurusaurus · 2003:45:5C3D:FF65:B1B4:C81E:8CA4:19D2 · Moonik · D. F. Salmon · Shonagon · Churchh · Sphilbrick · Les3corbiers · Kozak nevada · Andy king50 · Guimis · Rakás · 68.116.113.157 · Slon02 · Nick Fishman · I.Sáček, senior · Near cosmos · Joachim Specht · Aldebaran · A.Savin · Supportstorm · IveGoneAway · SaibosTester20110612 · Docteur Ralph · Austriacus · Goesseln · Julzz~commonswiki · 86.92.236.252 · MathKnight · Dennis McClendon · YMS · Dquai · Dreamscome · DilletantiAnonymous · KJG2007 · Royalbroil · 84.122.194.206 · Werieth · Dick Bos · AndreyA · SKas · Alan Liefting · 67.101.7.105 · Discanto · Very trivial · HombreDHojalata · John Vandenberg · 81.244.229.226 · 84user · 72.244.204.234 · Horcrux · Oursana · Hilleyb · Warrenjs1 · 2800:200:E850:F83E:E826:EFF3:2ACB:3050 · AlvaroMolina · Pratishkhedekar · Дар Ветер · UncleMartin · Богданов · Tiraden · 72.244.204.86 · Spem Reduxit · 92.41.215.21 · Djadjko · RockyMasum · Aracali · 112.53.74.34 · 91.66.56.90 · Nsaum75 · Taron Saharyan · Kaldari · Paulo Cesar-1 · Fredlyfish4 · Rimshot · Gereon K. · Erell · Auric · Mauls~commonswiki · Plettman · 1970gemini · Pucesurvitaminee · Wdwd · Koshiyou · Selsharbaty (WMF) · Alfred Löhr · Michael.Kramer · 93.36.67.238 · Carolus · Tolixus · Pablo Busatto · Mattflaschen · Nioger · SpiderMum · Mircea · Moogsi · Aetherophon · Albinoni~commonswiki · Educayshun · Athaenara · RadioKAOS · Underbar dk · Roferbia · Joadl · The Emperor's New Spy · OrganicEarth · Bri · 2A02:810D:FC0:794:9059:64E2:DD0B:875B · EvgenyGenkin · Maire · Vanworden · Kuerschner · Verica Atrebatum · Renardo la vulpo · LittleWink · Ecemaml · Rotpunkt · Quadell · 75.215.21.214 · 72.92.42.99 · Logan · Oneam · 101.108.29.119 · Czar · The Deceiver · Ritarisk · Trycatch · GO69 · Hedwig Storch · BrillLyle · Tryphon · Kablammo · Poutourrou · Ercwlff · Xocolatl · 188.152.134.216 · Jean-Frédéric · 72.244.206.185 · Kevyn · 173.66.58.100 · Karmakolle · 72.244.200.251 · Krib · FreightXPress · Gilgameshkun · Denis Barthel · AVRS · Hans Dunkelberg · 87.253.50.90 · Huster · OSX · MNXANL · Hudconja · Orionist · Siebrand · Jacqke · Edelseider · Cherubino · Shmuliko · TommyG · Funke · Magicaffair · 84.122.193.205 · Aliman5040 · Sixflashphoto · Telim tor · Blairall · MaybeMaybeMaybe · Deror avi · 90.102.101.121 · Unclefvp · Ücretsiz Kürdistan · Hedwig in Washington · 75.72.212.21 · DIREKTOR · Ingolfson · Moumou82 · Elzo 90 · Stegop · Rehman · Firsfron · 78.49.25.46 · Lenka64 · Kippi70 · Chevsapher · Haabet · ArjanH · Kepper66 · Stanzilla · JElder (WMF) · 208.114.146.254 · RobertG · ХомоБот · Marco Chemello (BEIC) · Hindustanilanguage · Fayenatic london · Père Igor · Elinruby · Io Herodotus · Akoopal · 74.106.8.82 · William C. Minor · Rybec · Warburg · Lämpel · Minderbinder · Lliura · Xover · 24.57.196.130 · Electron · Amakuha · Musicologus · Mcapdevila · 555 · Darekk2 · Дима Г · Satrughna02 · Patrice78500 · Maculosae tegmine lyncis · 50.131.221.150 · Cynwolfe · Huntster · 84.122.192.207 · Omni Flames · Iry-Hor · Urbanrenewal · Easchiff · そらみみ · 2A02:810D:FC0:794:C10:179A:D049:9E6A · Brian the Editor · AyodeleA1 · Ultra7 · 162.245.81.185 · JD554 · 72.244.204.82 · Ahalenia · Uleli · AntonierCH · Tom-L · ALE! · RGloucester · Mjdestroyerofworlds · Tikky19 · Tisov m · FDMS4 · KurodaSho · 84.141.19.26 · Yufereff · Marku1988 · Chiswick Chap · Dragfyre · Life of Riley · Triton · XXN · Daniel Mietchen · Gildir · Centenier · Lotse · Love Krittaya · Fitzed · Bohemian Baltimore · Ahsartag · RHM22 · Zcarstvnz · Insider · FredD · Horst-schlaemma · Preacher lad · Themadchopper · 72.244.204.251 · Kai3952 · Humus sapiens~commonswiki · Abxbay · Alpha30 · JeremyA · MMH~commonswiki · Władysław Komorek · Wikielwikingo · Informationswiedergutmachung · 78.55.55.251 · 93.210.83.173 · 149.211.174.104 · Rhyswynne · High Contrast · Tatiana Matlina · Artep66 · Leoboudv · Xeror · LA2 · 84.122.203.43 · 2604:2000:FFC0:76:4186:4C37:9194:F151 · SemBubenny · CeeGee · Birne1993 · Mayer Bruno · Фидель22 · Sitris · 41.143.31.72 · A1AA1A · Fortunate4now · Ron whisky · Archie02 · 75.68.151.128 · GilliamJF · Classiccardinal · 66.108.154.245 · Augiasstallputzer~commonswiki · 92.194.65.163 · Emx~commonswiki · 98.117.116.185 · Jaipasdepseudo · Pi1415926535 · Frank Schulenburg · 70.180.168.124 · Truu · Jsbaschet · TUBS · 72.238.114.197 · Hexagon · Upstatepolyglot · 213.158.217.183 · Beaumain · Makele-90 · 125.25.151.96 · Mlang.Finn · Benoît Prieur · Mackpie · Buffaboy · Brenont · Il piccione zoppo · Bestiasonica · Злобин П.С. · 87.97.135.48 · Docosong · Lori-m · EWriter · Vladimir Ivanov · Nerika · P4K1T0 · Totodu74 · FrobenChristoph · Radek Rassel · Adavyd · Rjd0060 · Uyvsdi · Jtneill · Motopark · LGR109 · Tiptoety · 庚寅五月 · 173.73.92.27 · Sminthopsis84 · Guise · Willemnabuurs · JesseW · 213.158.217.213 · АлександрЛаптев · 124.209.221.138 · HdL85 · Tine · Alonso de Mendoza · Rudolphous · Pierre André Leclercq · Hystrix · LPfi · Renessaince · Penny Richards · Moonsun1981 · Arno-nl · Walter Anton · Valeriy10f · Smallbones · KhaasBanda · Trip Tucker · Nevit · Protestant · Starwhooper · Malluu12 · 41.101.4.189 · Nonexyst · GifTagger · Anarchyte · CarlosVdeHabsburgo · Omegastar19 · Reguyla · Magnolia677 · Djkeddie · Gorthian · Joelbiten · Hozro · Metrónomo · 72.221.110.133 · 213.158.217.103 · Gérald Garitan · Gruß Tom · Guanaco · Nard the Bard · Doc Taxon · FishInWater · Don-vip · Xsandriel · VileGecko · Taxelson · Durova · 97.66.128.162 · Roberpl · AAA uploader · 85.26.186.101 · A. C. Tatarinov · Dudek1337 · Kertraon · J.-H. Janßen · Labattblueboy · Quuxplusone · Hellevoetfotoshoot · Lodo27 · Eraevsky · RM Vollmer · 67.101.7.60 · Oliver H · 92.224.223.229 · 93.36.138.48 · 67.100.127.40 · Ekabhishek · Danorton · Hyju · Lev. Anthony · Niera · Enzo^ · 67.35.152.230 · Berrucomons · 2.80.120.128 · Zinneke · ABrocke · DIEGO73 · 76.118.99.36 · Wearobert · ITA-ATU · Jack User · Columbushistory · Carcharoth · Emijrp · 149.63.89.87 · StefanTsingtauer · Sarawhiting11 · Palickap · JohnnysNewCar · Mshochet · 67.244.58.187 · Kjetil r · Pmx · Milartino · Alexander Shatulin · Matanya (usurped) · Kmorozov · Nconwaymicelli · Antoine.01 · SHFW70 · Radagast3 · Alienautic · Flickerd · 72.244.206.22 · Engelberthumperdink · Piotrus · Fernando.tassone · Wutsje · 87.188.229.3 · Peter in s · Kozuch · Kigsz · JmCor · ماني · 96.40.36.120 · 151.16.210.46 · Seb26 · 205.215.88.178 · Garitan · 2A02:810D:26BF:D974:7975:99CD:C9D1:DADA · 192.245.246.9 · Jean-Jacques MILAN · 93.185.17.251 · BRUTE · Charles Edward · Ruhrfisch · Kenraiz · RP88 · Gauss · CoffeeEngineer · HelenOnline · Eurodyne · Mrrxx · Brya · 67.100.127.174 · Regasterios · Rabanus Flavus · JPS68 · 86.200.82.247 · 104.243.169.89 · Nachcommonsverschieber · Zieben007 · PicturePrince · Simonxag · B dash · Andres rojas22~commonswiki · 72.244.200.201 · DavidIvar · 180.180.38.247 · Davidnugget · 190.166.29.217 · Herald Alberich · Zejo · 41.254.8.88 · 77.246.104.209 · Bapti · Yerevantsi · Lost on Belmont · Iggy the Swan · Kusurija · Akinom · PolBr · Dr.K. · 72.245.53.146 · LBE · Elmschrat · 178.205.196.46 · 87.97.134.212 · 2.6.181.142 · 109.160.79.217 · FBQ · Al83tito · Allo002 · Levdr1lp · 93.185.27.224 · 86.29.253.85 · Density · 67.101.5.98 · Mccapra · Bogorm · Zabia · Earflaps · Pruneau · 104.243.160.188 · Muhranoff · Anagoria · Xb2u7Zjzc32 · Brühl · Syrcro · Adam sk~commonswiki · Codas · Paul venter · Karel Rř · Ordensherre · 2003:45:5C3D:FF24:CCF2:E02C:8B78:DBAE · Maliepa · ANGELUS · Julien Demade · Gomada · Cmprince · 2015.ww · 195.169.213.65 · BrokenSphere · Sankarshansen · Mardus · Damianmx · BlackIceNRW · Vivaperucarajo~commonswiki · 86.30.81.84 · B****n · 1.161.140.185 · Sinuhe20 · Загрузчик · Serouj · Gras-Ober · Elcobbola · 98.228.61.110 · MaksimPinigin · Cicerotulius · 119.192.236.85 · Caméléon Diaphane · Charvex · Futurewiki · Fusil · 217.12.20.51 · Sportsguy17 · Thorvaldsson · Jobrien3910 · 1.132.96.167 · Vorrad · Blurpeace · 27.215.60.50 · October wind · 91.76.66.96 · 78.236.127.164 · Rilegator · Dormskirk · LinkTiger · Vcohen · Miniwark · Dlonrabob · Gatoclass · Tano4595 · PF95-SAuto · Sabuhi from Baku · Thalys~commonswiki · Theodulf · Stewi101015 · 2602:306:806F:AD80:C4E3:BA3D:3078:F8C2 · Ingeni75 · 84.122.198.69 · Plindenbaum · Max Rebo Band · Lamiot · Spiritia · Laurascudder · Randy Kryn · Last Lost · CornWorried · Cœur · CreiterAdam45z · Andre Engels · Triggerhippie4 · Muhandes · Filo cz · Dontworry · FlickrLickr · Prosfilaes · Snowfly · Paul 012 · Generic1139 · 88.123.156.211 · 維基小霸王 · Sfan00 IMG · Jcornelius · Fantassin 72 · Bea Smith · 188.100.50.166 · 81.68.255.36 · 67.101.5.188 · 195.162.24.64 · 85.178.194.127 · 194.187.135.228 · 197.27.161.227 · Томасина · Jed · Milowent · Stepro · GVarnum-WMF · Ahecht · Hamskingshing · Dogad75 · Robert EA Harvey · 109.78.24.96 · Rubenescio · Fritz Jörn · Ajraddatz · Yourfriend1 · 46.39.174.158 · Aymatth2 · 82.120.47.236 · Crimea · 86.180.245.212 · 32X · Libby norman · KevinCuddeback · Sv1xv · 遼東半島 · Luentai16 · Agaath · Trzęsacz · 71.223.126.209 · とある白い猫 · Djkauffman · 76.168.104.2 · 89.215.207.32 · Alftecumseh · Tortie tude · Tankist-777 · Threecharlie · Drork · Kagaoua · 67.234.26.252 · Storkk · 84.122.199.63 · Cancre · Bibliographies-BreakfastOfChampions · 82.42.241.238 · MJWelsh · Erik Warmelink · Veillg1 · Ps2613 · Fox69 · Amga · Fox · Ms Sarah Welch · Queeg · M.e.Bs · 2003:45:5C52:501:7DBD:1F06:2A7D:2A2F · Fran Featherston · 213.158.216.38 · Krupski Oleg · 188.4.233.216 · Jonkerz · We hope · M-B · Prismo345 · Domdomegg · Julian Felsenburgh · Michael.riessler · Level C · W like wiki · UrLunkwill · 08-15 · Shukllachishka Kichwa · Feyth · Velvet · AtelierMonpli · Codrinb · Warairarepano&Guaicaipuro · Awadewit · Croquant · 77.203.215.231 · Sequo · Rochelimit · Romary · 176.239.101.222 · Rasmus 28 · Tokoko · Vincnet · Escoria79 · 12.149.50.2 · Nancymeyer · Don-kun · DanielTom · Qurren · Theornamentalist · Mattinbgn · 67.101.7.23 · Tom354 · 150.214.94.102 · Zac Allan · Jjm596 · Ludger1961 · Wikimedia Österreich · Swampyank · Ibrahim Husain Meraj · Joystick · AniRaptor2001 · Sfrandzi · Pary oken · IlSistemone · Movses · 2001:558:6045:A0:1947:F371:FD3B:B1F8 · 89.215.204.99 · Waggers · 152.26.195.32 · NikitaPanin · Mosab alawad · Thetechwizard21 · Lieutcoluseng · Pequod76 · Smasongarrison · Sionk · Ahonc · Alqhaderi Aliffianiko · Yupik · Dunkerqueenflandre · Sammyday · AtticTapestry · 65.96.44.7 · Hoary · El Funcionario · 77.202.60.218 · Patachonf · Hermógenes Teixeira Pinto Filho · 83.89.43.14 · Rotational~commonswiki · Clemens August von Bayern · WooteleF · 2A02:810D:FC0:794:FDC3:6471:4A43:CB0D · Jhony jose gomez · 67.100.127.171 · 88.209.206.51 · Michel Chauvet · Juiced lemon · Judexvivorum · Shahrux · 70.190.141.190 · 178.6.205.13 · Rschen7754 · MisterSynergy · Gerd Fahrenhorst · Dim Grits · Thundersnow · Badgon · Cwbm (commons) · 88.16.168.8 · Oenghus~commonswiki · Fenikals · Finnrind · Zozr789 · 24.218.158.232 · Midnightblueowl · Parhamr · Wolbo · 84.75.160.122 · Aiko · Ira Leviton · No Swan So Fine · Diana Ringo · Eliedion · Jrtayloriv · 65.88.88.208 · 82.226.18.52 · Nicoli Maege · Sonty567 · VonTasha · SaberToothedWhale · 219.160.42.210 · 2601:82:8200:2CE0:60B5:5059:1B39:EFA · Ourgmich · Gerbis · Gabriel VanHelsing · 67.101.5.216 · 71.178.132.174 · PlanespotterA320 · 217.12.20.54 · 130.94.160.214 · Gaj777 · Mareczko · Patrick.charpiat · Fletcher6 · Homo lupus · Cotonkin · Alexander Sokolov · Jos1950 · Asma Taquo · Beneathtimp · BSonne · Ιγκόρ · Lamilli · Wedg · Karl Gruber · Feydey · 90.191.81.65 · Grendill · Rowanwindwhistler · 67.100.127.132 · Muns · Bidgee · Spaniel · 4meter4 · Renato de carvalho ferreira · Adam37 · Leonid · JoBerica · Michelfernandis · Kdmitry · Macesito · 129.234.0.25 · Farrajak · Haendelfan · Nzeemin · Max Paxman · 77.184.138.203 · 67.100.107.124 · Jcpag2012 · Neolexx · Caravaggista · Aeou · Hunu · Barbe-Noire · 186.2.144.20 · Piki-photow · Lohen11 · 83.4.159.111 · 192.138.57.36 · 206.252.203.138 · 173.77.1.249 · Jeremy Butler · Ben P L · 2600:1008:B018:24F:8C43:FA3D:9495:6B82 · Phinn

Largest[edit]

Popular categories[edit]

Improvement[edit]

Ten randomly selected files with a single mainspace use on Wikimedia projects:

Up to ten randomly selected files with the lowest category counts in the project: