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
Name | Population | Area | Average rainy days |
---|---|---|---|
Cherkasy | 269,836 | 69 | |
Karlsruhe | 294,761 | 124 |
- See also