Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prtksxna/new-history
MediaWiki Gadget: Experimental design for history page
https://github.com/prtksxna/new-history
mediawiki mediawiki-gadget
Last synced: about 1 month ago
JSON representation
MediaWiki Gadget: Experimental design for history page
- Host: GitHub
- URL: https://github.com/prtksxna/new-history
- Owner: prtksxna
- License: mit
- Created: 2018-04-16T05:11:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T05:44:55.000Z (almost 7 years ago)
- Last Synced: 2024-11-01T01:11:47.706Z (3 months ago)
- Topics: mediawiki, mediawiki-gadget
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# New History
A MediaWiki gadget to experiment with the design of Special:History. This gadget
is currently **broken** and will mess up your workflow.Please [report problems](https://github.com/prtksxna/new-history/issues/new) on
the [issue tracker](https://github.com/prtksxna/new-history/issues/).## Usage
Add the following code to your [common.js](https://en.wikipedia.org/wiki/Special:MyPage/common.js):
```javascript
mw.loader.load( 'https://cdn.rawgit.com/prtksxna/new-history/master/nhist.css', 'text/css' );
mw.loader.load( 'https://cdn.rawgit.com/prtksxna/new-history/master/nhist.js', 'text/javascript' );
```## Screenshot
![screenshot](https://user-images.githubusercontent.com/9491/38791774-38c90b6a-4167-11e8-87db-a6a158be3752.png)