Learning Path2: Difference between revisions
(created page with query + docu) |
(add border) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="border: solid 5px #d2d6e0; background-color:#eaecf0;"> | |||
{{#widget:SPARQLquery|code= | {{#widget:SPARQLquery|code= | ||
#defaultView:Graph | #defaultView:Graph | ||
Line 13: | Line 14: | ||
?goal wdt:P1+ ?topic. | ?goal wdt:P1+ ?topic. | ||
} UNION { | } UNION { | ||
VALUES ?topic { wd:Q149 } # we also want to include the root node itself | VALUES ?topic { wd:{{{item|Q149}}} } # we also want to include the root node itself | ||
} | } | ||
Line 49: | Line 50: | ||
} |caption=The direct learning path to {{{item|Q149}}} | } |caption=The direct learning path to {{{item|Q149}}} | ||
}} | }} | ||
</div> | |||
Line 61: | Line 63: | ||
{{Special:RunQuery/Learning Path2}} | {{Special:RunQuery/Learning Path2}} | ||
</pre> | </pre> | ||
or something like | |||
<pre style="background-color:#F5F5F5;"> | |||
{{#queryformlink:form=Learning Path|link text=Try running the query :D|link type=button|tooltip=This is a test}} | |||
</pre> | |||
</noinclude> | </noinclude> |
Latest revision as of 12:18, 9 April 2025
The direct learning path to Q149
Usage
{{Learning Path2|item=Q149}}
To be used mostly using
{{Special:RunQuery/Learning Path2}}
or something like
{{#queryformlink:form=Learning Path|link text=Try running the query :D|link type=button|tooltip=This is a test}}