Laajennus:StandardDialogs

This page is a translated version of the page Extension:StandardDialogs and the translation is 18% complete.
This extension is maintained by a member of the MediaWiki Stakeholders' Group .
MediaWikin laajennukset-ohje
StandardDialogs
Julkaisustatus: vakaa
Kuvaus Provides dialog user interfaces for common page actions
Tekijä(t) Mschlindwein, Robert Vogel
Viimeisin versio 2.1-alpha
Yhteensopivuuskäytäntö For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.
MediaWiki 1.35+
Composer mediawiki/standard-dialogs
Lisenssi vain GNU General Public License 3.0
Lataa
Quarterly downloads 3 (Ranked 141st)
Voit kääntää StandardDialogs-laajennuksen mikäli se on saatavilla translatewiki.netissä

Provides dialogs for various actions, including

  • Delete
  • Move
  • Protect
  • Refresh
  • New page
  • New subpage

Asennus

  • Download and move the extracted StandardDialogs folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/StandardDialogs
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'StandardDialogs' );
    
  •   TehtyNavigate to Special:Version on your wiki to verify that the extension is successfully installed.

External links