Difference between revisions of "Template:DeviceDriverInfo"

From RadiWiki
Jump to: navigation, search
Line 3: Line 3:
 
{{#ifeq: {{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}| [[Category:{{{DeviceBrand}}}]] |}}  
 
{{#ifeq: {{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}| [[Category:{{{DeviceBrand}}}]] |}}  
 
{{DeviceTypeCategory|{{{SupportedDeviceTypes}}}}}
 
{{DeviceTypeCategory|{{{SupportedDeviceTypes}}}}}
 +
 +
{{#ifeq: {{{HideAutoData|0}}}|1||{{DeviceDriverStub}}}}
  
 
<noinclude>
 
<noinclude>
 
This template is used to show the details of a supported device driver.
 
This template is used to show the details of a supported device driver.
Possible named variables are:
+
Possible named arguments are:
* DeviceBrand
+
* DeviceBrand: The brand of the device (also known as the manufacturer)
* DeviceType
+
* DeviceType: The type of the device (the type-number/description)
* DLLFile
+
* DLLFile: The name of the DLL in which the device driver is included
* SupportedDeviceTypes
+
* SupportedDeviceTypes:  The numeric encoding of the supported device types
* DeviceDriverName
+
* DeviceDriverName: The internal device driver name
 +
* HideAutoData: If the automatic 'guessed' data should be hidden (1: Hides the data)
  
 
[[Category:Template]]
 
[[Category:Template]]
 
</noinclude>
 
</noinclude>

Revision as of 12:57, 21 June 2007

The {{{DeviceType}}} device driver is a which is included in the {{{DLLFile}}} file.



This information about an equipment is automatically generated from the list of supported device drivers from RadiMation.
If you need more information you can contact radimation-support@raditeq.com.


This template is used to show the details of a supported device driver. Possible named arguments are:

  • DeviceBrand: The brand of the device (also known as the manufacturer)
  • DeviceType: The type of the device (the type-number/description)
  • DLLFile: The name of the DLL in which the device driver is included
  • SupportedDeviceTypes: The numeric encoding of the supported device types
  • DeviceDriverName: The internal device driver name
  • HideAutoData: If the automatic 'guessed' data should be hidden (1: Hides the data)