Template:Infobox networking protocol/doc: Difference between revisions

Content deleted Content added
m Syntax: Typo fixing, replaced: Defualts → Defaults
Syntax: Use {{IETF RFC}}
 
(6 intermediate revisions by 5 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 =
| logo =
| logo alt =
| image =
| image alt =
| caption =
| is stack =
| purpose abbreviation =
| developerpurpose =
| baseddeveloper on =
| date = {{Start date and age| | | }}<!--Fill in: Year (4 digits), month and day (2 digits)-->
| based on =
| influencedbased on =
| osilayerinfluenced =
| ports osilayer =
| rfcsports =
| hardwarerfcs =
| hardware =
}}
</syntaxhighlight>
</pre>
 
==Syntax==
Line 117 ⟶ 118:
"type": "string",
"deprecated": false,
"description": "RFC(s) describing this protocol. Use {{IETF RFC|<RFC1>|<RFC2>|plainlink=yes}} template."
},
"ports": {
Line 148 ⟶ 149:
| 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
Line 161 ⟶ 162:
| 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>
 
{{Reflist}}