Jump to content

Extension:RobloxAPI

From mediawiki.org
MediaWiki extensions manual
RobloxAPI
Release status: stable
Implementation Parser function
Description provides easy access to the Roblox API via parser functions
Author(s) SomeRandomDeveloper
Latest version 1.7.0 (Continuous updates)
Compatibility policy Master maintains backward compatibility.
MediaWiki 1.43+
  • $wgRobloxAPIRequestUserAgent
  • $wgRobloxAPICacheSplittingOptionalArguments
  • $wgRobloxAPIDisableCache
  • $wgRobloxAPIDataSourceUsageLimits
  • $wgRobloxAPIParserFunctionsExpensive
  • $wgRobloxAPIRegisterLegacyParserFunctions
  • $wgRobloxAPIEnabledDatasources
  • $wgRobloxAPIAllowedArguments
  • $wgRobloxAPICachingExpiries
  • $wgRobloxAPIShowPlainErrors
Licence GNU General Public License 2.0 or later
Download

The RobloxAPI extension provides easy access to the Roblox API. Fetch images, data and player information easily with a parser function. The Roblox API is generally very poorly documented, and using the ExternalData extension or Lua modules can be a steep learning curve which may not be viable. This extension aims to make it easy for you to grab data from Roblox and put it on your wiki, using simple parser functions.

Installation

[edit]
  • Download and place the file(s) in a directory called RobloxAPI in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'RobloxAPI' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage

[edit]

For documentation on the extension, you can refer to this guide for the latest information on how to use the extension. Alternatively, you can view the USAGE.md file in the extension repository.

Preview

[edit]

The extension is active on the following wikis, check out some example usage on their various pages:

See also

[edit]