Template:Infobox networking protocol

2019年4月25日 (木) 00:18; Nnh (会話 | 投稿記録) による版(日時は個人設定で未設定ならUTC

(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
{{{title}}}
通信プロトコル
目的 {{{purpose}}}
開発者 {{{developer}}}
導入 {{{date}}}
派生元 {{{based on}}}
派生先 {{{influenced}}}
OSI階層 {{{osilayer}}}
ポート {{{ports}}}
RFC {{{rfcs}}}
ハードウェア {{{hardware}}}
テンプレートの解説[表示] [編集] [履歴] [キャッシュを破棄]

使い方[編集]

ビジュアルエディターではなくソースエディタを使用する場合は、次の空のスケルトンテンプレートをコピーして貼り付け、必要に応じて引数を入力してください。|logo caption=は、このパラメーターの乱用を避けるために故意に省略されています。

{{{title}}}
通信プロトコル
[[File:{{{logo}}}|{{{logo size}}}|alt={{{logo alt}}}|{{{logo alt}}}]]
{{{logo caption}}}
[[File:{{{image}}}|{{{image size}}}|alt={{{image alt}}}|{{{image alt}}}]]
{{{caption}}}
目的 {{{purpose}}}
開発者 {{{developer}}}
導入 {{{date}}}
派生元 {{{based on}}}
派生先 {{{influenced}}}
OSI階層 {{{osilayer}}}
ポート {{{ports}}}
RFC {{{rfcs}}}
ハードウェア {{{hardware}}}
{{Infobox networking protocol
|       title = 
|        logo = 
|    logo alt = 
|       image = 
|   image alt = 
|     caption = 
|    is stack = 
|     purpose = 
|   developer = 
|        date = {{Start date and age|    |  |  }}<!--Fill in: Year (4 digits), month and day (2 digits)-->
|    based on = 
|  influenced = 
|    osilayer = 
|       ports = 
|        rfcs = 
|    hardware = 
}}

引数[編集]

これはビジュアルエディターテンプレートウィザードにより使用されるテンプレートのためのTemplateData文書です。

Infobox networking protocol

This infobox helps display important preliminary details about a protocol in an article.

テンプレートパラメーター[テンプレートデータを編集]

パラメーター説明状態
Title or nametitle name

Title or name of the subject of infobox focus.

文字列必須
Is stack?is stack

If set to "yes" specifies whether the article is about a protocol stack, instead of a communications protocol

自動入力値
yes
ブール値省略可能
Logologo

Name of the image pertaining the logo of the protocol or suite. A file name is enough.

自動入力値
ファイル省略可能
Logo sizelogo size

Size of the logo. Number and a CSS unit of measurement is accepted. e.g. 250px, x64px or 250x64px.

文字列省略可能
Logo's alternative textlogo alt

Alternative text in case the logo cannot be displayed by the target web browser or cannot be seen by the target user.

文字列省略可能
Logo's caption textlogo caption

A text caption to be displayed under the logo. Use of this field is discouraged, unless there is something of monumental importance to be said. Deletion notification templates go here as well.

ウィキテキストの一部省略可能
Imageimage

Name of an image pertaining the protocol or suite, such as a diagram. A file name is enough. Use only when absolutely necessary.

ファイル省略可能
Image sizeimage size

Size of the image. Number and a CSS unit of measurement is accepted. e.g. 250px, x64px or 250x64px. Defualts 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.

文字列省略可能
Image's alternative textimage alt

Alternative text in case the image cannot be displayed by the target web browser or cannot be seen by the target user.

文字列省略可能
Image captioncaption

Caption text for the image. Must be present when the image is present.

文字列省略可能
Purposepurpose

A short sentence explaining the purpose of the protocol or stack succinctly. Use only when absolutely needed.

文字列省略可能
Developer(s)developer

Names of entities who developed the protocol or worked in concert with the developers for publicizing the protocol.

文字列省略可能
Introduction datedate

The date in which the protocol is introduced. Use {{start date and age}} template.

文字列省略可能
Based onbased on

Names of protocols, standards or specification from which the protocol in question is derived.

文字列省略可能
Influencedinfluenced

Name of protocols that derive from this protocol

文字列省略可能
RFC(s)rfcs

RFC(s) describing this protocol

文字列省略可能
Port(s)ports

TCP/UDP ports if used by the protocol

文字列省略可能
OSI layerosilayer

OSI layer this protocol works in

文字列省略可能
Associated hardwarehardware

Name of the hardware created specifically to work with this protocol.

文字列省略可能

使用例[編集]

WebDAV
通信プロトコル
目的 Allows clients to perform remote Web content authoring operations
開発者 Jim Whitehead, Internet Engineering Task Force (IETF)
導入 1996年 (28年前) (1996)
派生元 Hypertext Transfer Protocol (HTTP)
派生先 Delta-V, CalDAV, GroupDAV
OSI階層 Application layer
ポート 80, 443
RFC 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]], [[GroupDAV]]
|osilayer   = [[Application layer]]
|ports      = 80, 443
|rfcs       = {{IETF RFC|2518}}, {{IETF RFC|4918}}
}}

関連項目[編集]