Topic on Extension talk:LinkedWiki

Legaulph (talkcontribs)
I get error:
Category: Pages where template include size is exceeded.
Is there a way to get more results?
Thanks
Karima Rafes (talkcontribs)

May be with the parameter cache. You can disable the cache with the cache parameter. An example : {{#sparql:select * where { ?x ?y ?z . } LIMIT 5|endpoint=https://query.wikidata.org/sparql|cache=no}}

Else this probably a limit in the options of Mediawiki.

Another solution (in last version), your can use a visualization with datatable. The page will be in cache but the navigator will send the query at each time (and without limit).

{{#sparql: select * where { ?x ?y ?z . } LIMIT 15 |endpoint=https://query.wikidata.org/sparql |chart=bordercloud.visualization.DataTable |options=width=100%!height=500px }}

Legaulph (talkcontribs)

It is a MediaWiki issue.
is there a way to get the display LIMIT 15 and the csv to export everything?

Karima Rafes (talkcontribs)

The export in csv is different between databases. For the moment, I convert the HTML table in CSV. You can make a template with a link with good parameters for your database.

If you want generate a link/request by this extension, you can propose a feature and share your link for your database (for example) in the project: https://phabricator.wikimedia.org/tag/mediawiki-extensions-linkedwiki/

(the database has always a limit. This new feature has to use limit and offset in a script php or javascript)

Legaulph (talkcontribs)

Adding this feature would be greate.
The option to preview - limit 15,
download full results in csv, json, rdf.


I do not have access to fabricator to request these features.

Karima Rafes (talkcontribs)

You can login you with your account mediawiki.

Reply to "query with LIMIT 7500"