Template:Infobox protocol: Difference between revisions
Jump to navigation
Jump to search
imported>Import No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Protocol infobox template. See [[Template:Infobox protocol/doc]] for usage. | Protocol infobox template. See [[Template:Infobox protocol/doc]] for usage. | ||
</noinclude><includeonly> | </noinclude><includeonly>{| class="infobox" style="width:22em" | ||
{| class="infobox" style="width:22em" | |||
|- | |- | ||
! colspan="2" style="background:#5599dd; color:white;" | {{{name|{{PAGENAME}}}}} | ! colspan="2" style="background:#5599dd; color:white;" | {{{name|{{PAGENAME}}}}} | ||
| Line 15: | Line 14: | ||
! Status | ! Status | ||
| {{{status|}}} | | {{{status|}}} | ||
{{#if:{{{first_published|}}}| | {{#if:{{{first_published|}}}| | ||
{{!}}! First published | {{!}}- | ||
! First published | |||
{{!}} {{{first_published}}} | {{!}} {{{first_published}}} | ||
}} | }} | ||
{{#if:{{{latest_version|}}}| | {{#if:{{{latest_version|}}}| | ||
{{!}}! Latest version | {{!}}- | ||
! Latest version | |||
{{!}} {{{latest_version}}} {{#if:{{{latest_date|}}}|({{{latest_date}}})}} | {{!}} {{{latest_version}}} {{#if:{{{latest_date|}}}|({{{latest_date}}})}} | ||
}} | }} | ||
{{#if:{{{based_on|}}}| | {{#if:{{{based_on|}}}| | ||
{{!}}! Based on | {{!}}- | ||
! Based on | |||
{{!}} {{{based_on}}} | {{!}} {{{based_on}}} | ||
}} | }} | ||
{{#if:{{{transport|}}}| | {{#if:{{{transport|}}}| | ||
{{!}}! Transport | {{!}}- | ||
! Transport | |||
{{!}} {{{transport}}} | {{!}} {{{transport}}} | ||
}} | }} | ||
{{#if:{{{default_port|}}}| | {{#if:{{{default_port|}}}| | ||
{{!}}! Default port(s) | {{!}}- | ||
! Default port(s) | |||
{{!}} {{{default_port}}} | {{!}} {{{default_port}}} | ||
}} | }} | ||
{{#if:{{{encoding|}}}| | {{#if:{{{encoding|}}}| | ||
{{!}}! Encoding | {{!}}- | ||
! Encoding | |||
{{!}} {{{encoding}}} | {{!}} {{{encoding}}} | ||
}} | }} | ||
{{#if:{{{license|}}}| | {{#if:{{{license|}}}| | ||
{{!}}! License | {{!}}- | ||
! License | |||
{{!}} {{{license}}} | {{!}} {{{license}}} | ||
}} | }} | ||
{{#if:{{{website|}}}| | {{#if:{{{website|}}}| | ||
{{!}}! Website | {{!}}- | ||
! Website | |||
{{!}} {{{website}}} | {{!}} {{{website}}} | ||
}} | }} | ||
{{#if:{{{spec_url|}}}| | {{#if:{{{spec_url|}}}| | ||
{{!}}! Specification | {{!}}- | ||
! Specification | |||
{{!}} {{{spec_url}}} | {{!}} {{{spec_url}}} | ||
}} | }} | ||
{{#if:{{{repository|}}}| | {{#if:{{{repository|}}}| | ||
{{!}}! Repository | {{!}}- | ||
! Repository | |||
{{!}} {{{repository}}} | {{!}} {{{repository}}} | ||
}} | }} | ||
|} | |}</includeonly> | ||
</includeonly> | |||
Revision as of 22:51, 31 December 2025
Protocol infobox template. See Template:Infobox protocol/doc for usage.