Extensión:WikiEditor
![]() Estado de lanzamiento: estable |
|
---|---|
![]() |
|
Descripción | Proporciona una interfaz de edición de wikitexto extendible y muchos módulos que proporcionan funciones. |
Autor(es) |
|
Última versión | Actualizaciones continuas |
MediaWiki | >= 1.39.0 |
Licencia | GNU Licencia Pública general 2.0 o posterior |
Descarga | README |
Ejemplo | Wikipedia de prueba |
|
|
Quarterly downloads | 947 (Ranked 6th) |
Public wikis using | 10,287 (Ranked 5th) |
Traduce la extensión WikiEditor si está disponible en translatewiki.net | |
Asuntos | Tareas abiertas · Reportar un bug |
La extensión WikiEditor proporciona una interfaz mejorada (principalmente una barra de herramientas) para editar el wikitexto. Es la interfaz de edición que Wikipedia empezó a usar en 2010 para los usuarios de escritorio y por eso a veces se le llama editor de wikitexto 2010.
Instalación
- Descarga y extrae los archivos en un directorio denominado «
WikiEditor
» dentro de la carpetaextensions/
. - Añade el siguiente código en la parte final de tu
LocalSettings.php
:wfLoadExtension( 'WikiEditor' );
- Hecho – Navega a Special:Version en el wiki para verificar que la extensión se haya instalado correctamente.
En algunas situaciones, WikiEditor no se mostrará en tu navegador antes de instalarse. Clearing your browser cache will solve the problem.
Note for IIS setup: By default, IIS doesn't understand .svg
files.
WikiEditor uses them to represents the icons.
To fix this, you have to add the MIME type.
Configuración
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 "Activar la barra de herramientas de edición mejorada" option (under the "Edición" 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';
Versión de 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
Versión de MediaWiki: | 1.39 |
Enable the Realtime Preview feature with the following:
$wgWikiEditorRealtimePreview = true;
This feature is as of August 2022 being tested on some wikis like this wiki.
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.
Véase también
- 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 de wikitexto 2017
- Extension:EventLogging – if the EventLogging extension is installed, WikiEditor will make use of it.
Esta extensión está siendo usada en uno o más proyectos de Wikimedia. Esto significa probablemente que la extensión es estable y funciona lo suficientemente bien como para ser usada en sitios con gran cantidad de visitas. Puedes buscar el nombre de esta extensión en los archivos CommonSettings.php e InitialiseSettings.php de Wikimedia para ver dónde se instala. Encontrarás la lista completa de extensiones instaladas en un wiki en particular en la página Special:Version del wiki. |
Esta extensión está incluida en los siguientes paquetes y/o granjas wiki: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |