Difference between revisions of "MediaWiki:Common.js"
From GATE
Line 14: | Line 14: | ||
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { | $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { | ||
section: 'annotation', | section: 'annotation', | ||
− | |||
groups: { | groups: { | ||
'text': { | 'text': { | ||
Line 25: | Line 24: | ||
section: 'annotation', | section: 'annotation', | ||
group: 'text', | group: 'text', | ||
− | |||
tools: { | tools: { | ||
"head": { | "head": { | ||
Line 45: | Line 43: | ||
section: 'annotation', | section: 'annotation', | ||
group: 'text', | group: 'text', | ||
− | |||
tools: { | tools: { | ||
"paragraph": { | "paragraph": { | ||
Line 267: | Line 264: | ||
"name": { | "name": { | ||
label: 'Annotate names', | label: 'Annotate names', | ||
− | |||
type: 'button', | type: 'button', | ||
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/5/57/Icon_Users.png', | icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/5/57/Icon_Users.png', | ||
Line 287: | Line 283: | ||
"place": { | "place": { | ||
label: 'Annotate places', | label: 'Annotate places', | ||
− | |||
type: 'button', | type: 'button', | ||
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/7/76/Icon_Placeholder.png', | icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/7/76/Icon_Placeholder.png', | ||
Line 307: | Line 302: | ||
"work": { | "work": { | ||
label: 'Annotate works', | label: 'Annotate works', | ||
− | |||
type: 'button', | type: 'button', | ||
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/e/e0/Icon_work.png', | icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/e/e0/Icon_work.png', | ||
Line 327: | Line 321: | ||
"object": { | "object": { | ||
label: 'Annotate objects', | label: 'Annotate objects', | ||
− | |||
type: 'button', | type: 'button', | ||
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/7/7e/Icon_object.png', | icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/7/7e/Icon_object.png', | ||
Line 347: | Line 340: | ||
"term": { | "term": { | ||
label: 'Annotate terms', | label: 'Annotate terms', | ||
− | |||
type: 'button', | type: 'button', | ||
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/b/b3/Icon_term.png', | icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/b/b3/Icon_term.png', | ||
Line 375: | Line 367: | ||
"assent": { | "assent": { | ||
label: 'Assent', | label: 'Assent', | ||
− | |||
type: 'button', | type: 'button', | ||
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/e/e8/Assent_Annotation_Button_05.png', | icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/e/e8/Assent_Annotation_Button_05.png', | ||
Line 395: | Line 386: | ||
"dissent": { | "dissent": { | ||
label: 'Dissent', | label: 'Dissent', | ||
− | |||
type: 'button', | type: 'button', | ||
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/8/87/Dissent_Annotation_Button.png', | icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/8/87/Dissent_Annotation_Button.png', | ||
Line 414: | Line 404: | ||
"laudation": { | "laudation": { | ||
label: 'Laudation', | label: 'Laudation', | ||
− | |||
type: 'button', | type: 'button', | ||
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/9/94/Laudation_Annotation_Button.png', | icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/9/94/Laudation_Annotation_Button.png', | ||
Line 433: | Line 422: | ||
"question": { | "question": { | ||
label: 'Question', | label: 'Question', | ||
− | |||
type: 'button', | type: 'button', | ||
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/2/26/Question_Annotation_Button.png', | icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/2/26/Question_Annotation_Button.png', | ||
Line 452: | Line 440: | ||
"recommendation": { | "recommendation": { | ||
label: 'Recommendation', | label: 'Recommendation', | ||
− | |||
type: 'button', | type: 'button', | ||
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/0/0f/Recomendation_Annotation_Button.png', | icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/0/0f/Recomendation_Annotation_Button.png', |
Revision as of 14:58, 17 January 2017
/* Any JavaScript here will be loaded for all users on every page load. */
var customizeToolbar = function () {
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
'sections': {
'annotation': {
'type': 'toolbar', // Can also be 'booklet'
'label': 'Annotation'
// or 'labelMsg': 'section-emoticons-label' for a localized label
}
}
} );
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
section: 'annotation',
groups: {
'text': {
'label': 'TEI'
}
}
} );
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'text',
tools: {
"head": {
label: 'Head: "the <head> element is used to identify a heading prefixed to the start of any textual division, at any level" (TEI P5).',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/d/db/TEI_Head22px.png',
action: {
type: 'encapsulate',
options: {
pre: '<head>',
post: "</head>"
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'text',
tools: {
"paragraph": {
label: 'Paragraph: the <p> tag "marks paragraphs in prose" (TEI P5)',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/b/b3/TEI_P22px.png',
action: {
type: 'encapsulate',
options: {
pre: '<p>',
post: "</p>"
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'text',
tools: {
"lb": {
label: 'Line break: "<lb> (line break) marks the start of a new (typographic) line in some edition or version of a text" (TEI P5).',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/1/1b/TEI_Lb22px.png',
action: {
type: 'encapsulate',
options: {
pre: '<lb/>',
ownline: false
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'text',
tools: {
"pb": {
label: 'Page break: "<pb> (page break) marks the start of a new page in a paginated document" (TEI P5).',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/2/28/TEI_Pb22px.png',
action: {
type: 'encapsulate',
options: {
pre: '<pb/>',
ownline: true
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'text',
tools: {
"add": {
label: 'Addition: "<add> (addition) contains letters, words, or phrases inserted in the source text by an author, scribe, or a previous annotator or corrector" (TEI P5).',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/0/09/TEI_Add22px.png',
action: {
type: 'encapsulate',
options: {
pre: '<add>',
post: "</add>"
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'text',
tools: {
"del": {
label: 'Deletion: "<del> (deletion) contains a letter, word, or passage deleted, marked as deleted, or otherwise indicated as superfluous or spurious in the copy text by an author, scribe, or a previous annotator or corrector" (TEI P5).',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/b/bb/TEI_Del22px.png',
action: {
type: 'encapsulate',
options: {
pre: '<del>',
post: "</del>"
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'text',
tools: {
"gap": {
label: 'Gap: "<gap> indicates a point where material has been omitted in a transcription, whether for editorial reasons described in the TEI header, as part of sampling practice, or because the material is illegible, invisible, or inaudible" (TEI P5).',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/3/3e/TEI_Gap22px.png',
action: {
type: 'encapsulate',
options: {
pre: '<gap/>',
ownline: false
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'text',
tools: {
"unclear": {
label: 'Unclear: "<unclear> contains a word, phrase, or passage which cannot be transcribed with certainty because it is illegible or inaudible in the source" (TEI P5).',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/c/c7/TEI_Unclear22px.png',
action: {
type: 'encapsulate',
options: {
pre: '<unclear>',
post: "</unclear>"
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'text',
tools: {
"sic": {
label: 'Sic: "<sic> (Latin for thus or so) contains text reproduced although apparently incorrect or inaccurate" (TEI P5).',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/9/91/TEI_Sic22px.png',
action: {
type: 'encapsulate',
options: {
pre: '<sic>',
post: "</sic>"
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'text',
tools: {
"underline": {
label: 'Underline: marks underlined text.',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/b/b5/TEI_Und22px.png',
action: {
type: 'encapsulate',
options: {
pre: '<hi rend="underline">',
post: "</hi>"
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'text',
tools: {
"superscript": {
label: 'Superscript: marks a superscripted text.',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/9/92/TEI_Sup22px.png',
action: {
type: 'encapsulate',
options: {
pre: '<hi rend="superscript">',
post: "</hi>"
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'text',
tools: {
"note": {
label: 'Note: "<note> contains a note or annotation" (TEI P5).',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/f/f1/TEI_Note22px.png',
action: {
type: 'encapsulate',
options: {
pre: '<note>',
post: "</note>"
}
}
}
}
});
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
section: 'annotation',
groups: {
'entities': {
'label': 'Entities'
}
}
} );
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'entities',
tools: {
"name": {
label: 'Annotate names',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/5/57/Icon_Users.png',
action: {
type: 'encapsulate',
options: {
pre: '[[citesName::',
post: "]]"
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'entities',
tools: {
"place": {
label: 'Annotate places',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/7/76/Icon_Placeholder.png',
action: {
type: 'encapsulate',
options: {
pre: '[[citesPlace::',
post: "]]"
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'entities',
tools: {
"work": {
label: 'Annotate works',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/e/e0/Icon_work.png',
action: {
type: 'encapsulate',
options: {
pre: '[[citesWork::',
post: "]]"
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'entities',
tools: {
"object": {
label: 'Annotate objects',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/7/7e/Icon_object.png',
action: {
type: 'encapsulate',
options: {
pre: '[[citesObject::',
post: "]]"
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'entities',
tools: {
"term": {
label: 'Annotate terms',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/b/b3/Icon_term.png',
action: {
type: 'encapsulate',
options: {
pre: '[[Glossary-term::',
post: "]]"
}
}
}
}
});
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
section: 'annotation',
groups: {
'opinions': {
'label': 'Opinions'
}
}
} );
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'opinions',
tools: {
"assent": {
label: 'Assent',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/e/e8/Assent_Annotation_Button_05.png',
action: {
type: 'encapsulate',
options: {
pre: '<span title="Assent" style="background:PaleGreen">[[Assent::≡≡]]</span>',
ownline: false
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'opinions',
tools: {
"dissent": {
label: 'Dissent',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/8/87/Dissent_Annotation_Button.png',
action: {
type: 'encapsulate',
options: {
pre: '<span title="Dissent" style="background:OrangeRed">[[Dissent::≠≠]]</span>',
ownline: false
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'opinions',
tools: {
"laudation": {
label: 'Laudation',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/9/94/Laudation_Annotation_Button.png',
action: {
type: 'encapsulate',
options: {
pre: '<span title="Laudation" style="background:Pink">[[Laudation::++]]</span>',
ownline: false
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'opinions',
tools: {
"question": {
label: 'Question',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/2/26/Question_Annotation_Button.png',
action: {
type: 'encapsulate',
options: {
pre: '<span title="Question" style="background:Yellow">[[Question::??]]</span>',
ownline: false
}
}
}
}
});
$('#wpTextbox1').wikiEditor('addToToolbar', {
section: 'annotation',
group: 'opinions',
tools: {
"recommendation": {
label: 'Recommendation',
type: 'button',
icon: 'http://mediawikiarchivio.unigre.it/mediawiki/images/0/0f/Recomendation_Annotation_Button.png',
action: {
type: 'encapsulate',
options: {
pre: '<span title="Recommendation" style="background:PaleTurquoise" >[[Recommendation::++++]]</span>',
ownline: false
}
}
}
}
});
};
/* Check if view is in edit mode and that the required modules are available. Then, customize the toolbar … */
if ( $.inArray( mw.config.get( 'wgAction' ), [ 'edit', 'submit' ] ) !== -1 ) {
mw.loader.using( 'user.options' ).then( function () {
// This can be the string "0" if the user disabled the preference ([[phab:T54542#555387]])
if ( mw.user.options.get( 'usebetatoolbar' ) == 1 ) {
$.when(
mw.loader.using( 'ext.wikiEditor.toolbar' ), $.ready
).then( function(){ window.setTimeout(customizeToolbar, 1000); } );
}
} );
}