Extension:WikiEditor/it

From Linux Web Expert

<translate> This {{<tvar name=1>#if:|{{{type}}}</tvar>|extension}} [[<tvar name=mwversion>Special:MyLanguage/MediaWiki 1.18#Bundled extensions</tvar>|comes with MediaWiki <tvar name=mwversion2>1.18</tvar>]] and above.</translate> <translate> Thus you do not have to download it again.</translate> <translate> However, you still need to follow the other instructions provided.</translate>
Manuale sulle Estensioni MediaWiki
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';
<td class="mw-version-versionbox" title="<translate nowrap> MediaWiki <tvar name=1>1.31</tvar> is unsupported version</translate>">
<translate> ≤</translate> 1.31
<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

<td class="mw-version-versionbox" title="<translate nowrap> The latest stable version is <tvar name=1>1.41</tvar></translate>">
<translate> ≥</translate> 1.39
<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

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