Difference between revisions of "Template:Infobox logic analyzer"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
m |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
| titleclass = | | titleclass = | ||
| titlestyle = background-color:{{#switch: {{{status}}} | supported = lime | in progress = | | titlestyle = background-color:{{#switch: {{{status}}} | supported = lime | in progress = orange | planned = red | red }}; border:1px solid gray; font-size: small; | ||
| headerstyle = background:#ccf; | | headerstyle = background:#ccf; | ||
Line 19: | Line 19: | ||
| label2 = Status | | label2 = Status | ||
| data2 = <span style="background-color: {{#switch: {{{status}}} | supported = lime | in progress = | | data2 = <span style="background-color: {{#switch: {{{status}}} | supported = lime | in progress = orange | planned = red | red }}">{{{status|}}}</span> | ||
| label3 = Source code | | label3 = Source code | ||
| data3 = [http://sigrok.org/gitweb/?p=libsigrok.git;a=tree;f=hardware/{{{source_code_dir|}}} | | data3 = {{#if: {{{source_code_dir}}}|[http://sigrok.org/gitweb/?p=libsigrok.git;a=tree;f=src/hardware/{{{source_code_dir|}}} {{{source_code_dir|}}}]|}} | ||
| label4 = Channels | | label4 = Channels | ||
Line 36: | Line 36: | ||
| data7 = {{{triggers|}}} | | data7 = {{{triggers|}}} | ||
| label8 = | | label8 = Min/max voltage | ||
| data8 = {{{voltages|}}} | | data8 = {{{voltages|}}} | ||
| label9 = | | label9 = Threshold voltage | ||
| data9 = {{{ | | data9 = {{{threshold|}}} | ||
| label10 = | | label10 = Memory | ||
| data10 = {{{ | | data10 = {{{memory|}}} | ||
| label11 = Website | | label11 = Compression | ||
| | | data11 = {{{compression|}}} | ||
| label12 = Price range | |||
| data12 = {{{price|}}} | |||
| label13 = Website | |||
| data13 = {{{website|}}} | |||
}} | }} |
Latest revision as of 14:16, 30 June 2019
Status | |
---|---|
Source code | [1] |