Mingridvalue (TQL Param): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Param TQL|suppresscategory=true|allowselflinks=true|
{{Param TQL|suppresscategory=true|allowselflinks=true|
<onlyinclude>
<onlyinclude>
{{Param TQL|type=row|attribute=MINGRIDVALUE|type=decimal|description=Only include [[Grid Overlay]] cells that have a value larger than the one specified|polygon=true|}}
{{Param TQL|tabletype=row|attribute=MINGRIDVALUE|type=decimal|description=Only include [[Grid Overlay]] cells that have a value larger than or equal to the one specified|polygon=true|}}
</onlyinclude>
</onlyinclude>
}}
}}
Line 7: Line 7:
|notes=
|notes=
* This clause restricts the TQL query polygon by creating squares for the included grid cells.
* This clause restricts the TQL query polygon by creating squares for the included grid cells.
* Note that this parameter includes the specified value, opposite to [[Maxgridvalue (TQL Param)]]
|seealso=
|seealso=
* [[Maxgridvalue (TQL Param)]]
* [[Maxgridvalue (TQL Param)]]

Latest revision as of 14:32, 28 February 2023

Notes

  • This clause restricts the TQL query polygon by creating squares for the included grid cells.
  • Note that this parameter includes the specified value, opposite to Maxgridvalue (TQL Param)

See also