You are browsing a read-only backup copy of Wikitech. The primary site can be found at wikitech.wikimedia.org
Phabricator project: #tool-extjsonuploader
Tool:Extjsonuploader
Revision as of 20:12, 3 July 2020 by imported>Nintendofan885 (Update Toolforge URL)
![]() | |
---|---|
Description | A tool for collecting and uploading extension data to mediawiki.org |
Keywords | bot, extensions |
Author(s) | Brian Wolff |
Maintainer(s) | Brian Wolff, Gergő Tisza (View all) |
Source code | labs/tools/extjsonuploader (Github mirror, code review) |
License | GNU General Public License 2.0 or later |
Issues | Open tasks · Report a bug |
extjsonuploader is a tool for collecting extension data and uploading it to mediawiki.org in a format that templates can use.
Currently it collects the contents of extension.json and uploads it as Lua tables to Module:ExtensionJson as User:Bawolff bot. The data is loaded in mw:Template:Extension via mw.loadData
.