Wikipedia:RefToolbar
RefToolbar refers to a series of JavaScript/jQuery scripts that help editors add citation templates to articles. It works in conjunction with the MediaWiki extension WikiEditor. The Reftoolbar implementation is scattered across several scripts (see, for example, this, this or this prefix search). The newest version, RefToolbar 2.0 is turned on by default for new users.
Originally an opt-in Wikipedia Gadget, Reftoolbar was moved to a site-wide script on February 25, 2011, and to an opt-out gadget in April 2014.[1][2] It comes in two versions, depending on the settings in user preferences.
Versions
[edit]VisualEditor
[edit]Note that RefToolbar is not used in VisualEditor. If you are logged in and your toolbar looks like this:

then you are using the rich-text VisualEditor.
VisualEditor also has a similar Cite button, but this is NOT RefToolbar. It instead uses an autofilling citoid service. If you want to learn how to use that Cite menu, please refer to the VisualEditor introduction.
You can switch between visual editing and source editing (where RefToolbar is used) using the pencil icon.
Wikitext editor
[edit]
The default for all users, logged in or not, is WikiEditor or Wikitext Editor, that includes refToolbar 2.0. Clicking on the menu, you can choose: the template ({{cite web}}, {{cite news}}, {{cite book}} or {{cite journal}}, they are not automatically filled, so you must fill them), named references and error check.
Presence of the toolbar is controlled by two checkboxes:
- Preferences → Editing → Editor →
Enable the editing toolbar - Preferences → Gadgets → Editing →
(D) refToolbar: add a "cite" button to the editing toolbar for quick addition of commonly used citation templates
The older version RefToolbar 1.0 can be accessed from the legacy toolbar.
Related scripts
[edit]- MediaWiki:Gadgets-definition — this defines the module "ext.gadget.refToolbar" (loaded for everybody), responsible by loading the appropriated components of the RefToolbar, such as the module "ext.gadget.refToolbarBase"
- MediaWiki:Gadget-refToolbar.js — this is the main script that generates the editing window and is where RefToolbar gets included
- MediaWiki:Gadget-refToolbarBase.js — common variables and functions for all scripts
- MediaWiki:RefToolbarMessages-en.js — English UI translations
- MediaWiki:RefToolbarMessages-de.js — German UI translations
- MediaWiki:RefToolbarConfig.js
- toollabs:reftoolbar/lookup.php Provides the autofill capability used to auto-complete forms based on ISBN, DOI, and PMID values.
You can also do a "subpages with prefix searches" to find other related pages, in particular MediaWiki and Wikipedia namespace searches are useful.
Call graph
[edit]
This image file is found at commons:File:Wikipedia reftoolbar dependency graph.svg.
See also
[edit]- Help:Citation tools – contains a list of citation related tools
- Help:Edit toolbar
- User:Odie5533/SnipManager