Extension:RobloxAPI

Category:Extensions without an imageCategory:GPL licensed extensions
MediaWiki extensions manual
RobloxAPI
Release status: stableCategory:Stable extensions
Implementation Parser function Category:Parser function extensions
Description provides easy access to the Roblox API via parser functions
Author(s) SomeRandomDeveloper
Latest version 1.2.0 (Continuous updates)
Compatibility policy Master maintains backward compatibility.Category:Extensions with master compatibility policy
MediaWiki 1.42+Category:Extensions with manual MediaWiki version
License GNU General Public License 2.0 or later
Download Category:Extensions in GitHub version control
  • $wgRobloxAPIRequestUserAgent
  • $wgRobloxAPIRegisterLegacyParserFunctions
  • $wgRobloxAPIEnabledDatasources
  • $wgRobloxAPIAllowedArguments
  • $wgRobloxAPIParserFunctionsExpensive
  • $wgRobloxAPICachingExpiries
  • $wgRobloxAPIDisableCache
Category:All extensions

The RobloxAPI extension provides easy access to the Roblox API via parser functions. 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

  • 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

Please refer to the USAGE.md file in the extension's repository for the latest information on how to use the extension.

See also

Category:All extensions Category:Extensions in GitHub version control Category:Extensions included in Miraheze Category:Extensions with manual MediaWiki version Category:Extensions with master compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ParserFirstCallInit extensions Category:Parser function extensions Category:Stable extensions