Extension:WikiEditor/it

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.
Category:Extensions bundled with MediaWiki 1.18/it Category:Extensions with invalid or missing type/itCategory:GPL licensed extensions/it
Manuale sulle Estensioni MediaWiki
WikiEditor
Stato della release: stabileCategory:Stable extensions/it
Descrizione Fornisce un'interfaccia di modifica wikitesto estendibili e molti moduli multi-funzionamento.
Autore(i)
Versione Continuous updates
MediaWiki >= 1.45
Licenza GNU General Public License 2.0 or later
Scaricare Category:Extensions in Wikimedia version control/it
README
Esempio Test Wikipedia
  • $wgWikiEditorRealtimePreview
  • $wgWikiEditorRealtimePreviewDebounce
  • $wgWikiEditorRealtimeDisableDuration
Traduci l'estensione WikiEditor se è disponibile su translatewiki.net
Problemi Compiti aperti · Riportare un bug
Category:All extensions/it

L'estensione WikiEditor fornisce un'interfaccia migliorata (principalmente una barra degli strumenti) per la modifica di wikitesto. È l'interfaccia di editing del wikitesto che Wikipedia ha iniziato a usare nel 2010 per gli utenti desktop, e per questo viene talvolta chiamato editor wikitext 2010.

Installazione

  • 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
    
  • Aggiungi il seguente codice al tuo $LocalSettings (preferibilmente alla fine):
    wfLoadExtension( 'WikiEditor' );
    
  • Yes Done – Naviga in Special:Version nella tua wiki per verificare che l'estensione sia stata installata correttamente.

In alcune situazioni, WikiEditor potrebbe non essere mostrato dopo l'installazione. Pulire la cache del tuo browser può risolvere il problema.

  • Nota per l'impostazione IIS: per impostazione predefinita IIS non interpreta i file .svg.

WikiEditor li utilizza per rappresentare le icone. Per sistemarlo, devi aggiungere il MIME type.

Configurazione

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 "Abilita la barra degli strumenti di modifica" option (under the "Casella di modifica" 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';
Versione MediaWiki:
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

Versione MediaWiki:
1.39

Enable the Realtime Preview feature with the following:

$wgWikiEditorRealtimePreview = true;
This configuration parameter defaults to true starting with version 1.41.0 of MediaWiki.

Signature button

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

Vedi anche

  • RefToolbar 2.0, on-wiki JavaScript that adds Cite template tools to WikiEditor's UI.
Category:Extensions used on Wikimedia/it#WikiEditor/it Category:Usability initiative extensions/it Category:Edit extensions/it Category:WYSIWYG extensions/it
Category:All extensions/it Category:ChangeTagsListActive extensions/it Category:EditPage::attemptSave:after extensions/it Category:EditPage::attemptSave extensions/it Category:EditPage::showEditForm:fields extensions/it Category:EditPage::showEditForm:initial extensions/it Category:EditPageGetPreviewContent extensions/it Category:Edit extensions/it Category:Extensions available as Debian packages/it Category:Extensions bundled with MediaWiki 1.18/it Category:Extensions in Wikimedia version control/it Category:Extensions included in BlueSpice/it Category:Extensions included in Canasta/it Category:Extensions included in Fandom/it Category:Extensions included in Miraheze/it Category:Extensions included in MyWikis/it Category:Extensions included in ProWiki/it Category:Extensions included in ShoutWiki/it Category:Extensions included in Telepedia/it Category:Extensions included in WikiForge/it Category:Extensions included in semantic::core/it Category:Extensions included in wiki.gg/it Category:Extensions used on Wikimedia/it Category:Extensions with invalid or missing type/it Category:GPL licensed extensions/it Category:GetPreferences extensions/it Category:ListDefinedTags extensions/it Category:RecentChange save extensions/it Category:Stable extensions/it Category:Usability initiative extensions/it Category:WYSIWYG extensions/it