Difference between revisions of "Template:DeviceDriverInfo"

From RadiWiki
Jump to: navigation, search
 
(42 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The {{#ifeq: {{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}| [[{{{DeviceBrand}}}]] |}} {{{DeviceType}}} device driver is a {{DeviceTypeName|{{{SupportedDeviceTypes}}}}} which is included in the {{{DLLFile}}} file.
+
<includeonly><!-- Show a normal (not front, not back) picture of the front view of the device --> {{#ifexist:Image:{{#ifeq:{{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|{{{DeviceBrand}}}|}} {{{DeviceType}}}.jpg|<!-- Picture available! -->[[Image:{{#ifeq:{{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|{{{DeviceBrand}}}|}} {{{DeviceType}}}.jpg|thumb|{{#ifeq:{{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|{{{DeviceBrand}}}|}} {{{DeviceType}}}]]| <!-- picture not available! -->}} <!-- Show the picture of the front view of the device --> {{#ifexist:Image:{{#ifeq:{{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|{{{DeviceBrand}}}|}} {{{DeviceType}}} front.jpg|<!-- Picture available! -->[[Image:{{#ifeq:{{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|{{{DeviceBrand}}}|}} {{{DeviceType}}} front.jpg|thumb|Front view of a {{#ifeq:{{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|{{{DeviceBrand}}}|}} {{{DeviceType}}}]]| <!-- picture not available! -->}} <!-- Show the picture of the back view of the device --> {{#ifexist:Image:{{#ifeq:{{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|{{{DeviceBrand}}}|}} {{{DeviceType}}} back.jpg|<!-- Picture available! -->[[Image:{{#ifeq:{{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|{{{DeviceBrand}}}|}} {{{DeviceType}}} back.jpg|thumb|Back view of a {{#ifeq:{{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|{{{DeviceBrand}}}|}} {{{DeviceType}}}]]| <!-- picture not available! -->}}
 
+
The {{#ifeq: {{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}| [[{{{DeviceBrand}}}]] |}} [[{{#ifeq: {{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|{{{DeviceBrand}}} {{{DeviceType}}}|{{{DeviceType}}}}}|{{{DeviceType}}}]] device driver is a {{DeviceTypeName|{{{SupportedDeviceTypes}}}}} which is supported by {{RadiMationLink}}.{{#ifeq:{{{GenericPage|+}}}|{{{GenericPage|-}}}|<br><br>{{Note|General information of this device driver can be found on the [[{{{GenericPage}}}]] page.}} }}
{{#ifeq: {{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}| [[Category:{{{DeviceBrand}}}]] |}}  
+
{{#ifeq: {{{HideAutoData|0}}}|1| |
{{DeviceTypeCategory|{{{SupportedDeviceTypes}}}}}
+
<!-- create link to other pages with shorter names-->
 
+
{{LinkShorterPages|{{#ifeq:{{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|{{{DeviceBrand}}}|}} {{{DeviceType}}}}}
{{#ifeq: {{{HideAutoData|0}}}|1||{{DeviceDriverStub}}}}
+
== Links ==
 
+
* Google search: [http://www.google.com/search?q={{urlencode:{{#ifeq:{{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|"{{{DeviceBrand}}}"+}}"{{{DeviceType}}}"}} {{#ifeq: {{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|{{{DeviceBrand}}}}} {{{DeviceType}}}]
<noinclude>
+
* Google image search: [http://www.google.com/images?q={{urlencode:{{#ifeq:{{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|"{{{DeviceBrand}}}"+}}"{{{DeviceType}}}"}} {{#ifeq: {{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}|{{{DeviceBrand}}}}} {{{DeviceType}}}]
 +
}}
 +
{{#ifeq: {{{HideAutoData|0}}}|1| |{{DeviceDriverStub}} }}
 +
{{#ifeq: {{{DeviceBrand|+}}}|{{{DeviceBrand|-}}}| [[Category:{{{DeviceBrand}}}]] |}} {{DeviceTypeCategory|{{{SupportedDeviceTypes}}}}} {{DLLFileListCategory|{{{DLLFile}}}}}</includeonly><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 arguments are:
 
Possible named arguments are:
 
* DeviceBrand: The brand of the device (also known as the manufacturer)
 
* DeviceBrand: The brand of the device (also known as the manufacturer)
 
* DeviceType: The type of the device (the type-number/description)
 
* DeviceType: The type of the device (the type-number/description)
* DLLFile: The name of the DLL in which the device driver is included
+
* DLLFile: The name of the DLL in which the device driver is included, which can be a ;-seperated list of DLL files.
 
* SupportedDeviceTypes:  The numeric encoding of the supported device types
 
* SupportedDeviceTypes:  The numeric encoding of the supported device types
 
* DeviceDriverName: The internal device driver name
 
* DeviceDriverName: The internal device driver name
 
* HideAutoData: If the automatic 'guessed' data should be hidden (1: Hides the data)
 
* HideAutoData: If the automatic 'guessed' data should be hidden (1: Hides the data)
 +
* GenericPage: The name of the page with some generic data of this device (which is used to group information of a serie of similar devices)
 +
 +
If an image of the device is also available, an image of the device will also be shown. The name of the images should match with (and case is important!):
 +
* Image:<DeviceBrand> <DeviceType>.jpg
 +
* Image:<DeviceBrand> <DeviceType> front.jpg
 +
* Image:<DeviceBrand> <DeviceType> back.jpg
 +
 +
If a page is present which is using less words, those pages will also automatically be linked.
 +
 +
An example of this template is:
 +
{{Example|text=
 +
{{DeviceDriverInfo
 +
|DLLFile=RADRSSA.DLL
 +
|DeviceBrand=Rohde & Schwarz
 +
|DeviceDriverName=RSESIB7PINP1
 +
|DeviceType=ESIB 7 Input 1
 +
|SupportedDeviceTypes=8
 +
}}
 +
}}
  
 
[[Category:Template]]
 
[[Category:Template]]
 
</noinclude>
 
</noinclude>

Latest revision as of 13:17, 9 June 2023

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, which can be a ;-seperated list of DLL files.
  • 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)
  • GenericPage: The name of the page with some generic data of this device (which is used to group information of a serie of similar devices)

If an image of the device is also available, an image of the device will also be shown. The name of the images should match with (and case is important!):

  • Image:<DeviceBrand> <DeviceType>.jpg
  • Image:<DeviceBrand> <DeviceType> front.jpg
  • Image:<DeviceBrand> <DeviceType> back.jpg

If a page is present which is using less words, those pages will also automatically be linked.

An example of this template is:

Example:

The Rohde & Schwarz ESIB 7 Input 1 device driver is a Power Meter which is supported by RadiMation®.

Related pages

Links

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.