MediaWiki:Common.js: Difference between revisions

From JJSWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 8: Line 8:
//Begin all the $textarea.wikiEditor stuff
//Begin all the $textarea.wikiEditor stuff
$textarea.wikiEditor( 'addToToolbar', {
section: 'advanced',
group: 'format',
tools: {
comment: {
label: 'Comment',
type: 'button',
icon: 'https://upload.wikimedia.org/wikipedia/commons/3/37/Btn_toolbar_commentaire.png',
action: {
type: 'encapsulate',
options: {
pre: '<!-- ',
post: ' -->'
}
}
}
}
} );


$textarea.wikiEditor( 'addToToolbar', {
section: 'advanced',
group: 'format',
tools: {
hline: {
label: 'Horizontal line',
type: 'button',
icon: 'https://upload.wikimedia.org/wikipedia/commons/a/a4/H-line_icon.png',
action: {
type: 'encapsulate',
options: {
pre: '----',
ownline: true
}
}
}
}
} );
$textarea.wikiEditor( 'addToToolbar', {
$textarea.wikiEditor( 'addToToolbar', {
sections: {
sections: {
emoticons: {
extended: {
type: 'booklet', // Can also be 'booklet',
type: 'toolbar', // Can also be 'booklet',
label: 'Emoticons'
label: 'Extended'
// or labelMsg: 'section-emoticons-label' for a localized label
// or labelMsg: 'section-templates-label' for a localized label
}
}
}
}
} );
} );
$textarea.wikiEditor( 'addToToolbar', {
$textarea.wikiEditor( 'addToToolbar', {
section: 'emoticons',
section: 'extended',
groups: {
groups: {
faces: {
list: {
label: 'Faces' // or use labelMsg for a localized label, see above
tools: {
},
ttemplates: {
lfaces: {
label: 'Time Templates',
label: 'lFaces' // or use labelMsg for a localized label, see above
type: 'select',
},
list: {
mfaces: {
'dsa1': {
label: 'mFaces' // or use labelMsg for a localized label, see above
label: '{{dsa|birth=|death=}}',
}
action: {
}
type: 'encapsulate',
} );
options: {
$textarea.wikiEditor( 'addToToolbar', {
pre: '{{dsa|birth=',
section: 'emoticons',
post: '|death=}}'
group: 'faces',
}
tools: {
}
smile: {
},
label: 'Smile!', // or use labelMsg for a localized label, see above
'dsa2': {
type: 'button',
label: '{{dsa|birth=|birthphrase=|death=|deathphrase=}}',
icon: '//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Gnome-face-smile.svg/22px-Gnome-face-smile.svg.png',
action: {
action: {
type: 'encapsulate',
type: 'encapsulate',
options: {
options: {
pre: '{{dsa|birth=',
pre: ":)" // text to be inserted
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: '}}'
}
}
},
}
}
}
}
}
Line 86: Line 86:
}
}
} );
} );
$textarea.wikiEditor( 'addToToolbar', {
$textarea.wikiEditor( 'addToToolbar', {
section: 'emoticons',
section: 'extended',
group: 'lfaces',
groups: {
tools: {
list: {
smile: {
tools: {
label: 'Emile!', // or use labelMsg for a localized label, see above
templates: {
type: 'button',
label: 'Categories',
icon: '//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Gnome-face-smile.svg/22px-Gnome-face-smile.svg.png',
type: 'select',
action: {
list: {
type: 'encapsulate',
'cPeople': {
options: {
label: 'People',
pre: ":)" // text to be inserted
action: {
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', {
section: 'emoticons',
group: 'mfaces',
pages: {
katakana: {
layout: 'characters',
label: 'Katakana',
characters: [  'ァ', 'ア', 'ィ', 'イ', 'ゥ', 'ウ', 'ェ', 'エ', 'ォ', 'オ', 'カ', 'ガ', 'キ', 'ギ', 'ク', 'グ', 'ケ', 'ゲ', 'コ', 'ゴ', 'サ', 'ザ', 'シ', 'ジ', 'ス', 'ズ', 'セ', 'ゼ', 'ソ', 'ゾ', 'タ', 'ダ', 'チ', 'ヂ', 'ッ', 'ツ', 'ヅ', 'テ', 'デ', 'ト', 'ド', 'ナ', 'ニ', 'ヌ', 'ネ', 'ノ', 'ハ', 'バ', 'パ', 'ヒ', 'ビ', 'ピ', 'フ', 'ブ', 'プ', 'ヘ', 'ベ', 'ペ', 'ホ', 'ボ', 'ポ', 'マ', 'ミ', 'ム', 'メ', 'モ', 'ャ', 'ヤ', 'ュ', 'ユ', 'ョ', 'ヨ', 'ラ', 'リ', 'ル', 'レ', 'ロ', 'ヮ', 'ワ', 'ヰ', 'ヱ', 'ヲ', 'ン', 'ヴ', 'ヵ', 'ヶ', '゛', '゜', 'ー' ]
}
}
}
}
Line 116: Line 167:


$textarea.wikiEditor( 'addToToolbar', {
$textarea.wikiEditor( 'addToToolbar', {
section: 'emoticons',
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: {
type: 'encapsulate',
options: {
pre: '<!-- ',
post: ' -->'
}
}
},
'nowiki': {
label: 'Nowiki',
action: {
action: {
type: 'encapsulate',
type: 'encapsulate',
options: {
options: {
pre: '{{Ping|',
pre: '<nowiki>',
post: '}}'
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}}',
}
}
}
}
}
},
}
}
}
}
Line 159: Line 231:
} );
} );


$textarea.wikiEditor( 'addToToolbar', {
section: 'characters',
pages: {
emoticons: {
layout: 'characters',
label: 'Emoticons',
characters: [ ':)', ':))', ':(', '<3', ';)' ]
}
}
} );


$textarea.wikiEditor( 'addToToolbar', {
$textarea.wikiEditor( 'addToToolbar', {
Line 192: Line 254:
} );
} );


$textarea.wikiEditor( 'addToToolbar', {
section: 'templatessection',
pages: {
katakana: {
layout: 'characters',
label: 'Katakana',
characters: [  'ァ', 'ア', 'ィ', 'イ', 'ゥ', 'ウ', 'ェ', 'エ', 'ォ', 'オ', 'カ', 'ガ', 'キ', 'ギ', 'ク', 'グ', 'ケ', 'ゲ', 'コ', 'ゴ', 'サ', 'ザ', 'シ', 'ジ', 'ス', 'ズ', 'セ', 'ゼ', 'ソ', 'ゾ', 'タ', 'ダ', 'チ', 'ヂ', 'ッ', 'ツ', 'ヅ', 'テ', 'デ', 'ト', 'ド', 'ナ', 'ニ', 'ヌ', 'ネ', 'ノ', 'ハ', 'バ', 'パ', 'ヒ', 'ビ', 'ピ', 'フ', 'ブ', 'プ', 'ヘ', 'ベ', 'ペ', 'ホ', 'ボ', 'ポ', 'マ', 'ミ', 'ム', 'メ', 'モ', 'ャ', 'ヤ', 'ュ', 'ユ', 'ョ', 'ヨ', 'ラ', 'リ', 'ル', 'レ', 'ロ', 'ヮ', 'ワ', 'ヰ', 'ヱ', 'ヲ', 'ン', 'ヴ', 'ヵ', 'ヶ', '゛', '゜', 'ー' ]
}
}
} );





Latest revision as of 15:27, 18 April 2023

/* 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', {
	sections: {
		extended: {
			type: 'toolbar', // Can also be 'booklet',
			label: 'Extended'
			// or labelMsg: 'section-templates-label' for a localized label
		}
	}
} );


$textarea.wikiEditor( 'addToToolbar', {
	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', {
	section: 'extended',
	groups: {
		list: {
			tools: {
				templates: {
					label: 'Categories',
					type: 'select',
					list: {
						'cPeople': {
							label: 'People',
							action: {
								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', {
	section: 'extended',
	groups: {
		list: {
			tools: {
				misc: {
					label: 'Misc',
					type: 'select',
					list: {
						'comments': {
							label: 'Comment',
							action: {
								type: 'encapsulate',
								options: {
									pre: '<!-- ',
									post: ' -->'
								}
							}
						},
						'nowiki': {
							label: 'Nowiki',
							action: {
								type: 'encapsulate',
								options: {
									pre: '<nowiki>',
									post: '</nowiki>'
								}
							}
						},
						'horline': {
							label: 'Horizontal Line',
							action: {
								type: 'encapsulate',
								options: {
									pre: '----',
									ownline: true
								}
							}
						},
						'defsort': {
							label: 'Default Sort',
							action: {
								type: 'encapsulate',
								options: {
									pre: '{{DEFAULTSORT:',
									post: '}}'
								}
							}
						},
						'lcasetitle': {
							label: 'Lowercase title',
							action: {
								type: 'encapsulate',
								options: {
									pre: '{{lowercase title}}',
								}
							}
						},
					}
				}
			}
		}
	}
} );


$textarea.wikiEditor( 'addToToolbar', {
	section: 'characters',
	pages: {
		hiragana: {
			layout: 'characters',
			label: 'Hiragana',
			characters: [ 'ぁ', 'あ', 'ぃ', 'い', 'ぅ', 'う', 'ぇ', 'え', 'ぉ', 'お', 'か', 'が', 'き', 'ぎ', 'く', 'ぐ', 'け', 'げ', 'こ', 'ご', 'さ', 'ざ', 'し', 'じ', 'す', 'ず', 'せ', 'ぜ', 'そ', 'ぞ', 'た', 'だ', 'ち', 'ぢ', 'っ', 'つ', 'づ', 'て', 'で', 'と', 'ど', 'な', 'に', 'ぬ', 'ね', 'の', 'は', 'ば', 'ぱ', 'ひ', 'び', 'ぴ', 'ふ', 'ぶ', 'ぷ', 'へ', 'べ', 'ぺ', 'ほ', 'ぼ', 'ぽ', 'ま', 'み', 'む', 'め', 'も', 'ゃ', 'や', 'ゅ', 'ゆ', 'ょ', 'よ', 'ら', 'り', 'る', 'れ', 'ろ', 'ゎ', 'わ', 'ゐ', 'ゑ', 'を', 'ん', '゛', '゜', 'ー' ]
		}
	}
} );

$textarea.wikiEditor( 'addToToolbar', {
	section: 'characters',
	pages: {
		katakana: {
			layout: 'characters',
			label: 'Katakana',
			characters: [  'ァ', 'ア', 'ィ', 'イ', 'ゥ', 'ウ', 'ェ', 'エ', 'ォ', 'オ', 'カ', 'ガ', 'キ', 'ギ', 'ク', 'グ', 'ケ', 'ゲ', 'コ', 'ゴ', 'サ', 'ザ', 'シ', 'ジ', 'ス', 'ズ', 'セ', 'ゼ', 'ソ', 'ゾ', 'タ', 'ダ', 'チ', 'ヂ', 'ッ', 'ツ', 'ヅ', 'テ', 'デ', 'ト', 'ド', 'ナ', 'ニ', 'ヌ', 'ネ', 'ノ', 'ハ', 'バ', 'パ', 'ヒ', 'ビ', 'ピ', 'フ', 'ブ', 'プ', 'ヘ', 'ベ', 'ペ', 'ホ', 'ボ', 'ポ', 'マ', 'ミ', 'ム', 'メ', 'モ', 'ャ', 'ヤ', 'ュ', 'ユ', 'ョ', 'ヨ', 'ラ', 'リ', 'ル', 'レ', 'ロ', 'ヮ', 'ワ', 'ヰ', 'ヱ', 'ヲ', 'ン', 'ヴ', 'ヵ', 'ヶ', '゛', '゜', 'ー' ]
		}
	}
} );



		//End all the $textarea.wikiEditor stuff-->
	} );
}