An open API service indexing awesome lists of open source software.

https://github.com/novemlinguae/userscripts

Novem Linguae's Wikipedia user scripts
https://github.com/novemlinguae/userscripts

script scripting scripts scripts-collection wikipedia

Last synced: 10 months ago
JSON representation

Novem Linguae's Wikipedia user scripts

Awesome Lists containing this project

README

          

I added most of my Wikipedia user scripts to this GitHub to make pull requests/collaboration easier.

Keep in mind that the versions on Wikipedia may be slightly more up-to-date.

# Folders

User scripts in folders tend to contain some or all of the following:

- Unit tests (needs npm packages: Jest, Babel)
- PHP tools (meant to be run on localhost) that do something useful related to the script
- publish.php script - compiles multiple files into one file and writes it to my userspace on Wikipedia, requires a publish.config.php file though. See example file publish.config.example.php

# Unit tests

I like unit tests. Lots of Wikipedia user scripts can be broken into true functions that input 1 string (wikicode) and output 1 string (wikicode). So they are a perfect fit for unit tests. Userscripts with a lot of unit tests include GANReviewTool, DraftCleaner, and SpeciesHelper.