JavaScript Wiki Browser - Semi-automatic editing tool with no download required.
转到文件
Joeytje50 89f710e7ec
Fix alignment issue causing checkbox to overlap summary
Apparently some browsers/OSes (or screen resolutions) are experiencing an alignment issue, as reported in #9.
2021-10-01 15:51:36 +02:00
RETF Sync changes to 4.2.2 2021-04-05 23:29:35 +02:00
i18n add i18n for Italian language 2021-08-10 19:28:10 +02:00
Changelog.wikitext Sync changes to 4.2.2 2021-04-05 23:29:35 +02:00
JWB.css Sync changes to 4.2.2 2021-04-05 23:29:35 +02:00
JWB.js Fix alignment issue causing checkbox to overlap summary 2021-10-01 15:51:36 +02:00
README.md Sync changes to 4.2.2 2021-04-05 23:29:35 +02:00
README.wikitext Sync changes to 4.2.2 2021-04-05 23:29:35 +02:00
i18n.js add i18n for Italian language 2021-08-10 19:28:10 +02:00
load.js Initial commit copying files from ENWP/User:Joeytje50/* 2020-05-06 18:08:25 +02:00
worker.js Sync changes to 4.2.2 2021-04-05 23:29:35 +02:00

README.md

This repository contains the files required to run the JavaScript Wiki Browser developed by Joeytje50. The live version that can be used for importing into your wiki can be found at English Wikipedia (User:Joeytje50/JWB).

Because of a different structure of files on Wikipedia, here's an overview of which Wikipedia page a certain file corresponds to:

(Git file) ENWP/User:Joeytje50/$1
JWB.js JWB.js
JWB.css JWB.css
i18n.js JWB.js/i18n.js
i18n/XX.js JWB.js/i18n-XX.js
load.js JWB.js/load.js
worker.js JWB.js/worker.js
README.wikitext JWB
Changelog.wikitext JWB/Changelog
RETF/RETF.js RETF.js
RETF/README.wikitext RETF
README.md N/A

Author attribution can be found in the JWB.js file, and for the i18n contributions, authors are listed in the respective i18n/XX.js file for the language(s) they translated. For a comprehensive file history of each of the files starting at version 2.0, see the history of the JWB.js page on the English Wikipedia. For version 1.0, see the original version history on the RuneScape Wiki.

If you want to modify this script and test it, you may need to modify some of the hardcoded URLs in the scripts. These URLs are conveniently placed at the top of the JWB.js file. Please do revert the urls back to the hardcoded wikipedia URLs when making a pull request into the master branch, in order to have a working version on this branch at all time.

A change log for changes made after version 4.0.0 can be found on Wikipedia, at User:Joeytje50/JWB/Changelog.