Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
WikibaseClient.ci.php File Reference

Variables

 $wgWBClientSettings ['dataBridgeEnabled'] = true
 CI configuration for the Wikibase Client extension.
 
 $wgWBClientSettings ['dataBridgeHrefRegExp'] = '[/=]((?:Item:)?(Q[1-9][0-9]*)).*#(P[1-9][0-9]*)$'
 
 $wgWBClientSettings ['dataBridgeEditTags'] = [ 'Data Bridge' ]
 

Variable Documentation

◆ $wgWBClientSettings [1/3]

$wgWBClientSettings[ 'dataBridgeEditTags'] = [ 'Data Bridge' ]

◆ $wgWBClientSettings [2/3]

$wgWBClientSettings[ 'dataBridgeEnabled'] = true

CI configuration for the Wikibase Client extension.

Largely uses the example config for testing but adds settings not to be part of the default example yet

This file is NOT an entry point the Wikibase Client extension. Use WikibaseClient.php. It should furthermore not be included from outside the extension.

See also
docs/options.wiki

◆ $wgWBClientSettings [3/3]

$wgWBClientSettings[ 'dataBridgeHrefRegExp'] = '[/=]((?:Item:)?(Q[1-9][0-9]*)).*#(P[1-9][0-9]*)$'