Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.