Difference between revisions of "Template:Infobox protocol decoder"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) (Created page with "{{Infobox | bodyclass = vevent | bodystyle = {{{bodystyle|}}} | title = {{{title|{{{name|<includeonly>{{PAGENAME}}</includeonly>}}}}}} | titleclass = summary | labelsty...") |
Uwe Hermann (talk | contribs) (Options) |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Protocol decoder:{{{id}}}}} | |||
{{Infobox | {{Infobox | ||
| | | bodyclass = | ||
| | | 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; | ||
| | | labelstyle = white-space: nowrap; background:#ddf; | ||
| | | belowstyle = background:#ddf; | ||
| label6 | | title = '''{{{title|{{{id|<includeonly>{{PAGENAME}}</includeonly>}}}}}}''' | ||
| data6 = {{{output|}}} | |||
| image = {{{image|}}} | |||
| caption = {{{image caption|}}} | |||
| label1 = Name | |||
| data1 = '''{{{name|}}}''' | |||
| label2 = Description | |||
| data2 = {{{description|}}} | |||
| label3 = Status | |||
| data3 = <span style="background-color: {{#switch: {{{status}}} | supported = lime | in progress = orange | planned = red | red }}">{{{status|}}}</span> | |||
| label4 = License | |||
| data4 = {{{license|}}} | |||
| label5 = Source code | |||
| data5 = [http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=tree;f=decoders/{{{source_code_dir|}}} decoders/{{{source_code_dir|}}}] | |||
| label6 = Input | |||
| data6 = {{{input|}}} | |||
| label7 = Output | |||
| data7 = {{{output|}}} | |||
| label8 = Probes | |||
| data8 = {{{probes|}}} | |||
| label9 = Optional probes | |||
| data9 = {{{optional_probes|}}} | |||
| label10 = Options | |||
| data10 = {{{options|}}} | |||
}} | }} |
Latest revision as of 22:28, 2 April 2015
Name | ' |
---|---|
Status | |
Source code | decoders/ |