Difference between revisions of "Template:Infobox protocol decoder"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
Uwe Hermann (talk | contribs) (Options) |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Protocol decoder:{{{id}}}}} | |||
{{Infobox | {{Infobox | ||
| bodyclass | |||
| bodystyle = | | 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; | | headerstyle = background:#ccf; | ||
| labelstyle = background:#ddf; | |||
| labelstyle = white-space: nowrap; background:#ddf; | |||
| belowstyle = background:#ddf; | | belowstyle = background:#ddf; | ||
| image | | title = '''{{{title|{{{id|<includeonly>{{PAGENAME}}</includeonly>}}}}}}''' | ||
| caption | |||
| 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/ |