User:Equazcion/ExperiencedEditorPack

From Wikipedia, the free encyclopedia
This is the documentation page for the ExperiencedEditorPack.js script package.

ExperiencedEditorPack is package of handpicked scripts that can be installed easily in a single step. It contains features intended to ease and enhance the use of Wikipedia by experienced editors.

  • This pack has only been tested extensively with the Vector skin.
  • Some scripts in this pack were authored by me (User:Equazcion), while some were created by other authors.

To install this script package, place the following line in your skin's .js page or your common.js page:

importScript('User:Equazcion/ExperiencedEditorPack.js'); //Linkback: [[User:Equazcion/ExperiencedEditorPack]]

Options[edit]

This pack includes the Floater toolbar. To disable Floater, add the following option above the importScript line:

var noFloater = true;

To disable automatic vote symbols, add the following option above the importScript line:

var noVoteSymbols = true;

Features[edit]

Scripts for this package were chosen on the basis of providing useful functionality and convenience to editors who have been around a while and participate in proposal discussions, investigate user behavior, etc. Features include:

  • Makes linked text in diffs clickable, and turns the "Intermediate revisions" text into a link to a history listing of those revisions
  • Makes all tools that are usually only available at the top of History pages available from the sidebar as well
  • Interwiki language links translated into English ("Chinese" actually reads as "Chinese", instead of Chinese characters)
  • Adds live-generated diff links to history pages
  • Adds a "rollback all" tab to contribution listings (use with caution; requires rollback user right)
  • Adds associated talk page/main page links to Category: listings
  • Adds vote icons to comments where people have posted with Support, Oppose, etc. (can be disabled, see options above)
  • Highlights administrators and marks blocked users on all discussion pages and listings, and highlights your own username in history listings.
  • Adds user information to user pages (such as user rights, time registered, total edits), as well as contributions and statistics tabs
  • Adds minutes/seconds display to database lag messages in your watchlist
  • Displays edit and history tabs for both source and talk pages at all times (for 6 tabs total, rather than 4)
  • Adds a link to dynamically toggle the display of edit notices
  • Adds the Floater quick-access toolbar (can be disabled, see options above)