Changes

Jump to navigation Jump to search
no edit summary
Line 7: Line 7:  
* [[MediaWiki:Gadget-QuickPresets/defaultconf.css]] for CSS;
 
* [[MediaWiki:Gadget-QuickPresets/defaultconf.css]] for CSS;
 
* [[MediaWiki:Gadget-QuickPresets/defaultconf.js]] for default configuration of the presets.
 
* [[MediaWiki:Gadget-QuickPresets/defaultconf.js]] for default configuration of the presets.
 +
 +
= Improving the presets =
 +
Example queries to assert what is being done:
 +
 +
{{SPARQL|query=SELECT ?item ?itemLabel ?concern ?concernLabel WHERE {
 +
  ?item pdiot:P3/pdiot:P4* pdio:Q2408.
 +
  ?item pdiot:P110 ?concern
 +
  SERVICE wikibase:label {
 +
    bd:serviceParam wikibase:language "en" .
 +
  }
 +
}
 +
}}
 +
 +
{{SPARQL|query=SELECT ?item ?itemLabel ?concern ?concernLabel WHERE {
 +
  ?item pdiot:P110 ?concern
 +
  SERVICE wikibase:label {
 +
    bd:serviceParam wikibase:language "en" .
 +
  }
 +
}
 +
}}

Navigation menu