Last modified: 2014-07-05 13:04:58 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T23209, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 21209 - Provide new special pages for statistics on the number of references tags <ref> per article
Provide new special pages for statistics on the number of references tags <re...
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
Cite (Other open bugs)
unspecified
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-10-20 21:27 UTC by Helder
Modified: 2014-07-05 13:04 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
adds a page-property which counts the number of citations (673 bytes, patch)
2014-07-05 11:41 UTC, Joe ST
Details

Description Helder 2009-10-20 21:27:57 UTC
Hello!

I was wondering if would it be possible to have some special page which lists "the most referenced pages" and "the fewest referenced pages" in the sense of the number of uses of the <ref> tags in those pages.

Considering that the information at the wikiprojects should be well sourced, if a page has few or no reference tags at all, it is likely to be a page poorly sourced. Currently, this is situation is indicated manually by adding templates [[Template:Citation needed]] and the [[Category:Articles with unsourced statements]].

Having this kind of statistics automatically generated and shown in a special page would help us to identify the pages which need citation. This should be usefull for other wikis as well.

The special page could let us sort the pages by: number of <ref>s, date of creation, date of last edit and so on...

Would this be feasible?

Helder
Comment 1 Helder 2010-06-29 13:54:46 UTC
Any update on this?
Comment 2 Helder 2010-06-29 14:35:55 UTC
The statistcs could be at special pages like one of these:
* [[Special:UnreferencedPages]]: with an interface similar to [[Special:UncategorizedPages]];
* [[Special:PagesNeedingReferences]]: with an interface similar to [[Special:WantedPages]] showing the number of references per article;
Comment 3 Helder 2011-05-27 21:54:58 UTC
The idea of of using the number of citations to predict the quality of an article is also suggested in the FAQ of the ArticleFeedback tool:
https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Article_feedback/FAQ
Comment 4 Joe ST 2014-07-05 11:41:08 UTC
Created attachment 15852 [details]
adds a page-property which counts the number of citations

this is a rather hacky way of counting citations on a page
Comment 5 Joe ST 2014-07-05 13:04:58 UTC
An alternative to my previous patch would be to place the following line in the if statement instead of the first line:

$this->mParser->addTrackingCategory( 'no-citations-category' );

and also add $wgTrackingCategories[] = 'no-citations-category'; and appropriate MediaWiki messages on no-citations-category and no-citations-category-desc

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links