Wiki extensions

From Open Food Facts wiki
Revision as of 13:37, 26 August 2024 by Teolemon (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Extensions that would be desirable on the Wiki


New extensions to consider

  • [x] [[1]]
  • [x] [Text|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] [[2]]
  • [x] [[3]]    
  • The Duplicator extension provides a special page which allows the creation of independent copies (with separate edit histories) of pages. [[4]]
  • The Echo extension provides an in-wiki notification system that can be used by other extensions. [[5]]
    • 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 [[6]]) to other users for their individual edits and some logged actions. [[7]]
  • External Data : [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 [[8]]
    • 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 ? : [Transfer|https://www.mediawiki.org/wiki/Extension:Data_Transfer]
  • Shortcode to generate barcode
  • TODO: look at shortcodes for YT, Google Docs, etc.
  • [[9]]
  • [[12]]: I suggest not to install:
    • three dependencies:
  • [[13]] (for logging)
  • [[14]] (for providing tours and tooltips)
  • [[15]] (for maintaining its lists of articles)
  • [[16]] (depends on [[17]])
  • [[18]]: well maintained and easy to install; it is so important, though?
  • [[19]]: why? This extension doesn’t do much things without installing more extensions (pdf, etc.)
  • [[20]]: VisualEditor is huge feature but hard to install.
    • [[21]]
    • Quick Cat ? ajouter des catégories
  • [[22]]: I suggest not to install: it’s tagged “beta”; last version was released in 2017; it modifies database.
  • [[23]]: I suggest not to install as it’s tagged “experimental”.
  • Extension that allow easy categorization: [an Article|https://energypedia.info/wiki/Categorize_an_Article]

Installed extensions on wikifr: [[24]]    

<Back to Wiki gardening