Template:VIServerGetPropertyDataName: Difference between revisions
Appearance
Starting Templates |
m Move documentation to subpage |
||
Line 5,304: | Line 5,304: | ||
|E67CB803= | |E67CB803= | ||
Val(Sgnl) | Val(Sgnl) | ||
|unknown}}</includeonly><noinclude> | |unknown}}</includeonly><noinclude>{{documentation}}</noinclude> | ||
{{ | |||
</noinclude> |
Latest revision as of 16:54, 1 August 2024
This documentation is transcluded from Template:VIServerGetPropertyDataName/doc (history).
Usage
This template is a lookup table. The input is the Property ID of a property of a class in the VI Server Class Hierarchy. It returns the Data Name, if found. If not found, it returns a "unknown".
Syntax is as follows:
{{VIServerGetPropertyDataName|{{{1}}}}}
where:
Parameter | Description | Default |
---|---|---|
{{{1}}}
|
The Property ID of a property of a class in the VI Server Class Hierarchy. |
|
Example
632A813 is the Property ID for the UID property of GObject class.
{{VIServerGetPropertyDataName|632A813}}
Result
Result: (UID)
Example
Passing a blank to the lookup won't be found and therefore returns "unknown".
{{VIServerGetPropertyDataName|}}
Result
Result: (unknown)