Template

Learning Path2: Difference between revisions

(→‎Usage: update with #queryformlink)
(add border)
 
(2 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>





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}}