Utente:GryffindorD/DisamAssist.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m fix |
m fix |
||
Riga 30:
'Redirect da titolo ambiguo'
],
/*
* Format string for "Foo (disambiguation)"-style pages
*/
disamFormat: '$1 (disambigua)',
/*
* Regular expression matching the titles of disambiguation pages (when they are different from
* the titles of the primary topics)
*/
disamRegExp: '^(.*) \\(disambigua\\)$',
/*
* 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}}',
/*
* Whether intentional links to disambiguation pages can be explicitly marked by adding " (disambiguation)"
*/
intentionalLinkOption: false,
/*
Riga 81 ⟶ 103:
txt: {
start: 'Disambiguate links',
startMain: 'Disambiguate links to primary topic',
startSame: 'Disambiguate links to DAB',
close: 'Chiudi',
Riga 86 ⟶ 109:
omit: 'Salta',
refresh: 'Refresh',
titleAsText: 'Different target',
disamNeeded: 'Tag {{dn}}',
intentionalLink: 'Intentional link to DAB',
Riga 119 ⟶ 143:
summaryHelpNeeded: 'help needed',
summarySeparator: '; ',
redirectSummary: '
}
}, window.DisamAssist || {} );
|