Content deleted Content added
m →Usage: * |
→Syntax: Use {{IETF RFC}} |
||
(20 intermediate revisions by 14 users not shown) | |||
Line 2:
== Usage ==
You can copy and paste the following empty skeleton template into the article and fill it in as you see fit, in case you wish to use source editor instead of [[
<pre style="overflow:auto;">▼
{{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}}
{{Infobox networking protocol
| title
| logo
| logo alt
| image
|
| caption
| is stack
|
| purpose
| developer =
| date
| based on
| influenced
| osilayer
| ports
| rfcs
| hardware =
}}
</syntaxhighlight>
==Syntax==
{{TemplateData header}}
<templatedata>
{
Line 37 ⟶ 41:
"type": "string",
"required": true
},▼
"rfcs": {▼
"label": "RFC(s)",▼
"type": "string",▼
"deprecated": false,▼
"description": "RFC(s) describing this protocol"▼
},▼
"ports": {▼
"label": "Port(s)",▼
"type": "string",▼
"deprecated": false,▼
"description": "TCP/UDP ports if used by the protocol"▼
},▼
"osilayer": {▼
"label": "OSI layer",▼
"type": "string",▼
"deprecated": false,▼
},
"is stack": {
Line 90 ⟶ 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.
"type": "string"
},
Line 105 ⟶ 91:
"purpose": {
"label": "Purpose",
"description": "A short sentence explaining the purpose of the protocol or stack
"type": "string"
},
Line 127 ⟶ 113:
"description": "Name of protocols that derive from this protocol",
"type": "string"
▲ },
▲ "rfcs": {
▲ "label": "RFC(s)",
▲ "type": "string",
▲ "deprecated": false,
"description": "RFC(s) describing this protocol. Use {{IETF RFC|<RFC1>|<RFC2>|plainlink=yes}} template."
▲ },
▲ "ports": {
▲ "label": "Port(s)",
▲ "type": "string",
▲ "deprecated": false,
▲ "description": "TCP/UDP ports if used by the protocol"
▲ },
▲ "osilayer": {
▲ "label": "OSI layer",
▲ "type": "string",
▲ "deprecated": false,
},
"hardware": {
Line 139 ⟶ 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]],
| osilayer = [[Application layer]]
| ports = 80, 443
| rfcs = RFC 2518, RFC 4918
}}
<
{{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]],
| osilayer = [[Application layer]]
| ports = 80, 443
| rfcs = RFC 2518, RFC 4918
}}</
{{
{{Clear}}
== See also ==
* {{Lts|Infobox software}} for [[software]]
* {{Lts|Infobox OS}} for [[operating systems]]
* {{Lts|Infobox
* {{Lts|Infobox website}} for [[website
<includeonly>{{Sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Software infobox templates|Networking
[[Category:Computer networking templates]]
}}</includeonly>▼
▲</includeonly>
|