« Take Snapshot » : différence entre les versions

De Semantic MediaWiki - Sandbox

(keep the links)
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 1 : Ligne 1 :
To take a 'snapshot' of the results of an ask query, use safesubst when calling the function.  
To take a 'snapshot' of the results of an ask query, you can use [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#Substitution parser function substitution.]


For example:  
For example, the following statement:  
  <nowiki>{{safesubst:#ask: [[:+]]
  <nowiki>{{safesubst:#ask: [[:+]]
  |?Creation date
  |?Creation date
Ligne 9 : Ligne 9 :
  }}</nowiki>
  }}</nowiki>


If entered on an page, on saving this would substitute the results/output (writing the information to the page) instead of leaving a dynamic reference.  
If entered on an page, would ''substitute'' the results/output (writing the information to the page) instead of leaving an in-line query behind.  


==Output==
==Output==
Ligne 16 : Ligne 16 :


==Formatting==
==Formatting==
However, the raw output format can make for a messy result (not the clean wiki-markup you might expect). To get around this, you can use the template format which will give you additional control over what is being substituted (not to mention, control over how 'deep' of a substitution you want to do).  
Notice the output is very raw (not the clean wiki-markup you might have been expecting). To get around this, you can use the template format which will give you [https://www.mediawiki.org/wiki/Help:Substitution additional control over what is being substituted] (not to mention, control over how 'deep' of a substitution you want to do).  


  <nowiki>{{safesubst:#ask: [[:+]]
  <nowiki>{{safesubst:#ask: [[:+]]

Dernière version du 8 août 2019 à 20:51

To take a 'snapshot' of the results of an ask query, you can use parser function substitution.

For example, the following statement:

{{safesubst:#ask: [[:+]]
 |?Creation date
 |?Last editor is
 |limit=5
 |format=ul
 }}

If entered on an page, would substitute the results/output (writing the information to the page) instead of leaving an in-line query behind.

Output

... further results


Formatting

Notice the output is very raw (not the clean wiki-markup you might have been expecting). To get around this, you can use the template format which will give you additional control over what is being substituted (not to mention, control over how 'deep' of a substitution you want to do).

{{safesubst:#ask: [[:+]]
 |?Creation date
 |?Last editor is
 |limit=5
 |format=template
 |template=safesubst:Snapshot
 }}


Template Output

Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.