Estensione:WikiEditor
WikiEditor Stato della release: stabile |
|
---|---|
![]() |
|
Descrizione | Fornisce un'interfaccia di modifica wikitesto estendibili e molti moduli multi-funzionamento. |
Autore(i) | |
Versione | Continuous updates |
MediaWiki | 1.31+ |
Licenza | GNU General Public License 2.0 or later |
Scaricare | README |
Esempio | Test Wikipedia |
Traducete l'estensione WikiEditor se è disponibile su translatewiki.net | |
Problemi | Compiti aperti · Riportare un bug |
L'estensione WikiEditor è una struttura estensibile con un set di moduli basati su funzionalità che migliorano l'esperienza di modifica dell'utente. È l'interfaccia utilizzata attualmente da Wikipedia. The extension used to provide "Labs" features for "publication" and "preview" steps, but these are removed from REL1_31 onwards.
Installazione
- Scarica e sposta il/i file in una directory chiamata
WikiEditor
nella tua cartellaextensions/
. - Aggiungi il seguente codice al tuo LocalSettings.php (preferibilmente alla fine):
wfLoadExtension( 'WikiEditor' );
Done – Naviga in Special:Version nella tua wiki per verificare che l'estensione sia stata installata correttamente.
Configurazione
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 :
$wgHiddenPrefs[] = 'usebetatoolbar';
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;
In alcune situazioni, WikiEditor potrebbe non essere mostrato dopo l'installazione. Pulire la cache del tuo browser può risolvere il problema.
- The button for adding user signatures (four tildes) is available on talk pages and in namespaces specified in $wgExtraSignatureNamespaces .
- Nota per il setup IIS: di base, IIS non interpreta i file .svg. WikiEditor li utilizza per rappresentare le icone. Per sistemarlo, devi aggiungere il MIME type.
If you want to change the toolbar, change the following file:
extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.config.js
Vedi anche
- Extension:WikiEditor/Toolbar customization – technical details of customizing the toolbar.
- Extension:WikiEditor/Toolbar customization/Library – snippets of code for common additions to the toolbar.
- RefToolbar 2.0, on-wiki JavaScript that adds a Cite template tools to WikiEditor's UI.
![]() | Questa estensione viene utilizzata su uno o più progetti Wikimedia. Ciò probabilmente significa che l'estensione è stabile e funziona abbastanza bene da essere utilizzata da siti Web ad alto traffico. Cerca il nome di questa estensione nei file di configurazione CommonSettings.php e InitialiseSettings.php di Wikimedia per vedere dove è installato. Un elenco completo delle estensioni installate su un particolare wiki può essere visto sulla pagina Special:Version del wiki. |
- Extensions bundled with MediaWiki 1.18/it
- Stable extensions/it
- Extensions with invalid or missing type/it
- GPL licensed extensions/it
- Extensions in Wikimedia version control/it
- EditPage::attemptSave extensions/it
- EditPage::attemptSave:after extensions/it
- EditPage::showEditForm:fields extensions/it
- EditPage::showEditForm:initial extensions/it
- GetPreferences extensions/it
- All extensions/it
- Extensions used on Wikimedia/it
- Usability initiative extensions/it
- Edit extensions/it