Template:Infobox networking protocol/doc: Difference between revisions

Content deleted Content added
See also: Okay, that was my bad
Syntax: Use {{IETF RFC}}
 
(9 intermediate revisions by 8 users not shown)
Line 5:
 
{{Parameter names example|_template=|title|name|is stack|logo|logo size|logo alt|logo caption|image|image size|image alt|caption|purpose|developer|date|based on|influenced|osilayer|ports|rfcs|hardware}}
<presyntaxhighlight lang="wikitext" style="overflow:auto;">
{{Infobox networking protocol
| title title =
| logo logo =
| logo alt logo alt =
| image image =
| image alt =
| caption caption =
| is stack is stack =
| purposeabbreviation =
| purpose developer =
| developer =
| date date = {{Start date and age| | | }}<!--Fill in: Year (4 digits), month and day (2 digits)-->
| based on =
| based on influenced =
| influenced osilayer =
| osilayer ports =
| ports rfcs =
| rfcs hardware =
| hardware =
}}
</syntaxhighlight>
</pre>
 
==Syntax==
Line 75 ⟶ 76:
"image size": {
"label": "Image size",
"description": "Size of the image. Number and a CSS unit of measurement is accepted. e.g. 250px, x64px or 250x64px. DefualtsDefaults to 300px. Use only when absolutely necessary and try to keep it with in the vicinity of 300 pixels in width. Smaller images are hard to see and larger images resize the infobox.",
"type": "string"
},
Line 117 ⟶ 118:
"type": "string",
"deprecated": false,
"description": "RFC(s) describing this protocol. Use {{IETF RFC|<RFC1>|<RFC2>|plainlink=yes}} template."
},
"ports": {
Line 142 ⟶ 143:
== Example ==
{{Infobox networking protocol
| title = WebDAV
| is stack = no
| purpose = Allows clients to perform remote Web content authoring operations
| developer = [[Jim Whitehead]], [[Internet Engineering Task Force]] (IETF)
| date = {{Start date and age|1996}}
| based on = [[Hypertext Transfer Protocol]] (HTTP)
| influenced = [[Delta-V]], [[CalDAV]], [[GroupDAV]]
| osilayer = [[Application layer]]
| ports = 80, 443
| rfcs = RFC 2518, RFC 4918
}}
<presyntaxhighlight lang="wikitext" style="overflow:auto;">
{{Infobox networking protocol
| title = WebDAV
| is stack = no
| purpose = Allows clients to perform remote Web content authoring operations
| developer = [[Jim Whitehead]], [[Internet Engineering Task Force]] (IETF)
| date = {{Start date and age|1996}}
| based on = [[Hypertext Transfer Protocol]] (HTTP)
| influenced = [[Delta-V]], [[CalDAV]], [[GroupDAV]]
| osilayer = [[Application layer]]
| ports = 80, 443
| rfcs = RFC 2518, RFC 4918
}}</presyntaxhighlight>
 
{{reflistReflist}}
{{Clear}}
 
Line 176 ⟶ 177:
* {{Lts|Infobox website}} for [[website]]s
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandboxSandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Software infobox templates|Networking Protocol]]