Template:Function values: 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 11: Line 11:
-->| Attribute | {{{attribute|}}}<!--
-->| Attribute | {{{attribute|}}}<!--
-->| Unit | {{{unit|}}}<!--
-->| Unit | {{{unit|}}}<!--
-->| Per category | {{{category|}}}<!--
-->| Range | {{{range|}}}<!--
-->| Range | {{{range|}}}<!--
-->| Description | {{{description|}}}<!--
-->| Description | {{{description|}}}<!--
Line 20: Line 19:
* attribute: Name of the attribute, proper TQL name
* attribute: Name of the attribute, proper TQL name
* unit: The unit the function value is in
* unit: The unit the function value is in
* category: Whether the Function Value is a Category Value
* range: Range of valid values for this Function Value
* range: Range of valid values for this Function Value
* description: What the function value means/is
* description: What the function value means/is
Line 26: Line 24:
Example:
Example:
{{Function values|suppresscategory=true|allowselflinks=true|
{{Function values|suppresscategory=true|allowselflinks=true|
{{Function values|type=row|functionvalue=Floor height m|attribute=FLOOR_HEIGHT_M|icon=TYGRON_Logo_T1_94x135.png|unit=m|range=0-{{doublemaxvalue}}|description=Whether you can see it}}
{{Function values|type=row|functionvalue=Floor height m|attribute=FLOOR_HEIGHT_M|icon=TYGRON_Logo_T1_94x135.png|unit=m|range=0 to {{doublemaxvalue}}|description=Whether you can see it}}
}}
}}


</noinclude>
</noinclude>

Latest revision as of 14:15, 12 May 2026

Parameters:

  • functionvalue: Name of the function value, only the first letter capitalized
  • attribute: Name of the attribute, proper TQL name
  • unit: The unit the function value is in
  • range: Range of valid values for this Function Value
  • description: What the function value means/is

Example: