Fandom Developers Wiki
Advertisement
This page uses Creative Commons licensed content from Wikipedia (view authors). Smallwikipedialogo

This script/stylesheet is for PERSONAL use only!

You are free to install this script/stylesheet for yourself, but it is not allowed to be used wiki-wide (e.g., in MediaWiki:ImportJS, MediaWiki:Common.js, MediaWiki:Common.css, MediaWiki:Fandomdesktop.js or MediaWiki:Fandomdesktop.css), as it would violate Fandom's Terms of Use.
(See the customization policy)

Javascript Wiki Browser (abbr. JWB) is a script that allows users to make semi-automated edits more easily. For general use, it works similarly to the downloadable AutoWikiBrowser, but it requires no executable installation, and can run on any (major) operating system. This script heavily borrows from AWB in design and functionality, for example using its Regex Typo Fixing and User Checkpage. To use this script to its fullest, you need to be listed on the wiki's AutoWikiBrowser CheckPage (Project:AutoWikiBrowser/CheckPage on your wiki), or have administrator rights on the wiki.

Installation

Getting started

After installing the script, simply go to the page Project:AutoWikiBrowser/Script on the wiki you'd like to use the script on.

The interface of JWB may seem a bit crowded at first, but you'll eventually get used to working with it. This densely packed interface allows for fewer different tabs to be used, which allows you to do more things without having to switch tabs.

The most important part of the script of course is the page list. You can enter any amount of pages in the page list in the bottom left corner of the interface. The page list, along with the edit area and the results window (the top part) are resizable, and for the text fields, will expand over the rest of the JWB interface to prevent it from moving the content aside.

While editing, all inputs will be disabled, so to modify your settings, you first need to press the stop button.

Page list

In the first tab (Setup), you will find a set of options that allows you to perform certain actions on the list of pages. The Remove duplicates button will automatically filter out any duplicate page names, and the Sort button will sort the page list alphabetically.

Page variables

You can define page variables in the page list. This can be done by putting a | after the page name, and following it with the value of the page variable. This variable can then be accessed using $x in the Replace and With replacement boxes, in both of the Skip when ... boxes, and for sysops, the target page name box.

This can be useful when moving large amounts of pages. Simply prepare a list of original page names with the new page name put after it with a | in between, and it will automatically fill in the new page name. It can also be used when you need to replace a specific word that's different for each of the pages in your list, or if you need to replace something with a specific word. If no page variable is specified, the page title is used as a page variable.

Pre-parsing

The pre-parse mode can be used to automatically filter your pagelist to those that meet certain requirements. Simply check the Use pre-parse mode box, and define your skip requirements in the Skip tab. After having finished defining your skip requirements, press start to begin loading each page in the list, and either skipping it when it meets the skip requirements, or moving it to the bottom of the page list to be used later.

JWB will automatically insert a #PRE-PARSE-STOP flag at the bottom of the list, so that it only goes through the list of pages once. If you want to change where the pre-parsing should stop, simply insert #PRE-PARSE-STOP on a separate line in the page list below the last page you want to pre-parse (as if it were a page name).

You can press stop any time you like during the pre-parsing. The #PRE-PARSE-STOP will be left in place then, so that you can simply modify your skip rules, and continue on, or you can press the reset button next to the Use pre-parse mode checkbox to re-parse the whole page list again.

Generating page lists

To generate a page list, simply click the button Generate in the Setup tab. That will open up a window where you can specify which requirements the page list must meet. Note that generating a page list is limited to 50 consecutive requests at a time. This is to prevent overloading the server. The maximum amount of pages per request depends on which generator is used. For pages in a category or links on a page, the limit is 500 (or 5000 for bots), and for the other generators it is 50 (or 500 for bots).

Each of these generators filters its results based on the selected namespaces in the namespace box to the right of the generator options. You can select multiple namespaces by either holding the Ctrl or ⇧ Shift keys and clicking, or dragging across the namespaces. If the generated list of pages exceeds the maximum amount of pages, you can use this to filter down the results to get the full list, in several steps.

Simply check the box before the field set's legend to enable the fields and include that list generator when generating the page list.

Category
Gets all category members of the entered category.

To exclude either subcategories, files, or regular pages, simply uncheck the respective checkbox to disable it.

Links to page
Gets all links to the specified page.
  • It can include regular wikilinks, template transclusions, or file usage. These can all be used simultaneously.
  • It also has the option to filter for redirects. You can choose whether to include redirects only, to exclude redirects, or to include both redirects and wikilinks.
  • Finally, it has the option to include links to the page's redirects. That means that if page A redirects to page B, and page C links to page A, it will still be included in the page list when this checkbox is checked.
Pages with prefix
Gets a list of all pages that start with the specified prefix. This can be useful when trying to generate a list of all subpages for a certain page for example.
Watchlist
This generator simply fetches all pages in your watchlist.
Links on page
Gets a list of all links that are included in the specified page. This can be useful when using a more complex page list generator such as DPL.

Skip options

Using the Skip tab, you can set several rules for which pages should be skipped automatically.

