MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */


// Check if we're editing a page.
if ( [ 'edit', 'submit' ].indexOf( mw.config.get( 'wgAction' ) ) !== -1 ) {
// Add a hook handler.
mw.hook( 'wikiEditor.toolbarReady' ).add( function ( $textarea ) {
// Configure a new toolbar entry on the given $textarea jQuery object.
//Begin all the $textarea.wikiEditor stuff
$textarea.wikiEditor( 'addToToolbar', {
$textarea.wikiEditor( 'addToToolbar', {
section: 'advanced',
sections: {
group: 'format',
extended: {
tools: {
type: 'toolbar', // Can also be 'booklet',
comment: {
label: 'Extended'
label: 'Comment',
// or labelMsg: 'section-templates-label' for a localized label
type: 'button',
}
icon: 'https://upload.wikimedia.org/wikipedia/commons/3/37/Btn_toolbar_commentaire.png',
}
action: {
} );
type: 'encapsulate',
 
options: {
 
pre: '<!-- ',
$textarea.wikiEditor( 'addToToolbar', {
post: ' -->'
section: 'extended',
groups: {
list: {
tools: {
ttemplates: {
label: 'Time Templates',
type: 'select',
list: {
'dsa1': {
label: '{{dsa|birth=|death=}}',
action: {
type: 'encapsulate',
options: {
pre: '{{dsa|birth=',
post: '|death=}}'
}
}
},
'dsa2': {
label: '{{dsa|birth=|birthphrase=|death=|deathphrase=}}',
action: {
type: 'encapsulate',
options: {
pre: '{{dsa|birth=',
post: '|birthphrase=|death=|deathphrase=}}'
}
}
},
'aidh': {
label: '{{aidh||}}',
action: {
type: 'encapsulate',
options: {
pre: '{{aidh|',
post: '|}}'
}
}
},
'yyyymmddlink': {
label: '{{YYYYMMDDtoLinks|}}',
action: {
type: 'encapsulate',
options: {
pre: '{{YYYYMMDDtoLinks|',
post: '}}'
}
}
},
'yyyymmddfjylink': {
label: '{{YYYYMMDDtoFjYLinks|}}',
action: {
type: 'encapsulate',
options: {
pre: '{{YYYYMMDDtoFjYLinks|',
post: '}}'
}
}
},
}
}
}
}
}
}
}
}
} );
}
} );


$textarea.wikiEditor( 'addToToolbar', {
$textarea.wikiEditor( 'addToToolbar', {
section: 'advanced',
section: 'extended',
group: 'format',
groups: {
tools: {
list: {
hline: {
tools: {
label: 'Horizontal line',
templates: {
type: 'button',
label: 'Categories',
icon: 'https://upload.wikimedia.org/wikipedia/commons/a/a4/H-line_icon.png',
type: 'select',
action: {
list: {
type: 'encapsulate',
'cPeople': {
options: {
label: 'People',
pre: '----',
action: {
ownline: true
type: 'encapsulate',
options: {
pre: '[[Category:People]]'
}
}
},
'cFPeople': {
label: 'Fictional People',
action: {
type: 'encapsulate',
options: {
pre: '[[Category:Fictional People]]',
}
}
},
'cTVShows': {
label: 'Television Shows',
action: {
type: 'encapsulate',
options: {
pre: '[[Category:Television Shows]]',
}
}
},
'cTVSeasons': {
label: 'Television Seasons',
action: {
type: 'encapsulate',
options: {
pre: '[[Category:Television Seasons]]',
}
}
},
'cMovies': {
label: 'Movies',
action: {
type: 'encapsulate',
options: {
pre: '[[Category:Movies]]',
}
}
},
'cBooks': {
label: 'Books',
action: {
type: 'encapsulate',
options: {
pre: '[[Category:Books]]',
}
}
},
'cVGs': {
label: 'Video Games',
action: {
type: 'encapsulate',
options: {
pre: '[[Category:Video Games]]',
}
}
},
}
}
}
}
}
}
}
} );
$textarea.wikiEditor( 'addToToolbar', {
sections: {
emoticons: {
type: 'toolbar', // Can also be 'booklet',
label: 'Templates Section'
// or labelMsg: 'section-templates-label' for a localized label
}
}
}
}
Line 50: Line 167:


$textarea.wikiEditor( 'addToToolbar', {
$textarea.wikiEditor( 'addToToolbar', {
section: 'main',
section: 'extended',
groups: {
groups: {
list: {
list: {
tools: {
tools: {
templates: {
misc: {
label: 'Templates',
label: 'Misc',
type: 'select',
type: 'select',
list: {
list: {
'Ping-button': {
'comments': {
label: '{{Ping}}',
label: 'Comment',
action: {
action: {
type: 'encapsulate',
type: 'encapsulate',
options: {
options: {
pre: '{{Ping|',
pre: '<!-- ',
post: '}}'
post: ' -->'
}
}
},
'nowiki': {
label: 'Nowiki',
action: {
type: 'encapsulate',
options: {
pre: '<nowiki>',
post: '</nowiki>'
}
}
},
'horline': {
label: 'Horizontal Line',
action: {
type: 'encapsulate',
options: {
pre: '----',
ownline: true
}
}
}
}
},
},
'Clear-button': {
'defsort': {
label: 'Clear',
label: 'Default Sort',
action: {
action: {
type: 'encapsulate',
type: 'encapsulate',
options: {
options: {
pre: '{{Clear}}'
pre: '{{DEFAULTSORT:',
post: '}}'
}
}
}
}
},
},
'Done-button': {
'lcasetitle': {
label: 'Done',
label: 'Lowercase title',
action: {
action: {
type: 'encapsulate',
type: 'encapsulate',
options: {
options: {
pre: '{{Done}}'
pre: '{{lowercase title}}',
}
}
}
}
}
},
}
}
}
}
}
}
}
}
} );
$textarea.wikiEditor( 'addToToolbar', {
section: 'characters',
pages: {
hiragana: {
layout: 'characters',
label: 'Hiragana',
characters: [ 'ぁ', 'あ', 'ぃ', 'い', 'ぅ', 'う', 'ぇ', 'え', 'ぉ', 'お', 'か', 'が', 'き', 'ぎ', 'く', 'ぐ', 'け', 'げ', 'こ', 'ご', 'さ', 'ざ', 'し', 'じ', 'す', 'ず', 'せ', 'ぜ', 'そ', 'ぞ', 'た', 'だ', 'ち', 'ぢ', 'っ', 'つ', 'づ', 'て', 'で', 'と', 'ど', 'な', 'に', 'ぬ', 'ね', 'の', 'は', 'ば', 'ぱ', 'ひ', 'び', 'ぴ', 'ふ', 'ぶ', 'ぷ', 'へ', 'べ', 'ぺ', 'ほ', 'ぼ', 'ぽ', 'ま', 'み', 'む', 'め', 'も', 'ゃ', 'や', 'ゅ', 'ゆ', 'ょ', 'よ', 'ら', 'り', 'る', 'れ', 'ろ', 'ゎ', 'わ', 'ゐ', 'ゑ', 'を', 'ん', '゛', '゜', 'ー' ]
}
}
}
}
Line 96: Line 246:
section: 'characters',
section: 'characters',
pages: {
pages: {
emoticons: {
katakana: {
layout: 'characters',
layout: 'characters',
label: 'Emoticons',
label: 'Katakana',
characters: [ ':)', ':))', ':(', '<3', ';)' ]
characters: [ 'ァ', 'ア', 'ィ', 'イ', 'ゥ', 'ウ', 'ェ', 'エ', 'ォ', 'オ', 'カ', 'ガ', 'キ', 'ギ', 'ク', 'グ', 'ケ', 'ゲ', 'コ', 'ゴ', 'サ', 'ザ', 'シ', 'ジ', 'ス', 'ズ', 'セ', 'ゼ', 'ソ', 'ゾ', 'タ', 'ダ', 'チ', 'ヂ', 'ッ', 'ツ', 'ヅ', 'テ', 'デ', 'ト', 'ド', 'ナ', 'ニ', 'ヌ', 'ネ', 'ノ', 'ハ', 'バ', 'パ', 'ヒ', 'ビ', 'ピ', 'フ', 'ブ', 'プ', 'ヘ', 'ベ', 'ペ', 'ホ', 'ボ', 'ポ', 'マ', 'ミ', 'ム', 'メ', 'モ', 'ャ', 'ヤ', 'ュ', 'ユ', 'ョ', 'ヨ', 'ラ', 'リ', 'ル', 'レ', 'ロ', 'ヮ', 'ワ', 'ヰ', 'ヱ', 'ヲ', 'ン', 'ヴ', 'ヵ', '', '', '', '' ]
}
}
}
}
} );
} );
//End all the $textarea.wikiEditor stuff-->
} );
}