Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

16 lines (15 loc) · 1.31 KB

MediaWiki

Micro Tasks

  • Task 1: Guided Minitour for Basic Introduction to UserScript

  • Task 2: User script using OOUI Custom Widget

  • Task 3: User script using MediaWiki API and OOUI Custom Widget

    • I have created a user script that makes queries using MediaWiki API and shows it using OOUI Custom Widget.
    • It makes queries about the first and last editor of the current page (inspiration from phab:T274635). It also leads to the respective introduction page of the editor.
    • Another query is about the five most viewed pages of MediaWiki and its count. It also leads to the respective page.
    • User:A. Amritesh/API-OOUI-Demo.js
    • Demo video