UESPWiki:Javascript/Navpopup
Contents
Configuration (optional)[edit]
There are dozens of configurable settings that add or remove various powerful features, explained in depth below.
Seven optional structures[edit]
There are seven built-in style variations: shortmenus (default), menus, lite, original, nostalgia, fancy, fancy2.
- To change your selection, see the two
popupStructure
bits in the #Options just below.
Changing the appearance of your popups[edit]
By editing your user CSS file, you can change the appearance of the popups. Your user CSS file has exactly the same name as the JavaScript file, but with "css" instead of "js" at the end. So you should edit your current skin's .css page.
Here is an example that makes the text a bit bigger.
.navpopup {font-size: 0.875em !important;} .popup_menu {margin-top: 1.1em !important;}
Here is an example which gives an orange-flavoured popup with a border and changes the font used. This makes the popups look pretty silly, but it shows the sort of thing you can do if you feel like it.
.navpopup { background-color: #FFBE20 !important; font-family: serif !important; color: #404 !important; font-size: medium !important; }
Options[edit]
There are some options that you can set. To do so, edit your user JavaScript file and add a line of the form window.option = value;
where option
and value
are chosen from the table below. For example, to turn on extensive menus and turn on admin links, you need to add something like this in your JavaScript file:
window.popupStructure = 'menus'; window.popupAdminLinks = true;
Option | Values Default in
bold |
Description | |
---|---|---|---|
Basic | |||
popupDelay |
0.5 , a decimal number |
The number of seconds before popups appear. | |
popupHideDelay |
0.5 , a decimal number |
The approximate number of seconds between the mouse leaving a popup and its disappearance. | |
simplePopups |
true , false |
If you just want the links or find the amount of bandwidth consumed too great, then set this to true . No data will be downloaded and the popups will just consist of a list of links unless you set one of the following options to true : popupUserInfo , popupPreviewDiffs , popupPreviewHistory , popupCategoryMembers , imagePopupsForImages . |
|
popupStructure |
'original' , 'fancy' , 'fancy2' , 'menus' , 'shortmenus' , 'lite' , 'nostalgia' |
Select the structure of the popups – view example screenshots above. The 'original' setting, which is the default if simplePopups is true (or if your browser is known not to support menus), has all the navigation links in the popup itself; 'nostalgia' , 'fancy' and fancy2 are variants of this. The 'shortmenus' setting, which is the default if simplePopups is not true , puts the navigation links in popup menus which appear when you mouseover the links beside the popup title. 'menus' is a more extensive version of 'shortmenus' with more links. Finally, 'lite' is a very simple structure, with just the preview and no navigation links at all.
Note that to set this variable, you need to include the single quotes, e.g. |
|
popupActionsMenu |
true , false |
When using menus, you can either have the title link in the popup generating a menu (if this is set to false ) or a separate "actions" menu (if this is set to true , the default). |
|
popupAdminLinks |
true , false |
Links to block people, delete pages and protect or unprotect pages are by default only available to administrators. Use this variable to override the default behavior. | |
popupShortcutKeys |
true , false |
If this variable is set to true then you can focus some of the links in the popups quickly by pressing keys. When you hover the mouse over a link with a shortcut, the shortcut key appears at the end of the popup hint. For example, in Firefox or Opera, to quickly edit an article in a new tab you can type 'e Control-Enter '. Pressing escape should hide the popup, too. |
|
popupHistoricalLinks |
true , false |
When hovering over links to old revisions and diff links, extra links such as "editOld" are generated if this is true . Otherwise, you get the same links as when hovering over an ordinary link. |
|
popupOnlyArticleLinks |
true , false |
If true , then popups are only generated for links in the article. Otherwise, many other links (such as Edit, Help) get popups too. |
|
popupMaxWidth |
350 , an integer or false |
The maximum width of the popup in pixels. Setting this to false means the popup will expand to accommodate its contents. |
|
popupInitialWidth |
an integer or false |
The initial width of the popup in pixels. Setting this to false means the popup will initially be the size needed to accommodate its initial contents. |
|
popupTocLinks |
true , false |
Whether or not to create popups for the Table of content items. Set true to create popups for table of content. |
|
popupSubpopups |
true , false |
If this is true then popups are generated for links in previews. |
|
popupDragHandle |
false , 'popupTopLinks' , ... |
The name of an element by which the popup can be dragged without holding the shift key. If false , then the popup can be dragged using the shift key instead. |
|
popupAllDabsStubs |
true , false |
If this variable is set to false then only pages that look like stubs or disambiguation pages in the article namespace are treated specially. (Setting this to true can lead to lots of false positives). |
|
popupAdjustDiffDates |
true , false |
If true, then dates in history, diff and user contributions previews are adjusted according to the settings in your user preferences. | |
popupModifier |
false (default), 'ctrl' , 'shift' , 'alt' , 'meta' |
Lets popups only appear when pushing a modifier key while hovering over the links. This prevents unintentional popups that hide page content. | |
Images | |||
popupImages |
true , false |
If this is false then images are never displayed. |
|
imagePopupsForImages |
true , false |
By default, preview images are loaded even when hovering over visible images. Setting this to false turns that off. If simplePopups is set to true , then the default value for this option is false . |
|
popupThumbAction |
"imagepage" , "sizetoggle" , "linkfull" |
This controls what happens when you click the image in a preview. "imagepage" takes you to the image page (and will generate a subpopup when you hover over the image), unless the popup is generated for the image page; "sizetoggle" means the image size is toggled on click, and "linkfull" means that the image links directly to the full size version. |
|
Redirs, Dabs, Reversion | |||
popupFixRedirs |
true , false |
If this variable is set to true then you can automatically "fix" links to redirect pages by clicking on the "Redirects" link. Note: You probably don't want to "fix" such links every time you come across them, and you definitely don't want to go on a hunt for them to "fix" them. See the About fixing redirects subpage. |
|
popupRedirAutoClick |
'wpDiff' , 'wpPreview' , 'wpSave' |
The button which is automatically pressed when fixing redirects. If set to 'wpSave' you do not need to confirm the change. |
|
popupFixDabs |
true , false |
If this variable is set to true then you can automatically "fix" links to disambiguation pages by clicking one of the links at the very bottom of the popup. |
|
popupDabsAutoClick |
'wpDiff' , 'wpPreview' , 'wpSave' |
The button which is automatically pressed when fixing (or removing) links to disambiguation pages. If set to 'wpSave' you do not need to confirm the change. |
|
popupRedlinkRemoval |
true , false |
If this variable is set to true then you can automatically remove links to non-existent pages (so-called "red links") by selecting "Remove this link". |
|
popupRedlinkAutoClick |
'wpDiff' , 'wpPreview' , 'wpSave' |
The button which is automatically pressed when removing red links. If set to 'wpSave' you do not need to confirm the change. |
|
popupWatchDisambiggedPages |
true , false , null |
If this variable is set to true then fixed dab pages will always be watched; if it's false , then they'll always be unwatched. If it's null , then the page will be watched or unwatched according to the settings in your user preferences. |
|
popupWatchRedirredPages |
true , false , null |
If this variable is set to true then fixed redirect pages will always be watched; if it's false , then they'll always be unwatched. If it's null , then the page will be watched or unwatched according to the settings in your user preferences. |
|
Navlinks | |||
popupNavLinks |
true , false |
If this is true then navigation links are displayed. If false , then these are switched off. |
|
popupLastEditLink |
true , false |
Whether the popup should contain a "most recent edit" link. | |
popupEditCounterTool |
"supercount" , "custom" |
The edit counter tool to use or a custom url defined by popupEditCounterUrl . |
|
popupEditCounterUrl |
"" |
The url for a custom edit counter. You can use replaceable parameters in this url: $1 will be replaced with the username, and $2 with the database name (for example, enwiki_p). | |
Previews, etc. | |||
popupPreviews |
true , false |
If this is true and you haven't set simplePopups , then a preview of the first part of the article will appear. (Reports of pages for which this is done badly are most welcome). If false , then this is switched off. |
|
popupSummaryData |
true , false |
If this is true summary data for the target page is displayed. If false , then this is switched off. |
|
popupUserInfo |
true , false |
If set to true show user info when the target page is in a user's or user talk's namespace. If simplePopups is set to true , then the default value for this option is false . |
|
popupLastModified |
true , false |
If true then the age of the page is displayed in the summary data. This is the amount of time that has elapsed since the article was edited. | |
Diffs | |||
popupDiffDates |
true , false |
If true , the dates of the revisions being compared are shown when previewing diffs. |
|
Misc. | |||
popupOnEditSelection |
true , false , 'cursor' , boxpreview |
If this is true then popups are generated for selected wikilinks when editing. |
|
popupImageLinks |
true , false |
If true , pages linking to an image should appear in the preview. This currently does not work for commons images. |
|
popupShowGender |
true , false |
If true , a gender symbol is displayed in popups showing user info. |
|
Edit summaries | |||
popupRevertSummaryPrompt |
true , false |
If true, you will be given the chance to change the default revert summary with each reversion. | |
popupRevertSummary |
a string | The edit summary used when reverting and not using a queried revert summary (see below). The first %s appearing in this string is replaced with the revision ID of the page being reverted to. | |
popupExtendedRevertSummary |
a string | default: 'Revert to revision dated %s by %s, oldid %s using popups' | |
popupRevertToPreviousSummary |
a string | default: 'Revert to the revision prior to revision %s using popups' | |
popupQueriedRevertSummary |
a string | The edit summary used when reverting and using the query interface to get information about the reversion. A $1, $2, $3 in the string are replaced with the revision ID, the timestamp and the editor corresponding to the revision being reverted to. | |
popupQueriedRevertToPreviousSummary |
a string | The edit summary used when reverting using diff links such as those found on user contributions pages and using the query interface to get information about the reversion. A $1, $2, $3 in the string are replaced with the revision ID, the timestamp and the editor corresponding to the revision immediately after the revision being reverted to. | |
popupFixDabsSummary |
a string | The edit summary used when disambiguating links. The first %s appearing in this string is replaced with the disambiguation page, and the second %s is replaced with the target page. | |
popupFixRedirsSummary |
a string | The edit summary used when fixing redirects. The first %s appearing in this string is replaced with the redirect page, and the second %s is replaced with the target page. | |
popupRedlinkSummary |
a string | The edit summary used when removing red links. The first %s appearing in this string is replaced with the red link name. | |
popupRmDabLinkSummary |
a string | default: 'Remove link to dab page %s using popups' | |
Preview options | |||
popupHistoryPreviewLimit |
25 , an integer |
Preview at most this many edits from the top of the page's history. | |
popupCategoryMembers |
true , false |
Whether or not to preview members of categories. If simplePopups is set to true , then the default value for this option is false . |
|
popupPreviewDiffs |
true , false |
Show previews for diff links. If simplePopups is set to true , then the default value for this option is false . |
|
popupPreviewHistory |
true , false |
Whether or not to generate special previews for links to history pages. If simplePopups is set to true , then the default value for this option is false . |
|
popupContribsPreviewLimit |
25 , an integer |
Preview at most this many user contributions. | |
popupPreviewKillTemplates |
true , false |
If true , templates referred to in an article are simply deleted from previews; otherwise, they're shown as raw wikitext. |
|
popupPreviewRawTemplates |
true , false |
If true , template pages (that is, pages in the Template: namespace) are previewed entirely as raw wikitext; otherwise, an attempt is made to render them in the preview. |
|
popupPreviewFirstParOnly |
true , false |
If true , previews are restricted to the first paragraph of the article. |
|
popupMaxPreviewSentences |
5 , an integer |
The maximum number of sentences to extract from something approximating the beginning of an article for the preview. | |
popupMaxPreviewCharacters |
600 , an integer |
The maximum number of characters to extract from something approximating the beginning of an article for the preview. | |
Experimental and/or undocumented options | |||
popupReview |
true , false |
Show an "accept this version as reviewed" link. | |
popupSetupMenu |
true , false |
Additional menu to disable or reset popups itself | |
popupSimplifyMainLink |
true , false |
Shows only the subpage part of a title, for popups outside of mainspace | |
popupDebugging |
true , false |
||
popupActiveNavlinks |
true , false |
||
popupModifierAction |
'enable' , 'disable' |
||
popupDraggable |
true , false |
||
popupNeverGetThumbs |
true , false |
||
popupImageSize |
60 , an integer |
||
popupImageSizeLarge |
200 , an integer |
||
popupMinorReverts |
true , false |
Mark reverts/edits as minor changes | |
popupDabWiktionary |
'last' , 'first' |
Determine position of the option to disambiguate the link to point to wiktionary instead. | |
popupPreviewCutHeadings |
true , false |
||
popupPreviewButton |
true , false |
||
popupPreviewButtonEvent |
'click' |
||
popupDiffMaxLines |
100 , an integer |
Maximum number of lines to process for the diff | |
popupDiffContextLines |
2 , an integer |
Number of lines before and after each change to include in the diff | |
popupDiffContextCharacters |
40 , an integer |
||
popupDiffDatePrinter |
'toLocaleString' , a string |
||
popupHistoryLimit |
50 , an integer |
The maximum amount of history to search through for the changes since my last edit. NOTE: misnomer | |
popupFilters |
array | default: [popupFilterStubDetect, popupFilterDisambigDetect, popupFilterPageSize, popupFilterCountLinks, popupFilterCountImages, popupFilterCountCategories, popupFilterLastModified] |
|
extraPopupFilters |
[] , an array |
||
popupRevDelUrl |
string | default: '//en.wikipedia.org/wiki/Wikipedia:Revision_deletion' Determines where to link to when showing revision deleted versions in the history |
|
popupNewWindows |
true , false |
Should links inside the previewed content be opened in a new window. | |
popupLinksNewWindow |
string | default: {'lastContrib': true, 'sinceMe': true}
Allow lastContrib or sinceMe links to open in a separate window. NOTE: not functional right now. |
|
popupDabRegexp |
string | default: '(\\{\\{\\s*disambig(?!uation needed)|disambig\\s*\\}\\}|disamb\\s*\\}\\}|dab\\s*\\}\\})|\\{\\{\\s*(((geo|hn|road?|school|number)dis)|[234][lc][acw]|(road|ship)index)(\\s*[|][^}]*)?\\s*[}][}]|is a .*disambiguation.*page' |
|
popupAnchorRegexp |
'anchors?' , a string |
||
popupStubRegexp |
string | default: '(sect)?stub[}][}]|This .*-related article is a .*stub' |
|
popupImageVarsRegexp |
string | default: 'image|image_(?:file|skyline|name|flag|seal) |cover|badge|logo' |
More options may be added, and requests for more configurability are welcome.
Advanced customization[edit]
Adding filters[edit]
You can define custom filters for articles. These are JavaScript functions which are run after the page statistics are generated, and their output is appended (as HTML) to that part of the popup. (Note that if simplePopups is true or popupSummaryData is false, then nothing will be displayed.)
The way to set this up is to write a filter function which accepts a string (the wikitext of the article) as input, and returns a fragment of HTML. Repeat for as many filters as you want, and then create an array extraPopupFilters
which contains all of the functions, in the order in which you want them to be run.
For example, let's say you want to be told whenever the wikitext of an article contains a table written using HTML tags rather than wiki markup. One way to do this is to add the following to your user JavaScript file:
// initialize the array - only do this once window.extraPopupFilters = []; // define the function function popupFilterHtmlTable (wikiText) { if (/<table/i.test(wikiText)) return '<table>'; else return ''; }; // add the function to the array (you can repeat this for lots of functions) extraPopupFilters.push(popupFilterHtmlTable);
Then when a popup is generated for a page containing an HTML table, you should see <table> in the popup. (It may also appear for other pages, such as this page. Correcting this defect is left as an exercise for the reader.)
Other examples[edit]
If you want to enable popupRedlinkRemoval
, popupFixRedirs
and popupFixDabs
features in all pages except the special ones, page histories]] and page previews (where those features are obviously useless) you can add these lines to your user JavaScript file:
// Normally features are enabled var toFix = true; // In special pages, histories and previews disable them if ( mw.config.get( 'wgCanonicalNamespace' ) === 'Special' || $.inArray( mw.util.getParamValue( 'action' ), [ 'history', 'submit' ] ) !== -1 ) { toFix = false; } // window.popupRedlinkRemoval = toFix; window.popupFixRedirs = toFix; window.popupFixDabs = toFix;
Browser problems[edit]
Google Chrome[edit]
If the user is using the Virtual Keyboard (by Google) extension, the popups may sometimes appear in the wrong locations, sometime off the screen entirely. Frequently, popups appear in the same location as the first, leading to several overlapping pop-ups since the pop-ups do not disappear even when the mouse no longer hovers over a link. This conflict with popups is present as of Version 0.9.8.8 of the Virtual Keyboard extension.
Internet Explorer[edit]
Pages with "–" in their titles will not display correctly in the popups. This bug does not exist in Internet Explorer 9, so upgrading will fix the bug.
Firefox[edit]
If a user on Firefox with the Adblock Plus extension installed cannot see the popup, only the normal tooltip, Adblock Plus may be blocking the operation of navigational popups. This can be solved by adding an exception to the filtering rules – go to the Main Page, right-click the icon in the status bar, and check Disable on en.uesp.net.
Safari[edit]
The menus do not function correctly in some older releases of Safari. Using a version 3 or higher is supported.
Opera[edit]
Using a current version (11.0 or higher) should give correctly functioning popups. Using an earlier version, you may experience problems, such as popups not loading or not disappearing after the mouse is moved away.
This tool should not be affected by any browser popup blocking settings.