Extension:ArticleFeedbackv5
|
Article Feedback v5 Release status: beta |
|
|---|---|
| Implementation | API |
| Description | Encourage users to contribute to Wikipedia by allowing them to verbally assess an article. |
| MediaWiki | 1.18 |
| Database changes | yes |
| License | GPLv2 |
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
|
Check usage (experimental) |
|
- See Article feedback/Version 5 for more information.
The Article Feedback Tool, Version 5 is a Wikimedia Foundation project designed to engage Wikimedia readers in the assessment of article quality, one of the five priorities defined in the strategic plan. It is currently deployed on a subset of pages on the English Wikipedia. Later versions will have a page to show feedback posted to an article, with moderation tools.
This extension does not work with MediaWiki 1.17!
Contents |
[edit] Installation
You also need to install:
- Extension:ClickTracking (which requires Extension:UserDailyContribs)
- Extension:EmailCapture
To install this extension, add the following to LocalSettings.php:
require_once( "$IP/extensions/UserDailyContribs/UserDailyContribs.php" ); require_once( "$IP/extensions/ClickTracking/ClickTracking.php" ); require_once( "$IP/extensions/EmailCapture/EmailCapture.php" ); require_once( "$IP/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php" );
and run maintenance/update.php (Note that installation works, but updates are not currently supported.)
[edit] Configuration
[edit] $wgArticleFeedbackv5Categories
An array of category titles (using '_'s instead of spaces). Pages in any of these categories will have the rating widget shown. If empty (the default), the extension is effectively disabled. e.g.:
- $wgArticleFeedbackv5Categories = array( 'Foo_bar', 'Baz' );
[edit] $wgArticleFeedbackv5DashboardCategory
A category title (using '_'s instead of spaces). Pages in this category will have the feedback dashboard page enabled.
- $wgArticleFeedbackv5DashboardCategory = 'Foo_bar';
[edit] $wgArticleFeedbackv5BlacklistCategories
Which categories the pages must not belong to have the widget added (with _ in text). e.g.:
- $wgArticleFeedbackBlacklistv5Categories = array( 'Baz' );
[edit] $wgArticleFeedbackv5Namespaces
Only enable the widget in these namespaces (regardless of the category of the page). Defaults to $wgContentNamespaces (defaults to array( NS_MAIN ) ). e.g.:
- $wgArticleFeedbackv5Namespaces = array( NS_MAIN, NS_HELP, NS_PROJECT );
[edit] $wgArticleFeedbackv5MaxCommentLength
Restrict comment length to an arbitrary number of characters. Defaults to zero for no check. e.g.:
- $wgArticleFeedbackv5MaxCommentLength = 400;
[edit] Feedback
Open tickets in Wikimedia's BugZilla under the "ArticleFeedbackv5" component in the "MediaWiki extensions" product.
- Open ArticleFeedbackv5 tickets
- Open UsabilityInitiative tickets about PrefSwitch / SimpleSurvey / ClickTracking
|
|
This extension is being used on one or more of Wikimedia's wikis. This means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
- Beta status extensions
- API extensions
- Extensions in Wikimedia version control
- LoadExtensionSchemaUpdates extensions
- ParserTestTables extensions
- BeforePageDisplay extensions
- ResourceLoaderRegisterModules extensions
- ResourceLoaderGetConfigVars extensions
- GetPreferences extensions
- EditPage::showEditForm:fields extensions
- EditPage::attemptSave extensions
- ArticleSaveComplete extensions
- All extensions
- 2012 Q1 Extension Page Review Drive
- Rating extensions
- Extensions used on Wikimedia