I installed wikibase lib and client Configured as follows $wgWBSettings['repoUrl'] = '//www.wikidata.org'; $wgWBSettings['repoScriptPath'] = '/mediawiki'; $wgWBSettings['repoArticlePath'] = '/mediawiki/$1'; $wgWBSettings['siteGlobalID'] = 'mywiki'; $wgWBSettings['repoDatabase'] = 'mwikidb'; $wgWBSettings['changesDatabase'] = 'mywikidb';
I tried to get a property from repoUrl with: {{#property:q260}} but nothing happen .
Some hints how to configure or use wikidata in mywiki ?
Regards g