Extension:ArticleSummaries
Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
![]() Release status: betaCategory:Beta status extensions |
|
---|---|
Author(s) | Web Team |
MediaWiki | >= 1.42.0 |
License | GNU General Public License 2.0 or later |
Download | Category:Extensions in Wikimedia version control README |
Help | Help:Extension:ArticleSummaries |
|
|
Quarterly downloads | 4 (Ranked 112nd) |
Translate the ArticleSummaries extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
[WIP]:The ArticleSummaries extension will run an experiment that presents simple article summaries on mobile Wikipedia.
Installation
- Download and move the extracted
ArticleSummaries
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ArticleSummaries - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'ArticleSummaries' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration parameters
$wgArticleSummariesEnabled
- Enable the article summaries feature.
User rights
See also
Category:All extensions
Category:BeforePageDisplay extensions
Category:Beta status extensions
Category:Extensions in Wikimedia version control
Category:Extensions with invalid or missing type
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:OutputPageBeforeHTML extensions