Jump to content

Estinzioni:WikiEditor

From mediawiki.org
This page is a translated version of the page Extension:WikiEditor and the translation is 33% complete.
Outdated translations are marked like this.
Manuali di l'estenzioni MediaWiki
WikiEditor
Statu dâ rilassu: stàbbili
Description Furnisci na ntirfaccia di canciamentu wikitestu estinnìbbili e tanti mòduli multi-funziunamentu.
Author(s)
Latest version Continuous updates
MediaWiki >= 1.45
License GNU General Public License 2.0 or later
Download
README
Example Test Wikipedia
  • $wgWikiEditorRealtimePreviewDebounce
  • $wgWikiEditorRealtimePreview
  • $wgWikiEditorRealtimeDisableDuration
Translate the WikiEditor extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

L'estinzioni WikiEditor è na struttura estinzìbbili cu un set di mòduli basati nta funziunalità ca migghiòranu la spirienza di canciamentu di l'utenti. È macari la ntirfaccia utilizzata attualmenti di Wikipedia.

Nstallazzioni

This extension comes with MediaWiki 1.18 and later, so you do not need to download it. The remaining configuration instructions must still be followed.
  • Download and move the extracted WikiEditor 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/WikiEditor
    
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'WikiEditor' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Nta arcuni situazzioni, WikiEditor putissi nun èssiri ammustratu doppu la nstallazzioni. Puliri la cache dô tò browser pò arrisòrviri lu prubblema.

  • Nota pô setup IIS: di basi, IIS nun ntèrprita li file .svg.

WikiEditor l'utilizza pi rapprisintari li coni. Pi sistimàrilu, hai a agghiùnciri lu MIME type.

Cunfigurazzioni

Enabling/disabling the toolbar

No configuration is needed "out of the box". By default, when installed, this extension will be available to all users, and logged-in users can disable it from their preferences via the Abbilita la barra avanzata dî strummenta di canci: Anche nota come 'editor di wikitesto 2010'. option (under the Canciamentu tab).

If you wish all users to have it, and be unable to disable it, add it to $wgHiddenPrefs in your LocalSettings.php file:

$wgHiddenPrefs[] = 'usebetatoolbar';
MediaWiki version:
1.31

If you are using a version before REL1_31 and would want the toolbar to be default for users when they first join, add this line to your LocalSettings.php:

$wgDefaultUserOptions['usebetatoolbar'] = 1;

Realtime Preview

This configuration parameter defaults to true starting with version 1.41.0 of MediaWiki.
MediaWiki version:
1.41

Realtime Preview is enabled by default. Disable the Realtime Preview feature with the following:

$wgWikiEditorRealtimePreview = false;
MediaWiki versions:
1.39 – 1.40

Enable the Realtime Preview feature with the following:

$wgWikiEditorRealtimePreview = true;

Signature button

The button for adding user signatures (four tildes) is available on talk pages and in namespaces specified in $wgExtraSignatureNamespaces .

Talìa macari

  • RefToolbar 2.0, on-wiki JavaScript that adds Cite template tools to WikiEditor's UI.