summaryrefslogtreecommitdiff
path: root/examples/languages.php
blob: 6fc4317a368979c2a940440cc0dd02ad6dace8d8 (plain)
1
2
3
4
5
6
7
8
9
$wgCode_languages[] = [
	'tag' => 'query',
	'pygmentsLexer' => 'sparql',
	'actions' => [
		'run' => 'https://query.wikidata.org/#$code',
		'embed' => 'https://query.wikidata.org/embed.html#$code',
	],
	'suffix' => '.rq',
];