CourseQuery: Difference between revisions
(created template) |
(added variable) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
PREFIX wd: <https://graphit.ur.de/entity/> | PREFIX wd: <https://graphit.ur.de/entity/> | ||
PREFIX wdt: <https://graphit.ur.de/prop/direct/> | PREFIX wdt: <https://graphit.ur.de/prop/direct/> | ||
SELECT distinct ?topic ?topicLabel ? | SELECT distinct ?dependency ?dependencyLabel ?topic ?topicLabel ?category ?categoryLabel ?rgb | ||
WHERE { | WHERE { | ||
{ | { | ||
Line 26: | Line 26: | ||
?topic wdt:P1 ?dependency. | ?topic wdt:P1 ?dependency. | ||
BIND(if(BOUND(?category), "FBBC74", "FFEDD8") as ?rgb). | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } |
Latest revision as of 15:07, 22 November 2023
Usage
Simple:
{{CourseQuery|item=Q468}}
Use with PageForms:
{{Special:RunQuery/CourseQuery}}
or
{{#queryformlink:form=CourseQuery|link text=Run|link type=button|tooltip=All items and their links}}