Redirects
You can either select to follow redirects and edit the page the redirect leads to (this will also follow double redirects), or edit the redirects themselves. You can also select to skip redirect pages altogether.
No changes
If you select to skip when no changes are made, the page will automatically skip when the defined find&replace rules don't apply any changes to the page.
Page existence
You can either select to skip when the page exists, skip when it doesn't exist, or edit both existing and non-existing pages.
Contents
You can skip either when the page contains a certain string, or when it doesn't contain that. If the phrase entered in When page contains results in any matches on the page, or if the phrase entered in When page doesn't contain results in no matches, the page will be skipped.
You can either enter a certain keyphrase that should or should not occur on the page, or you can select to use a regular expression. For more information on regular expressions, see Using regex.

Editing options

In the Editing tab, you can specify the basic settings for editing. You can fill in the summary, and whether or not to mark the edit as 'minor'. The checkbox next to the summary input box toggles whether or not to append (via JWB) to your summary automatically. You can also select what to do to your watchlist. You can either select to add or remove every page you edit to or from your watchlist, not to modify your watchlist, or to watch pages based on your preference settings.

While editing, you can also directly add or remove pages to or from your watchlist by pressing the button next to the watchlist dropdown. The button will be labelled with what action it will trigger (either adding or removing).

Every page will automatically display the difference between the stored content, and the content after the find&replace rules are applied. You can also press the Preview button to see the generated output. Some styles may not be loaded in this view though, since JWB uses a page structure different from the normal page contents. This may cause styles that depend on the position in the document not to function anymore.

Users with the bot usergroup will also be able to automatically save their edits. This can be done with a throttle to prevent overloading the server. The number entered in the "every [] sec" field is the amount of seconds between edits. This number can also contain decimals (using a . as decimal mark).

Replacements

Perhaps the most important feature of JWB is automated replacements. You can define the rules for replacing in the Editing tab. By default, all replacements are performed globally. That means that specifying that a should be replaced with b, then every single letter a in the document will be replaced with b. When using regular expressions, this can be disabled by removing the g flag.

Typo fixing

You can use the AWB typo list to automatically fix any typos that exist on the page. Keep in mind that you must always check if the automatic fixes are correct. These automatic fixes will not be applied to image names, template names and parameters*, quotes**, and any text following a colon or asterisk, as well as skipping any rule that also matches a wikilink target. These rules are taken from the rules listing for AWB.

* Because of the non-regular nature of wikitext, this script will recognise any closing }} as the end of the outermost template. This means that if a template is nested inside another, and a typo occurs after that nested template, it will not be ignored.
** Quotes can only span a single line to be recognised. If an opening quote is on one line and the quote isn't ended until the next line, it will not be regarded as a quote, and will not be ignored. Please watch for quotes that do not get recognised manually.

Do note that this uses the typo list on the wiki it is ran from. If you are using this script on a wiki which has no Project:AutoWikiBrowser/Typos page, typo fixing will not work.

Using regex

Aside from simple text find&replace rules, you can also define regular expression replacements. Here you have more control over what gets matched, and what doesn't. You can specify the flags you'd like to use in the box next to the Regular Expression checkmark.

In this JWB script, you can also specify the _ (underscore) flag. That will make the expression treat all spaces and underscores equally. That can be useful when dealing with wikilinks, template transclusions, etc.

To perform multiple replacements on the same page, you can use the More repace fields button, which will open up a window where you can add more rules in the same format as the format in the Editing tab. When you press ↹ Tab while having your cursor on the last replacement rule, another set of inputs will be added. Alternatively, you can press the Add more fields button.

To test regular expressions (albeit without the _ flag), you can use online IDEs such as https://regex101.com/, https://debuggex.com/, or https://regexr.com/.

Ignoring unparsed content

Checking this box will cause the replacement rule to be performed only on content outside the following:

  • Comments: <!-- This will be ignored -->
  • Code tags: contents of <nowiki>, <code>, <source>, <syntaxhighlight> and <pre> will be ignored
  • Formatting tags: <math>, <gallery>, <math> and <timeline>

The content within those tags will be left untouched. This option will also work when not using regular expressions.

Other actions

Administrators can also perform other actions on the page. These actions can not be automated, not even on accounts with both bot and sysop rights.

Moving

When moving pages, the move summary used is taken from the Editing tab. You can select to suppress redirect, which prevents the move from leaving a redirect in the place of the old page's title. You can also select to move all subpages and/or the talk page.

Deleting

Deleting, like moving uses the summary box for its delete reason.

Protecting

For protection, you can specify the protection levels for moving and creating separately. When the page doesn't exist, the level defined in the edit protection is instead applied to the create protection. The expiry field allows input in the same way as normal time input does. That means inputs like "1 hour", "5 January 2000", etc. are allowed here.

Logs

The Log tab stores a history of all actions made in chronological order. The bottom stats bar also keeps track of these actions. The logs also contain links to the edits made, so you can review your edit after making it.

Text above can be found here (edit)
Advertisement