Difference between revisions of "Template:Infobox protocol decoder"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
Uwe Hermann (talk | contribs) m |
||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
| bodyclass | |||
| bodystyle | | bodyclass = vevent | ||
| title | | bodystyle = border:1px solid gray; font-size: smaller | ||
| titleclass = summary | |||
| title = {{{title|{{{id|<includeonly>{{PAGENAME}}</includeonly>}}}}}} | |||
| titleclass = summary | |||
| headerstyle = background:#ccf; | | headerstyle = background:#ccf; | ||
| labelstyle = background:#ddf; | |||
| labelstyle = white-space: nowrap; background:#ddf; | |||
| belowstyle = background:#ddf; | | belowstyle = background:#ddf; | ||
| image | | image = {{{image|}}} | ||
| caption | | caption = {{{image caption|}}} | ||
| label1 = Name | |||
| data1 = {{{name|}}} | |||
| label2 = Description | |||
| data2 = {{{description|}}} | |||
| label3 = Status | |||
| data3 = {{{status|}}} | |||
| 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|}}} | ||
| | | label11 = Annotations | ||
| | | data11 = {{{annotations|}}} | ||
}} | }} |
Revision as of 20:40, 25 November 2012
Source code | decoders/ |
---|