User:Erutuon/scripts/charinsert-names

Adds tooltips with character names to items in the Charinsert or Edittools box below the editing area.

To install, add this to your common.js:

importScript("User:Erutuon/scripts/charinsert-names.js");

The list of character names (codePointNames) is hardcoded and was generated by Module:Sandbox/Erutuon/charinsert names. To get this to work on other wikis that have a similarly constructed Charinsert box, get the text of the Charinsert box and get a list of names by inserting it into {{#invoke:Sandbox/Erutuon/charinsert names|highlighted_character_names|text of Charinsert box}}.