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: Difference between revisions
Jump to navigation
Jump to search
imported>Samwilson (update with new JSON output info) |
imported>Gergő Tisza No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
|keywords = bot, extensions | |keywords = bot, extensions | ||
|author = [[User:Brian Wolff|Brian Wolff]] | |author = [[User:Brian Wolff|Brian Wolff]] | ||
|maintainer = [[User:Brian Wolff|Brian Wolff]], [[User:Gergő Tisza|Gergő Tisza]] | |maintainer = [[User:Brian Wolff|Brian Wolff]], [[User:Gergő Tisza|Gergő Tisza]], [[User:Samwilson|Sam Wilson]] | ||
|repository = [https://gerrit.wikimedia.org/g/labs/tools/extjsonuploader/ labs/tools/extjsonuploader] ([https://github.com/wikimedia/labs-tools-extjsonuploader Github mirror], [https://gerrit.wikimedia.org/r/q/project:labs%252Ftools%252Fextjsonuploader+status:open code review]) | |repository = [https://gerrit.wikimedia.org/g/labs/tools/extjsonuploader/ labs/tools/extjsonuploader] ([https://github.com/wikimedia/labs-tools-extjsonuploader Github mirror], [https://gerrit.wikimedia.org/r/q/project:labs%252Ftools%252Fextjsonuploader+status:open code review]) | ||
|license = GPL-2.0+ | |license = GPL-2.0+ | ||
|phabricator = tool-extjsonuploader | |phabricator = tool-extjsonuploader | ||
|sal = [[Nova Resource:Tools.extjsonuploader/SAL]] | |||
}} | }} | ||
'''extjsonuploader''' is a tool for collecting extension data and uploading it to mediawiki.org in formats that templates and other consumers can use. | '''extjsonuploader''' is a tool for collecting extension data and uploading it to mediawiki.org in formats that templates and other consumers can use. |
Latest revision as of 08:45, 2 January 2022
![]() | |
---|---|
Website | https://extjsonuploader.toolforge.org/ |
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, Sam Wilson (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 |
Admin log | Nova Resource:Tools.extjsonuploader/SAL |
extjsonuploader is a tool for collecting extension data and uploading it to mediawiki.org in formats that templates and other consumers can use.
It collects the contents of extension.json and uploads it as Lua tables to Module:ExtensionJson (as User:Bawolff bot). This data is loaded in mw:Template:Extension via mw.loadData
.
It also makes the same data available on the web as https://extjsonuploader.toolforge.org/ExtensionJson.json