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

De Semantic MediaWiki - Sandbox

m (Kghbln a déplacé la page Links in values vers Links in values : namefix)
(chg)
Ligne 1 : Ligne 1 :
== Annotation ==
+
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 with the <code>#set</code> parser function ==
 
<pre>
 
<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.}}
Ligne 5 : Ligne 6 :
 
{{#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.}}
  
== <code>#show</code> ==
+
== Query with the <code>#show</code> parser function ==
 
<pre>
 
<pre>
 
{{#show:
 
{{#show:
 
  {{PAGENAME}}
 
  {{PAGENAME}}
|?Has text
+
|?Has text
 
}}
 
}}
 
</pre>
 
</pre>
 
{{#show:
 
{{#show:
 
  {{PAGENAME}}
 
  {{PAGENAME}}
|?Has text
+
|?Has text
 
}}
 
}}
  
== <code>#ask</code> ==
+
== Query with the <code>#ask</code> parser function ==
 
<pre>
 
<pre>
 
{{#ask:
 
{{#ask:

Version du 24 octobre 2016 à 18:56

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

Annotation with the #set parser function

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


Query with the #show parser function

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

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

Query with 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.