blob: 3710f860ab9159f5c1ea0d7910d3affef7947fc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$wgCode_languages[] = [
'tag' => 'query',
'pygmentsLexer' => 'sparql',
'actions' => [
'run' => 'https://query.wikidata.org/#$code',
'embed' => 'https://query.wikidata.org/embed.html#$code',
],
'linkifiers' => [
'/\\b[QP][0-9]+\\b/' => 'https://www.wikidata.org/entity/$1',
],
'suffix' => '.rq',
];
|