Difference between revisions of "Template:Infobox file format"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) (Created page with "{{Infobox | bodyclass = | bodystyle = border:1px solid gray; font-size: smaller; background:#eeeeee; margin-left:1em; | titleclass = | titlestyle = background-color:...") |
Uwe Hermann (talk | contribs) m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:File format:{{{id}}}}} | |||
{{Infobox | {{Infobox | ||
Line 13: | Line 14: | ||
| belowstyle = background:#ddf; | | belowstyle = background:#ddf; | ||
| title = '''{{{title|{{{ | | title = '''{{{title|{{{id|<includeonly>{{PAGENAME}}</includeonly>}}}}}}''' | ||
| image = {{{image|}}} | | image = {{{image|}}} | ||
| caption = {{{image caption|}}} | | caption = {{{image caption|}}} | ||
| label1 = Name | |||
| data1 = '''{{{name|}}}''' | |||
| label2 = Status | | label2 = Status | ||
Line 22: | Line 26: | ||
| label3 = Source code (in) | | label3 = Source code (in) | ||
| data3 = {{#if: {{{source_code_in}}}|[http://sigrok.org/gitweb/?p=libsigrok.git;a= | | data3 = {{#if: {{{source_code_in}}}|[http://sigrok.org/gitweb/?p=libsigrok.git;a=blob;f=src/input/{{{source_code_in|}}} {{{source_code_in|}}}]|}} | ||
| label4 = Source code (out) | | label4 = Source code (out) | ||
| data4 = {{#if: {{{source_code_out}}}|[http://sigrok.org/gitweb/?p=libsigrok.git;a= | | data4 = {{#if: {{{source_code_out}}}|[http://sigrok.org/gitweb/?p=libsigrok.git;a=blob;f=src/output/{{{source_code_out|}}} {{{source_code_out|}}}]|}} | ||
| label5 = Common extension(s) | | label5 = Common extension(s) |