This script/stylesheet is for PERSONAL use only!
You are free to install this script/stylesheet for yourself, but it is not allowed to be used wiki-wide (e.g., in MediaWiki:ImportJS, MediaWiki:Common.js, MediaWiki:Common.css, MediaWiki:Fandomdesktop.js, MediaWiki:Fandomdesktop.css, or MediaWiki:FandomMobile.css), as it would violate Fandom's Terms of Use.
(See the customization policy)
Modern2010Editor es una hoja de estilo que realiza cambios en el diseño del editor de 2010 para parecerse más al antiguo editor de código fuente. Específicamente, mueve las secciones 'guardar edición' y 'plantillas' a la columna derecha y oculta completamente el rail.
Installation[]
Known issues[]
- The edit summary div is near the bottom right of the page in talk pages.
- This can be fixed by adding the following code to your personal (Special:MyPage/common.js) or global JS page:
if (window.location.search.search("section=new") !== -1) {
$("#wpSummaryLabel").detach().prependTo(".editOptions");
}