Template:Query field like: Difference between revisions

From RESTORE
Jump to navigation Jump to search
(Created page with "<noinclude> This is the "Query field like" template. It generates a single field criterion with a wildcard string comparison for inclusion in a semantic query. It should be called in the following format: <pre> {{Query field |Field name= |Value= }} </pre> Edit the page to see the template text. </noinclude><includeonly> {{#if: {{{Value|}}} | [[{{{Field name|}}}::~*{{{Value|}}}*]] |}} </includeonly>")
 
(No difference)

Latest revision as of 10:46, 4 September 2024

This is the "Query field like" template. It generates a single field criterion with a wildcard string comparison for inclusion in a semantic query. It should be called in the following format:

{{Query field
|Field name=
|Value=
}}

Edit the page to see the template text.