Script"

From Documentation
Line 1: Line 1:
  
 
= How to use [https://en.wikipedia.org/wiki/User:Joeytje50/JWB JavaScript Wiki Browser (JWB)] =
 
= How to use [https://en.wikipedia.org/wiki/User:Joeytje50/JWB JavaScript Wiki Browser (JWB)] =
 +
A tool allows users to make semi-automated edits more easily.
 +
 +
== Load ==
 
# need to login first
 
# need to login first
 
# open developer tool > console tab
 
# open developer tool > console tab
 
# paste the code below and press enter to run
 
# paste the code below and press enter to run
 
#: <syntaxhighlight>mw.loader.load('//www.zkoss.org/wiki/MediaWiki:JWB.js/load.js?action=raw&ctype=text/javascript');</syntaxhighlight>  
 
#: <syntaxhighlight>mw.loader.load('//www.zkoss.org/wiki/MediaWiki:JWB.js/load.js?action=raw&ctype=text/javascript');</syntaxhighlight>  
# wait a second, you will wee
+
# wait a second, you will wee Wiki Browser appears:
 +
[[File:Jwb.jpg|center|wiki browser]]
 +
 
 +
== Normal Usage ==
 +
=== determine pages to edit ===
 +
* paste one or more page titles in '''Enter list of pages:'''
 +
* select "Setup" tab, click "generate" button, search pages, click "generate" button to produce page list
 +
 
 +
=== replace texts===
 +
* In "Edit" tab, enter '''Replace''' and '''With'''
 +
* or click '''More replace field''' button to add more.

Revision as of 04:38, 9 July 2021

How to use JavaScript Wiki Browser (JWB)

A tool allows users to make semi-automated edits more easily.

Load

  1. need to login first
  2. open developer tool > console tab
  3. paste the code below and press enter to run
    mw.loader.load('//www.zkoss.org/wiki/MediaWiki:JWB.js/load.js?action=raw&ctype=text/javascript');
  4. wait a second, you will wee Wiki Browser appears:
wiki browser

Normal Usage

determine pages to edit

  • paste one or more page titles in Enter list of pages:
  • select "Setup" tab, click "generate" button, search pages, click "generate" button to produce page list

replace texts

  • In "Edit" tab, enter Replace and With
  • or click More replace field button to add more.