MediaWiki:Common.js: Difference between revisions

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