The Sims Wiki:Todo/explained: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
imported>Duskey
(added unused files)
imported>Duskey
(→‎Unused files: added another help page)
Line 35: Line 35:
*[[Special:UnusedFiles]]
*[[Special:UnusedFiles]]
*[[Help:Add images]]
*[[Help:Add images]]
*[[Help:Displaying images]]
}}
}}
<blockquote>The following files exist but are not embedded in any page. Please note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.</blockquote>
<blockquote>The following files exist but are not embedded in any page. Please note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.</blockquote>

Revision as of 12:14, 30 August 2010

Here you will find the tasks from the To-do list in greater detail.

Dead-end pages

Dead-end pages
Beginner

The following pages do not link to other pages in The Sims Wiki.

This list is usually empty, though sometimes new articles show up here. This can easily be fixed by adding links to other related articles, the game(s) where the subject of the article is from and so on. Many articles also contain infoboxes which usually have many links, though these are templates, which can be tricky for beginners.

Orphaned pages

Orphaned pages
Beginner

The following pages are not linked from or transcluded into other pages in The Sims Wiki.

New articles often end up here as no other articles link to them. You can think of related articles and link the orphaned page in a "See also" section. We also have many Category:Lists, perhaps the orphaned page fits in on one of them.

Unused files

Unused files
Beginner

The following files exist but are not embedded in any page. Please note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.

If you see an interesting image on this list which you feel could be used in an article, please insert the image there.

Duplicate images

Duplicate images
Admin

Search for duplicate files based on hash values.

At the bottom of an image page it will show a link to a duplicate image, just above 'what links here' if the hash values of the images are the same. This means the images have to be completely identical, if someone changes just one pixel in an image and uploads it again, it will not be detected.

The Special:FileDuplicateSearch page leaves much to be desired since you can only search for the title of an image, which is silly since then you'd have to know beforehand that the image is a duplicate. There's a forum thread about how to more effectively search for duplicate images on Community Central.

Luckily there are three work-arounds: Javascript, API & Google.

Javascript

Following a discussion on the Central Community forum, a Javascript was made displaying duplicate images. It is now a custom special page here on The Sims Wiki.

API

The Wikia API can be used to produce a list of all images where the duplicates are marked:

http://sims.wikia.com/api.php?action=query&generator=allimages&prop=duplicatefiles&gailimit=500

Just look for the indented <duplicate file> in the list. Regular users are limited to displaying 500 files at a time. To continue on "the next page" add &gaifrom= and then the last file on the list (without the File: prefix) eg.

http://sims.wikia.com/api.php?action=query&generator=allimages&prop=duplicatefiles&gailimit=500&gaifrom=filename.ext

If you have a bot account or if you are at least a sysop, the &gailimit= can go up to 5,000.

http://sims.wikia.com/api.php?action=query&generator=allimages&prop=duplicatefiles&gailimit=5000

The Sims Wiki currently has 52,010 files. That's some pages to search for regular users, but only 2 pages for bots and admins.

Google

Searching the Sims Wiki file domain for the duplicate text string will also find duplicates:

Search google for duplicate files

The above link searches google with the command: The following file is a duplicate of this file site:http://sims.wikia.com/wiki/File

Note that the results may be outdated.