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 (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}}',
/*
Riga 86 ⟶ 103:
txt: {
start: 'Disambiguate links',
startMain: 'Disambiguate links to primary topic',
startSame: 'Disambiguate links to DAB',
close: 'Chiudi',
undo: 'Annulla',
omit: 'Salta',
refresh: '
titleAsText: 'Different target',
disamNeeded: 'Tag {{dn}}',
intentionalLink: 'Intentional link to DAB',
titleAsTextPrompt: 'Specify the new target:',
Riga 117 ⟶ 136:
ellipsis: '...',
notifyCharacter: '✔',
summary: 'Disambiguating links to [[$1]] ($2) using [[User:Qwertyytrewqqwerty/DisamAssist|DisamAssist]].',
summaryChanged: 'link changed to [[$1]]',
summaryOmitted: 'link skipped',
Riga 124 ⟶ 143:
summaryHelpNeeded: 'help needed',
summarySeparator: '; ',
redirectSummary: 'Creating redirect to [[$1]] using [[User:Qwertyytrewqqwerty/DisamAssist|DisamAssist]].'
}
}, window.DisamAssist || {} );
|