Template:Item query: Difference between revisions

From Discourse DB
Jump to navigation Jump to search
(Created page with '<noinclude>This is the 'ItemQuerier' template. </noinclude><includeonly> Opinion items that match this query: {{#ask:Category:Items[[Was written by::~*{{{author|}}}]][[Was p')
 
No edit summary
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<noinclude>This is the 'ItemQuerier' template.
<noinclude>This is the 'Item query' template. It should be called via the [[Form:Item query]] form.
</noinclude><includeonly>
</noinclude><includeonly>
Opinion items that match this query:
Opinion items that match this query (Author contains "{{{author|}}}", Source contains "{{{source|}}}"):


{{#ask:[[Category:Items]][[Was written by::~*{{{author|}}}]][[Was published by::~*{{{source|}}}]]|mainlabel=Title|?Was written by=Author|?Was published by=Source}}
{{#cargo_query:table=Items
|fields=_pageName=Title,Author,Source,Summary
|where=Author HOLDS LIKE "%{{{author|}}}%" AND Source LIKE "%{{{source|}}}%"
}}
</includeonly>
</includeonly>

Revision as of 03:26, February 4, 2018

This is the 'Item query' template. It should be called via the Form:Item query form.