Template:Glossary: Difference between revisions
From Atomix
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the "Glossary" template. | This is the "Glossary" template for making queries to the glossary (test). | ||
Opinion items that match this query (Parameter name contains "{{{parameter_name|}}}", description contains "{{{description|}}}"): | |||
It should be called in the following format: | It should be called in the following format: | ||
<pre> | <pre> | ||
{{Glossary | {{#ask: | ||
|parameter_name= | [[Category:Glossary]] | ||
|?parameter_name=U | |||
|instrument_type | |instrument_type | ||
}} | }} | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
</noinclude><includeonly>{| | </noinclude><includeonly> | ||
{{#ask: | |||
| {{{parameter_name|}}} | [[Category:Glossary]] | ||
|fields=_pageName=description,symbol,parameter_name | |||
|where=parameter_name HOLDS LIKE "%{{{parameter_name|}}}%" AND Source LIKE "%{{{description|}}}%" | |||
}} | |||
</includeonly> | </includeonly> | ||
Revision as of 13:19, 28 April 2021
This is the "Glossary" template for making queries to the glossary (test). Opinion items that match this query (Parameter name contains "", description contains ""):
It should be called in the following format:
{{#ask: [[Category:Glossary]] |?parameter_name=U |instrument_type }}
Edit the page to see the template text.