Difference between revisions of "Template:Infobox protocol decoder"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
Uwe Hermann (talk | contribs) (Options) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Protocol decoder:{{{id}}}}} | |||
{{Infobox | {{Infobox | ||
| bodyclass = | | bodyclass = | ||
| bodystyle = border:1px solid gray; font-size: smaller; background:#eeeeee; | | 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 13: | ||
| belowstyle = background:#ddf; | | belowstyle = background:#ddf; | ||
| title = '''{{{title|{{{id|<includeonly>{{PAGENAME}}</includeonly>}}}}}}''' | |||
| image = {{{image|}}} | | image = {{{image|}}} | ||
Line 17: | Line 20: | ||
| label1 = Name | | label1 = Name | ||
| data1 = {{{name|}}} | | data1 = '''{{{name|}}}''' | ||
| label2 = Description | | label2 = Description | ||
Line 23: | Line 26: | ||
| label3 = Status | | label3 = Status | ||
| data3 = {{{status|}}} | | data3 = <span style="background-color: {{#switch: {{{status}}} | supported = lime | in progress = orange | planned = red | red }}">{{{status|}}}</span> | ||
| label4 = License | | label4 = License | ||
Line 45: | Line 48: | ||
| label10 = Options | | label10 = Options | ||
| data10 = {{{options|}}} | | data10 = {{{options|}}} | ||
}} | }} |
Latest revision as of 22:28, 2 April 2015
Name | ' |
---|---|
Status | |
Source code | decoders/ |