Template:Item query: Difference between revisions

From Discourse DB
Jump to navigation Jump to search
m (Reverted edits by 216.66.149.209 (talk) to last revision by 92.233.142.235)
No edit summary
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>This is the 'ItemQuerier' template. It should be called via the [[Form:Item query]] form.
<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 (Author contains "{{{author|}}}", Source contains "{{{source|}}}"):
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.