This user develops
user scripts;


My User Scripts edit

  • WebRef - a script automating the filling of the {{cite web}} template.
  • Smart Linking - helps linking to the correct articles by letting you preview the linked articles while editing (see the screenshots).
  • Wiki Translation Tools - for translators from or to other Wikipedias, find categories in your target wiki, copy the Link FA/GA and Common templates, and fill the Translated page template; also, for any of the links in the article, check the name of the corresponding article in your target wiki without having to open the article and to look at the interwiki there.
  • What Links Here link filter - on What Links Here pages, exclude pages linking through a given template.
  • Simple Keyboard Layout Changer - change just a few characters on your keyboard or set up a complete keyboard layout for typing in another language.
  • Sum numbers - for adding up numbers from an article (helps with calculating column totals for tables).

For developers edit

  • Textarea1.js is a template for a script that takes the selected text in the textarea, processes it, and replaces the selection with the newly processed text. This action is executed when the user clicks the script's button in the toolbar. You can take and modify this script as you wish.

Smart Linking consists of several components, four of which can also be used in other applications:

  • addToolbarButtons.js adds buttons to the editing toolbar
  • wikiParserV.js is a collection of useful functions
  • msgDisplay.js is the script that deals with Smart Linking's display
  • valSel.js contains jQuery plugins for manipulating the textarea content (this file is no longer used by Smart Linking, read there what you should use intstead)

See also edit