Template:Param TQL: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
==Allowed clause parameters==
==Allowed clause parameters==
|}}
|}}
{{collection table| type={{{type|table}}}
{{collection table| type={{{tabletype|table}}}
| suppresscategory={{{suppresscategory|<noinclude>template</noinclude>}}}
| suppresscategory={{{suppresscategory|<noinclude>template</noinclude>}}}
| allowselflink={{{allowselflink|}}}
| allowselflink={{{allowselflink|}}}
Line 13: Line 13:
<!--
<!--
-->| Param | {{{attribute|}}}<!--
-->| Param | {{{attribute|}}}<!--
-->| Type | {{{ptype|}}}<!--
-->| Type | {{{type|}}}<!--
-->| Description | {{{description|}}}<!--
-->| Description | {{{description|}}}<!--
-->| [[Tygron Query Language#Limiting Search Polygon|Limits search polygon]] | {{{polygon|}}}<!--
-->| [[Tygron Query Language#Limiting Search Polygon|Limits search polygon]] | {{{polygon|}}}<!--
Line 21: Line 21:
Example:
Example:
{{Param TQL|suppresscategory=true|allowselflinks=false|
{{Param TQL|suppresscategory=true|allowselflinks=false|
{{Param TQL|type=row|attribute=NEIGHBORHOOD|type=Item ID|description=[[Neighborhood]] with ID|polygon=true|}}
{{Param TQL|tabletype=row|attribute=NEIGHBORHOOD|type=Item ID|description=[[Neighborhood]] with ID|polygon=true|}}
}}
}}
{{Param TQL|suppresscategory=true|allowselflinks=false|list=true|
{{Param TQL|suppresscategory=true|allowselflinks=false|list=true|
{{Param TQL|type=row|attribute=NEIGHBORHOOD|type=Item ID|description=[[Neighborhood]] with ID|polygon=true|}}
{{Param TQL|tabletype=row|attribute=NEIGHBORHOOD|type=Item ID|description=[[Neighborhood]] with ID|polygon=true|}}
}}
}}
</noinclude>
</noinclude>

Latest revision as of 14:29, 28 February 2023

Example:

Allowed clause parameters