Wiki extensions
Extensions that would be desirable on the Wiki
New extensions to consider
- [x] Extension:MobileFrontend
- [x] ReplaceText already comes with the new version. Add: # ReplaceText extension activated # See: https://wiki.openfoodfacts.org/Special:ReplaceText
wfLoadExtension( 'ReplaceText' );
$wgGroupPermissions['bureaucrat']['replacetext'] = true;
- [x] Extension:MultimediaViewer
- [x] Extension:Cite
- The Duplicator extension provides a special page which allows the creation of independent copies (with separate edit histories) of pages. https://www.mediawiki.org/wiki/Extension:Duplicator
- The Echo extension provides an in-wiki notification system that can be used by other extensions. https://www.mediawiki.org/wiki/Extension:Echo
- The Thanks extension adds a quick way to give positive feedback for productive contributions to MediaWiki sites. It allows users to send public 'thank you' notifications (via Echo) to other users for their individual edits and some logged actions. https://www.mediawiki.org/wiki/Extension:Thanks
- External Data : https://www.mediawiki.org/wiki/Extension:External_Data
- The External Data extension allows MediaWiki pages to retrieve, filter, and format structured data from one or more sources. These sources can include external URLs, regular wiki pages, uploaded files, files on the local server, databases or LDAP directories.
- sudo apt install php-cli wget unzip php-zip
- wget -O composer-setup.php https://getcomposer.org/installer
- sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
- sudo -u www-data bash
- cd /var/www/wiki.openfoodfacts.org/extensions
- wget https://github.com/wikimedia/mediawiki-extensions-ExternalData/archive/2.4.zip
- unzip 2.4.zip
- mv mediawiki-extensions-ExternalData-2.4 ExternalData
- cd ExternalData
- composer update
- Data Transfert ? : https://www.mediawiki.org/wiki/Extension:Data_Transfer
- Shortcode to generate barcode
- TODO: look at shortcodes for YT, Google Docs, etc.
- Extension:Echo
- Extension:GettingStarted: I suggest not to install:
- three dependencies:
- EventLogging (for logging)
- GuidedTour (for providing tours and tooltips)
- Redis (for maintaining its lists of articles)
- Extension:AdvancedSearch (depends on Extension:CirrusSearch)
- Extension:RevisionSlider: well maintained and easy to install; it is so important, though?
- Extension:Collection: why? This extension doesnât do much things without installing more extensions (pdf, etc.)
- Extension:VisualEditor: VisualEditor is huge feature but hard to install.
- Extension:DiscussionTools
- Quick Cat ? ajouter des catĂŠgories
- Extension:ReadingLists: I suggest not to install: itâs tagged âbetaâ; last version was released in 2017; it modifies database.
- Extension:DarkMode: I suggest not to install as itâs tagged âexperimentalâ.
- Extension that allow easy categorization: https://energypedia.info/wiki/Categorize_an_Article
Installed extensions on wikifr: https://fr.wikipedia.org/wiki/Sp%C3%A9cial:Version
<Back to Wiki gardening