Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roblox-indie-wikis/mediawiki-extensions-robloxapi
Easily grab data from Roblox and parse it on your wiki.
https://github.com/roblox-indie-wikis/mediawiki-extensions-robloxapi
mediawiki mediawiki-extension roblox
Last synced: 4 days ago
JSON representation
Easily grab data from Roblox and parse it on your wiki.
- Host: GitHub
- URL: https://github.com/roblox-indie-wikis/mediawiki-extensions-robloxapi
- Owner: Roblox-Indie-Wikis
- License: gpl-2.0
- Created: 2024-11-26T18:43:42.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-06T07:33:37.000Z (4 days ago)
- Last Synced: 2025-01-06T08:31:29.174Z (4 days ago)
- Topics: mediawiki, mediawiki-extension, roblox
- Language: PHP
- Homepage: https://www.mediawiki.org/wiki/Extension:RobloxAPI
- Size: 196 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# RobloxAPI
A MediaWiki extension which provides easy access to the Roblox API via parser functions. The Roblox API is generally
very poorly documented, and using ExternalData or Lua can be hard or not viable for all wiki users. This extension aims
to make it easy for you to grab data from Roblox and put it on your wiki. Formerly developed by [Dovedale Wiki](https://github.com/dovedalewiki).> [!NOTE]
> This extension is still in development.Live Examples:
https://dovedale.wiki
https://hybridcafe.wiki
https://utg.miraheze.org## Installation
1. Download the repository using the following
link: [Download ZIP](https://github.com/dovedalewiki/mediawiki-extensions-RobloxAPI/archive/master.zip)
2. Place the files in a directory called `RobloxAPI` in your `extensions/` folder.
2. Add the following line to the end of your `LocalSettings.php` file:
```php
wfLoadExtension( 'RobloxAPI' );
```Miraheze users may use ManageWiki to install this extension. Search for 'RobloxAPI' in [[Special:ManageWiki]] and install it with a
click.## Usage
For more information on how to use the extension, see the [USAGE.md](USAGE.md) file.
## Contributing
See the [CONTRIBUTING.md](CONTRIBUTING.md) file for information on how to contribute to the project.