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.43 |
Licenza | GNU General Public License 2.0 or later |
Scaricare | README |
Esempio | Test Wikipedia |
|
|
Quarterly downloads | 560 (Ranked 5th) |
Public wikis using | 13,753 (Ranked 9th) |
Traduci l'estensione WikiEditor se è disponibile su translatewiki.net | |
Problemi | Compiti aperti · Riportare un bug |
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 yourextensions/
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' );
- 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;
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
- 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 Cite template tools to WikiEditor's UI.
- Editor di wikitesto 2017
- Extension:MsWikiEditor – allows you to easily add or remove buttons from the WikiEditor toolbar via configuration
- Extension:EventLogging – If installed, WikiEditor will make use of it.
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. |
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
- 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
- ChangeTagsListActive extensions/it
- EditPage::attemptSave extensions/it
- EditPage::attemptSave:after extensions/it
- EditPage::showEditForm:fields extensions/it
- EditPage::showEditForm:initial extensions/it
- EditPageGetPreviewContent extensions/it
- GetPreferences extensions/it
- ListDefinedTags extensions/it
- RecentChange save extensions/it
- All extensions/it
- Extensions used on Wikimedia/it
- Extensions included in BlueSpice/it
- Extensions included in Canasta/it
- Extensions available as Debian packages/it
- Extensions included in Fandom/it
- Extensions included in Miraheze/it
- Extensions included in MyWikis/it
- Extensions included in ProWiki/it
- Extensions included in semantic::core/it
- Extensions included in ShoutWiki/it
- Extensions included in Telepedia/it
- Extensions included in wiki.gg/it
- Extensions included in WikiForge/it
- Usability initiative extensions/it
- Edit extensions/it
- WYSIWYG extensions/it