Extension:WikiEditor/it
WikiEditor Stato della release: stabile |
|
---|---|
File:VectorEditorBasic-en.png | |
Descrizione | Fornisce un'interfaccia di modifica wikitesto estendibili e molti moduli multi-funzionamento. |
Autore(i) |
|
Versione | Continuous updates |
MediaWiki | |
Licenza | Nessuna licenza specificata |
Scaricare | README |
Esempio | ⧼project-localized-name-testwiki⧽ |
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
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
- <translate> [[<tvar name=2>Special:ExtensionDistributor/WikiEditor/it</tvar>|Download]] and move the extracted <tvar name=name>
WikiEditor/it
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor%2Fit - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'WikiEditor/it' );
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
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 "Enable the editing toolbar" option (under the "Editing" 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';
<translate> MediaWiki version:</translate> |
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
<translate> MediaWiki version:</translate> |
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 .
History
The extension used to provide "Labs" features for "publication" and "preview" steps, but these were removed from REL1_31
onwards.
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.
- Editor di wikitesto 2017
- Extension:EventLogging – if the EventLogging extension is installed, WikiEditor will make use of it.
File:Wikimedia-logo black.svg | <translate> This {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extension|skin}} is being used on one or more [[<tvar name=2>m:Special:MyLanguage/Wikimedia projects</tvar>|Wikimedia projects]].</translate> <translate> This probably means that the {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extension|skin}} is stable and works well enough to be used by such high-traffic websites.</translate> <translate> Look for this {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extension's|skin's}} name in Wikimedia's <tvar name=2>CommonSettings.php</tvar> and <tvar name=3>InitialiseSettings.php</tvar> configuration files to see where it's installed.</translate> <translate> A full list of the {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extensions|skins}} installed on a particular wiki can be seen on the wiki's <tvar name=ver>Special:Version</tvar> page.</translate> |
VectorEditorBasic-en.png |
- Pages with script errors
- Extensions bundled with MediaWiki 1.18/it
- Pages with broken file links
- Stable extensions/it
- Extensions with invalid or missing type/it
- Extensions without MediaWiki version
- Extensions with no license specified/it
- Extensions in Wikimedia version control/it
- All extensions/it
- Extensions not in ExtensionJson
- Extensions used on Wikimedia/it
- Usability initiative extensions/it
- Edit extensions/it
- WYSIWYG extensions/it