Vorlage:Interface tableentry: Unterschied zwischen den Versionen

Aus Deutsches DMXC-Wiki
K (Changed "or" to "oder")
(Dokumentation verbessert)
 
Zeile 1: Zeile 1:
<onlyinclude>| {{{vendor}}} || {{{interface}}} || align="center" | {{#if: {{{link|}}} | [{{{link}}} Homepage] | {{#if: {{{specification|}}} | [{{{specification}}} Spezifikation] | -}}}} || {{#ifeq: {{{assemblykit}}} | yes | {{yes_sort|{{{vendor}}}{{{index}}}}} | {{#ifeq: {{{assemblykit}}} | no | {{no_sort}} | {{-_sort}}}}}} || {{#ifeq: {{{product}}} | yes | {{yes_sort|{{{vendor}}}{{{index}}}}} | {{#ifeq: {{{product}}} | no | {{no_sort}} | {{-_sort}}}}}} || {{#ifeq: {{{active}}} | yes | {{yes_sort|{{{active}}}{{{index}}}}} | {{#ifeq: {{{active}}} | no | {{no_sort}} | {{-_sort}}}}}} || {{#ifeq: {{{isolated}}} | yes | {{yes_sort|{{{isolated}}}{{{index}}}}} | {{#ifeq: {{{isolated}}} | no | {{no_sort}} | {{?_sort}}}}}} || align="center" | {{Picture of Connection|{{{connection}}}}} || align="center" {{#ifeq: {{{DMX-Duplex}}} | yes | colspan="2" {{!}} Out: {{#if: {{{DMX-Out|}}} | {{{DMX-Out}}} | -}} '''oder''' In: {{#if: {{{DMX-In|}}} | {{{DMX-In}}} | -}} | {{!}} {{#if: {{{DMX-Out|}}} | {{{DMX-Out}}} | -}} {{!!}} align="center" {{!}} {{#if: {{{DMX-In|}}} | {{{DMX-In}}} | -}}}} || {{#if: {{{pluginname_V2|}}} | {{check_sort|{{{pluginname_V2}}}_{{{vendor}}}{{{index}}}}}{{{pluginname_V2}}} | {{no_sort}}}}  || {{#if: {{{pluginname_V3|}}} | {{check_sort|{{{pluginname_V3}}}_{{{vendor}}}{{{index}}}}}{{{pluginname_V3}}} | {{no_sort}}}}
<onlyinclude>| {{{vendor}}} || {{{interface}}} || align="center" | {{#if: {{{link|}}} | [{{{link}}} Homepage] | {{#if: {{{specification|}}} | [{{{specification}}} Spezifikation] | -}}}} || {{#ifeq: {{{assemblykit}}} | yes | {{yes_sort|{{{vendor}}}{{{index}}}}} | {{#ifeq: {{{assemblykit}}} | no | {{no_sort}} | {{-_sort}}}}}} || {{#ifeq: {{{product}}} | yes | {{yes_sort|{{{vendor}}}{{{index}}}}} | {{#ifeq: {{{product}}} | no | {{no_sort}} | {{-_sort}}}}}} || {{#ifeq: {{{active}}} | yes | {{yes_sort|{{{active}}}{{{index}}}}} | {{#ifeq: {{{active}}} | no | {{no_sort}} | {{-_sort}}}}}} || {{#ifeq: {{{isolated}}} | yes | {{yes_sort|{{{isolated}}}{{{index}}}}} | {{#ifeq: {{{isolated}}} | no | {{no_sort}} | {{?_sort}}}}}} || align="center" | {{Picture of Connection|{{{connection}}}}} || align="center" {{#ifeq: {{{DMX-Duplex}}} | yes | colspan="2" {{!}} Out: {{#if: {{{DMX-Out|}}} | {{{DMX-Out}}} | -}} '''oder''' In: {{#if: {{{DMX-In|}}} | {{{DMX-In}}} | -}} | {{!}} {{#if: {{{DMX-Out|}}} | {{{DMX-Out}}} | -}} {{!!}} align="center" {{!}} {{#if: {{{DMX-In|}}} | {{{DMX-In}}} | -}}}} || {{#if: {{{pluginname_V2|}}} | {{check_sort|{{{pluginname_V2}}}_{{{vendor}}}{{{index}}}}}{{{pluginname_V2}}} | {{no_sort}}}}  || {{#if: {{{pluginname_V3|}}} | {{check_sort|{{{pluginname_V3}}}_{{{vendor}}}{{{index}}}}}{{{pluginname_V3}}} | {{no_sort}}}}
|-</onlyinclude>
|-</onlyinclude>
<br><br>
 
====Vorlage für die Liste====
 
<nowiki>{{Vorlage:interface tableentry| vendor = | interface = | index = 1 | link = | specification = | assemblykit = | product = | active = | isolated = | connection = | DMX-Out = | DMX-In = | pluginname_V2 = | pluginname_V3 = }}</nowiki><br>
= Verwendung =
====Description====
Diese Vorlage erstellt einen Tabelleneintrag für die Liste der unterstützten Interfaces. Die Kopiervorlage lautet wie folgt:
{{template:interface tableentry<br>
<code><nowiki>{{Vorlage:interface tableentry| vendor = | interface = | index = 1 | link = | specification = | assemblykit = | product = | active = | isolated = | connection = | DMX-Out = | DMX-In = | pluginname_V2 = | pluginname_V3 = }}</nowiki></code>
| vendor = <Herstellername><br>
 
| interface = <Interfacename><br>
 
| index = 1,2,3,...(Index, wenn mehrere Interfaces vom gleichen Hersteller sind)<br>
= Beschreibung der Parameter =
| link = <Weblink> oder specification = <Weblink> (optional)<br>
<syntaxhighlight lang="html">{{template:interface tableentry
| assemblykit = [yes,no,<empty>]<br>
| vendor = <Herstellername>
| product = [yes,no,<empty>]<br>
| interface = <Interfacename>
| active = [yes,no,<empty>]<br>
| index = 1, 2, 3, ...(Index, wenn mehrere Interfaces vom gleichen Hersteller sind)
| isolated = [yes,no,<empty>]<br>
| link = <Weblink> oder specification = <Weblink> (optional)
| connection = USB, RS-232, LPT-connection, Network<br>
| assemblykit = [yes, no, <empty>]
| DMX-Out = <Out Kanalanzahl> (optional)<br>
| product = [yes, no, <empty>]
| DMX-In = <In Kanalanzahl> (optional)<br>
| active = [yes, no, <empty>]
| DMX-Duplex = [yes,no,<empty>] (optional)<br>
| isolated = [yes, no, <empty>]
| pluginname_V2 = <Name des Plugins in DMXC2> (optional)<br>
| connection = USB, RS-232, LPT-Connection, Network
| pluginname_V3 = <Name des Plugins in DMXC3> (optional)<br>
| DMX-Out = <Out Kanalanzahl> (optional)
}}<br>
| DMX-In = <In Kanalanzahl> (optional)
Alle als (optional) gekennzeichneten Parameter können weggelassen werden, ohne dass es Probleme gibt. In diesem Fall werden Defaultwerte verwendet
| DMX-Duplex = [yes,no,<empty>] (optional)
| pluginname_V2 = <Name des Plugins in DMXC2> (optional)
| pluginname_V3 = <Name des Plugins in DMXC3> (optional)
}}</syntaxhighlight>
 
Alle als <code>(optional)</code> gekennzeichneten Parameter können weggelassen werden, ohne dass es Probleme gibt. In diesem Fall werden Defaultwerte verwendet

Aktuelle Version vom 5. Februar 2021, 20:50 Uhr

| {{{vendor}}} || {{{interface}}} || align="center" | - || align="center" data-sort-value="~"|- || align="center" data-sort-value="~"|- || align="center" data-sort-value="~"|- || align="center" data-sort-value="~"|? || align="center" | {{{connection}}} || align="center" | - || align="center" | - || align="center" data-sort-value="}"|Nein Nein || align="center" data-sort-value="}"|Nein Nein |-


Verwendung

Diese Vorlage erstellt einen Tabelleneintrag für die Liste der unterstützten Interfaces. Die Kopiervorlage lautet wie folgt: {{Vorlage:interface tableentry| vendor = | interface = | index = 1 | link = | specification = | assemblykit = | product = | active = | isolated = | connection = | DMX-Out = | DMX-In = | pluginname_V2 = | pluginname_V3 = }}


Beschreibung der Parameter

{{template:interface tableentry
| vendor = <Herstellername>
| interface = <Interfacename>
| index = 1, 2, 3, ...(Index, wenn mehrere Interfaces vom gleichen Hersteller sind)
| link = <Weblink> oder specification = <Weblink> (optional)
| assemblykit = [yes, no, <empty>]
| product = [yes, no, <empty>]
| active = [yes, no, <empty>]
| isolated = [yes, no, <empty>]
| connection = USB, RS-232, LPT-Connection, Network
| DMX-Out = <Out Kanalanzahl> (optional)
| DMX-In = <In Kanalanzahl> (optional)
| DMX-Duplex = [yes,no,<empty>] (optional)
| pluginname_V2 = <Name des Plugins in DMXC2> (optional)
| pluginname_V3 = <Name des Plugins in DMXC3> (optional)
}}

Alle als (optional) gekennzeichneten Parameter können weggelassen werden, ohne dass es Probleme gibt. In diesem Fall werden Defaultwerte verwendet