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 orphaned pages)
imported>Duskey
(added duplicate images)
Line 1: Line 1:
Here you will find the tasks from the To-do list in greater detail.
Here you will find the tasks from the [[{{NAMESPACE}}:{{BASEPAGENAME}}|To-do list]] in greater detail.


==Dead-end pages==
==Dead-end pages==
Line 6: Line 6:
|diff=1
|diff=1
|pages=
|pages=

*[[Special:DeadendPages]]
*[[Special:DeadendPages]]
*[[Help:Links]]
*[[Help:Links]]
Line 18: Line 19:
|diff=1
|diff=1
|pages=
|pages=

*[[Special:LonelyPages]]
*[[Special:LonelyPages]]
*[[Help:Links]]
*[[Help:Links]]
Line 24: Line 26:
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.
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.
{{clr}}
{{clr}}

==Duplicate images==
{{Task-infobox
|title=Duplicate images
|diff=Admin
|pages=
}}
At the bottom of an image page it will show a link to a duplicate image, just above 'what links here' if the [[Wikipedia:Hash function|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 [[w:Forum:Search for duplicate files|Community Central]].

Luckily there is a work-around. The [http://www.wikia.com/api.php Wikia API] can be used to produce a list of all images where the duplicates are marked:

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

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

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

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

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

{{SITENAME}} currently has {{NUMBEROFFILES}} files. That's some pages to search for regular users, but only 2 pages for bots and admins.


[[Category:Site maintenance|{{PAGENAME}}]]
[[Category:Site maintenance|{{PAGENAME}}]]

Revision as of 11:33, 26 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.

Duplicate images

Duplicate images
Admin

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 is a work-around. 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.