Différences entre les versions de « Links in values »

De Semantic MediaWiki - Sandbox

(new)
 
(chg)
 
(6 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 +
<big>→ See the demo page on [[semantic-mw:Demo:Links_in_values|links in values]] for more examples!</big>
 +
 +
 +
Instead of using [[semantic-mw:in-text annotation|in-text annotation]] one can use the <code>#set</code> parser function to avoid having to touch the [[semantic-mw:Help:$smwgLinksInValues|<code>$smwgLinksInValues</code> configuration parameter]].
 +
== Annotation using the <code>#set</code> parser function ==
 +
<pre>
 
{{#set: Has text=This text contains a link to the [[Main Page]] of this wiki.}}
 
{{#set: Has text=This text contains a link to the [[Main Page]] of this wiki.}}
 +
</pre>
 +
{{#set: Has text=This text contains a link to the [[Main Page]] of this wiki.}}
 +
 +
== Query using the <code>#show</code> parser function ==
 +
<pre>
 +
{{#show:
 +
{{PAGENAME}}
 +
|?Has text
 +
}}
 +
</pre>
 +
{{#show:
 +
{{PAGENAME}}
 +
|?Has text
 +
}}
 +
 +
== Query using the <code>#ask</code> parser function ==
 +
<pre>
 +
{{#ask:
 +
[[{{PAGENAME}}]]
 +
|?Has text
 +
}}
 +
</pre>
 +
{{#ask:
 +
[[{{PAGENAME}}]]
 +
|?Has text
 +
}}
  
{{#show: {{PAGENAME}} |?Has text }}
+
[[Category:Semantic MediaWiki example]]

Dernière version du 5 janvier 2019 à 14:41

→ See the demo page on links in values for more examples!


Instead of using in-text annotation one can use the #set parser function to avoid having to touch the $smwgLinksInValues configuration parameter.

Annotation using the #set parser function

{{#set: Has text=This text contains a link to the [[Main Page]] of this wiki.}}


Query using the #show parser function

{{#show:
 {{PAGENAME}}
 |?Has text
}}

This text contains a link to the Main Page of this wiki.

Query using the #ask parser function

{{#ask:
 [[{{PAGENAME}}]]
 |?Has text
}}
 Has text
Links in valuesThis text contains a link to the Main Page of this wiki.
Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.