Te recordamos que esta Wiki está abierta a que, todos los usuarios, puedan editar artículos
Para ello debes estar registrado como usuario de Codex-Meteoclimatic
Solo tienes que enviar un email a meteoclimatic@meteoclimatic.com
indicando el nombre de usuario que quieres usar
Para ello debes estar registrado como usuario de Codex-Meteoclimatic
indicando el nombre de usuario que quieres usar
Este banner desaparecerá cuando te identifiques como usuario registrado
Diferencia entre revisiones de «MediaWiki:Gadget-wikEd.js»
De Codex|Meteoclimatic
(Página creada con «// install Wikipedia:User:Cacycle/wikEd in-browser text editor importScriptURI('//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' + '&action=raw&ctype=text/ja...») |
|||
Línea 1: | Línea 1: | ||
− | // | + | // _________________________________________________________________________________________ |
− | + | // | | | |
− | + | // | === WARNING: GLOBAL GADGET FILE === | | |
+ | // | Changes to this page affect many users. | | ||
+ | // | Please discuss changes on the talk page or on [[Wikipedia_talk:Gadget]] before editing. | | ||
+ | // |_________________________________________________________________________________________| | ||
+ | // | ||
+ | // Imports [[User:Cacycle/wikEd.js]] | ||
+ | // wikEd is a full-featured in-browser editor for Wikipedia, see [[User:Cacycle/wikEd]] | ||
+ | |||
+ | // disable loading for IE, not needed, but might save a few milliseconds | ||
+ | if ( navigator.appName !== 'Microsoft Internet Explorer' ) { | ||
+ | // load [[User:Cacycle/wikEd]] in-browser text editor | ||
+ | importScript('User:Cacycle/wikEd.js'); | ||
+ | } |
Revisión de 19:18 17 nov 2014
// _________________________________________________________________________________________ // | | // | === WARNING: GLOBAL GADGET FILE === | // | Changes to this page affect many users. | // | Please discuss changes on the talk page or on [[Wikipedia_talk:Gadget]] before editing. | // |_________________________________________________________________________________________| // // Imports [[User:Cacycle/wikEd.js]] // wikEd is a full-featured in-browser editor for Wikipedia, see [[User:Cacycle/wikEd]] // disable loading for IE, not needed, but might save a few milliseconds if ( navigator.appName !== 'Microsoft Internet Explorer' ) { // load [[User:Cacycle/wikEd]] in-browser text editor importScript('User:Cacycle/wikEd.js'); }