Utente:GryffindorD/DisamAssist.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m fix
Etichetta: Annullato
m fix
Etichetta: Annullato
Riga 30:
'Redirect da titolo ambiguo'
],
/*
* Format string for "Foo (disambiguation)"-style pages
*/
disamFormat: '$1 (disambiguazione)',
/*
* Regular expression matching the titles of disambiguation pages (when they are different from
* the titles of the primary topics)
*/
disamRegExp: '^(.*) \\(disambiguazione\\)$',
/*
* Content of the "Foo (disambiguation)" pages that will be created automatically when using
* DisamAssist from a "Foo" page
*/
redirectToDisam: '#REDIRECT [[$1]] {{Redirect a pagine di disambiguazione}}',
/*