Page MenuHomePhabricator
Paste P43183

Local configuration for badges and Lua
ActivePublic

Authored by ItamarWMDE on Jan 18 2023, 10:17 AM.
Referenced Files
F36292900: Local configuration for badges and Lua
Jan 18 2023, 10:17 AM
Subscribers
None
/**
* Scribunto setup
*/
wfLoadExtension( 'Scribunto' );
$wgScribuntoDefaultEngine = 'luastandalone';
/**
* Setup badges example (Replace Q1, Q2 etc with badge items on your local wiki)
*/
$wgWBRepoSettings['badgeItems']= [ 'Q1' => 'badge1', 'Q2' => 'badge2' ]