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: 12 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-29T22:16:16.000Z (26 days ago)
- Last Synced: 2025-04-13T02:46:00.853Z (12 days ago)
- Topics: mediawiki, mediawiki-extension, roblox
- Language: PHP
- Homepage: https://www.mediawiki.org/wiki/Extension:RobloxAPI
- Size: 314 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
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
for [Dovedale Wiki](https://github.com/dovedalewiki).> [!NOTE]
> In version 1.2.0, major changes have been made to the extension. The new `{{#robloxAPI}}` parser function provides new
> features and should now be the only one used to access the Roblox API. While the old parser functions remain working
> as before, they might be removed in a future version.
>
> Please see the [USAGE.md](USAGE.md#Migrating-from-the-old-parser-functions) file for the latest documentation on how
> to use the extension.Live Examples:
* [Hybrid Cafe Wiki](https://hybridcafe.wiki/)
* [Untitled Tag Game Wiki](https://utg.miraheze.org/)## Installation
> [!TIP]
> Miraheze users may use ManageWiki to install this extension. Search for 'RobloxAPI' in *Special:ManageWiki/extensions*
> and install it with a click.1. Download the repository using the following
link: [Download ZIP](https://github.com/Roblox-Indie-Wikis/mediawiki-extensions-RobloxAPI/archive/master.zip)
2. Place the files in a directory called `RobloxAPI` in your `extensions/` folder.
3. Add the following line to the end of your `LocalSettings.php` file:
```php
wfLoadExtension( 'RobloxAPI' );
```## 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.
## Indie Roblox Wikis
If you are interested in the work we do - like developing this extension, please do check out our website and members [here](https://indierobloxwikis.org).