My first external query
From Semantic MediaWiki - Sandbox
- Configuration
$smwgQuerySources = [
'semantic-mw' => [
'SMWExternalAskQueryLookup'
]
];
$seqlgExternalRepositoryEndpoints = [
'semantic-mw' => [
'https://www.semantic-mediawiki.org/w/index.php/$1',
'https://www.semantic-mediawiki.org/w/api.php',
true
]
];
- Syntax
{{#ask:
[[Category:City]]
[[Population::+]]
|?=Name
|?Population
|?Area
|?Average rainy days
|source=semantic-mw
|mainlabel=-
|limit=10
}}
- Result
- See also