« Catégorie:ZoteroPage » : différence entre les versions
Aucun résumé des modifications Balise : Révoqué |
Aucun résumé des modifications Balise : Révoqué |
||
| Ligne 9 : | Ligne 9 : | ||
</Part> | </Part> | ||
<!-- Bloc wikitexte | <!-- Bloc wikitexte affiché et évalué --> | ||
<Part type="info"> | |||
<Label>Recherche Zotero et sélection</Label> | |||
<Text><![CDATA[ | |||
''Titre extrait :'' {{#explode:{{{PageName}}}|,|0}}<br/> | |||
''URL générée :'' <nowiki> | ''URL générée :'' <nowiki> | ||
https://api.zotero.org/groups/4893620/items?q={{#urlencode:{{#explode:{{{PageName}}}|,|0}}}}&qmode=everything&limit=10&include=data&format=json | https://api.zotero.org/groups/4893620/items?q={{#urlencode:{{#explode:{{{PageName}}}|,|0}}}}&qmode=everything&limit=10&include=data&format=json | ||
</nowiki> | </nowiki> | ||
{{#get_web_data: | {{#get_web_data: | ||
url=https://api.zotero.org/groups/4893620/items?q={{#urlencode:{{#explode:{{{PageName}}}|,|0}}}}&qmode=everything&limit=10&include=data&format=json | url=https://api.zotero.org/groups/4893620/items?q={{#urlencode:{{#explode:{{{PageName}}}|,|0}}}}&qmode=everything&limit=10&include=data&format=json | ||
|use jsonpath=true | |format=json | ||
|data=key=$[*].key, title=$[*].data.caseName | |use jsonpath=true | ||
|cache seconds=-1 | |||
|data=key=$[*].key, title=$[*].data.caseName | |||
}} | }} | ||
]]></Text> | |||
{{#if_external_data: | |||
* '''Clé :''' {{{key}}} — '''Titre :''' {{{title}}} | |||
|'''Aucun résultat.''' }} | |||
]]></Text> | |||
</Part> | |||
</Layout> | </Layout> | ||