Template:Interface tableentry: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<onlyinclude>| {{{vendor}}} || {{{interface}}} || align="center" | {{#if: {{{link|}}} | [{{{link}}} Homepage] | {{#if: {{{specification|}}} | [{{{specification}}} specification] | -}}}} || {{#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}}}}}} || align="center" | {{Picture of Connection|{{{connection}}}}} || align="center" {{#ifeq: {{{DMX-Duplex}}} | yes | colspan="2" {{!}} Out: {{#if: {{{DMX-Out|}}} | {{{DMX-Out}}} | -}} '''or''' 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}}} specification] | -}}}} || {{#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}}} | -}} '''or''' 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>
<br><br>
====template for the list====
====template for the list====
<nowiki>{{template:interface tableentry| vendor = | interface = | index = 1 | link = | specification = | assemblykit = | product = | active = | connection = | DMX-Out = | DMX-In = | pluginname_V2 = | pluginname_V3 = }}</nowiki><br>
<nowiki>{{template:interface tableentry| vendor = | interface = | index = 1 | link = | specification = | assemblykit = | product = | active = | isolated = | connection = | DMX-Out = | DMX-In = | pluginname_V2 = | pluginname_V3 = }}</nowiki><br>
====Description====
====Description====
{{template:interface tableentry<br>
{{template:interface tableentry<br>
Line 13: Line 13:
| product = [yes,no,<empty>]<br>
| product = [yes,no,<empty>]<br>
| active = [yes,no,<empty>]<br>
| active = [yes,no,<empty>]<br>
| isolated = [yes,no,<empty>]<br>
| connection = USB, RS-232, LPT-connection, Network<br>
| connection = USB, RS-232, LPT-connection, Network<br>
| DMX-Out = <Out channel count> (optional)<br>
| DMX-Out = <Out channel count> (optional)<br>

Revision as of 08:55, 31 May 2018

| {{{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="}"|No No || align="center" data-sort-value="}"|No No |-

template for the list

{{template:interface tableentry| vendor = | interface = | index = 1 | link = | specification = | assemblykit = | product = | active = | isolated = | connection = | DMX-Out = | DMX-In = | pluginname_V2 = | pluginname_V3 = }}

Description

{{template:interface tableentry
| vendor = <vendor name>
| interface = <interface name>
| index = 1,2,3,...(index, if there is more then one interface from the same vendor)
| link = <Weblink> or 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 channel count> (optional)
| DMX-In = <In channel count> (optional)
| DMX-Duplex = [yes,no,<empty>] (optional)
| pluginname_V2 = <Name of the Plugin in DMXC2> (optional)
| pluginname_V3 = <Name of the Plugin in DMXC3> (optional)
}}
All parameters marked with "(optional)" can be empty without any problems. In this case, the default values will be used.