Usuário(a):Rafael Kenneth/common.js

Origem: Wikipédia, a enciclopédia livre.

Nota: Depois de publicar, poderá ter de contornar a cache do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer / Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
var userConf = { userRulesVersion: '0.1' };
userConf.userRules = [ {
	name: 'Minhas correções',
	sub: [ {
		name: 'sigla',
		find: /AIDS/g,
		replace: 'aids'
	}, {
		name: 'nomepreenchimentonestecampoparalocalizaresubstituir',
		find: /preenchimentonestecampoparalocalizar/g,
		replace: 'preenchimentonestecampoparasubstituir'
	}, {
		name: 'Repetição da palavra "uma"',
		find: /uma uma/g,
		replace: 'uma'
	}, {
		name: 'titolo',
		find: /titolo/g,
		replace: 'título'
	}, {
		name: 'autore',
		find: /autore/g,
		replace: 'autor'
	}, {
		name: 'cita web',
		find: /cita web/g,
		replace: 'citar web'
	}, {
		name: 'Cita web',
		find: /Cita web/g,
		replace: 'citar web'
	}, {
		name: 'cita libro',
		find: /cita libro/g,
		replace: 'citar livro'
	}, {
		name: 'Cita libro',
		find: /Cita libro/g,
		replace: 'citar livro'
	}, {
		name: 'urlarchivio',
		find: /urlarchivio/g,
		replace: 'arquivourl'
	}, {
		name: 'dataarchivio',
		find: /dataarchivio/g,
		replace: 'arquivodata'
	}, {
		name: 'pubblicazione',
		find: /pubblicazione/g,
		replace: 'publicado'
	}, {
		name: 'citazione',
		find: /citazione/g,
		replace: 'citação'
	}, {
		name: 'editore',
		find: /editore/g,
		replace: 'publicado'
	}, {
		name: 'accesso',
		find: /accesso/g,
		replace: 'acessodata'
	}, {
		name: 'PE',
		find: /SM RS\/bairros/g,
		replace: 'Bairro do Brasil'
	}]
} ];
window.APC = $.extend( {}, window.APC, userConf );
// [[File:User:He7d3r/Tools/APC.js]] (workaround for [[phab:T35355]])
mw.loader.load( 'https://meta.wikimedia.org/w/index.php?title=User:He7d3r/Tools/APC-Loader.js&action=raw&ctype=text/javascript' );