Difference between revisions of "Template:Infobox logic analyzer"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
m |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
| bodyclass = | | bodyclass = | ||
| bodystyle = border:1px solid gray; font-size: smaller; margin:1em; | | bodystyle = border:1px solid gray; font-size: smaller; background:#eeeeee; margin-left:1em; | ||
| | | titleclass = | ||
| | | 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 12: | Line 12: | ||
| belowstyle = background:#ddf; | | belowstyle = background:#ddf; | ||
| title = '''{{{title|{{{name|<includeonly>{{PAGENAME}}</includeonly>}}}}}}''' | |||
| image = {{{image|}}} | | image = {{{image|}}} | ||
| caption = {{{image caption|}}} | | caption = {{{image caption|}}} | ||
| label2 = Status | | label2 = Status | ||
| data2 = {{{status|}}} | | 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 37: | Line 36: | ||
| data7 = {{{triggers|}}} | | data7 = {{{triggers|}}} | ||
| label8 = | | label8 = Min/max voltage | ||
| data8 = {{{voltages|}}} | | data8 = {{{voltages|}}} | ||
| label9 = | | label9 = Threshold voltage | ||
| data9 = {{{memory|}}} | | data9 = {{{threshold|}}} | ||
| label10 = Memory | |||
| data10 = {{{memory|}}} | |||
| 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] |