We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fb2db5 + 24c78d3 commit ce40825Copy full SHA for ce40825
1 file changed
README.md
@@ -10,9 +10,22 @@ This is currently intended for use on https://wbstack.com and might change witho
10
11
- $wgWikibaseInWikitextSparqlDefaultUi - Location of the SPARQL UI to link to. Example: https://addshore-alpha.wiki.opencura.com/query
12
13
-**Usage in Wikitext:**
+## Installation
14
15
+Download the extension into your MediaWiki extensions directory.
16
+
17
+In your LocalSettings.php
18
19
+```php
20
+wfLoadExtension('WikibaseInWikitext');
21
+$wgWikibaseInWikitextSparqlDefaultUi = 'URL TO YOUR QUERY UI HERE';
22
```
23
24
+## Usage
25
26
+This extensions functionality can be used in wikitext
27
28
+```wikitext
29
<sparql list="1" tryit="1">
30
#Cats
31
SELECT ?item ?itemLabel
0 commit comments