Template:IETF RFC/doc
This is a documentation subpage for Template:IETF RFC. It contains usage information, categories and other content that is not part of the original template page. |
This template makes a link to an Internet Engineering Task Force (IETF) Request for Comments (RFC) from the RFC's numeric identifier (ID). There is a single mandatory template parameter: the RFC ID.
When to use
Use this template in articles:
- in lists of RFCs and similar technical documents,
- in explanatory footnotes (e.g., to explain what a word means in the preceding sentence),
- in infoboxes, and
- in the ==Other websites== section.
Don't use this template:
- If you can link to a Wikipedia article about the RFC instead. For example, link to the Wikipedia article about the Hyper Text Coffee Pot Control Protocol instead of Template:IETF RFC.
- If the RFC is being used as a reliable source to support article content. Use {{Cite IETF}} or {{Ref RFC}} instead.
Examples
{{IETF RFC|125}}
→ Template:IETF RFC{{IETF RFC|125|126|127}}
→ Template:IETF RFC{{IETF RFC|125|126|127|leadout=and}}
→ Template:IETF RFC{{IETF RFC|125|126|127|link=no}}
→ Template:IETF RFC{{IETF RFC|125|126|127|plainlink=yes}}
→ Template:IETF RFC{{IETF RFC|125|126|127|leadout=and|link=no}}
→ Template:IETF RFC{{IETF RFC|125|126|127|leadout=and|plainlink=yes}}
→ Template:IETF RFC
See also
- {{ISBN}}
- {{PMID}}
- {{Catalog lookup link}}
- {{Cite IETF}}
- {{Ref RFC}}
TemplateData
<templatedata> { "params": { "1": { "label": "First RFC", "type": "number", "required": true }, "2": { "label": "Second RFC", "type": "number", "suggested": true }, "3": { "label": "Third RFC", "type": "number" }, "4": { "label": "Fourth RFC", "type": "number" }, "5": { "label": "Fifth RFC", "type": "number" }, "6": { "label": "Sixth RFC", "type": "number" }, "7": { "label": "Seventh RFC", "type": "number" }, "8": { "label": "Eighth RFC", "type": "number" }, "9": { "label": "Ninth RFC", "type": "number" }, "leadout": { "label": "list leadout",
"description": "conjunction used at the end of a list",
"type": "string",
"default": "<none>", "example": "and"
}, "link": { "label": "link RFC article",
"description": "include wikilink in RFC to Request for Comments (via RFC (identifier))",
"example": "no", "type": "string",
"default": "yes"
}, "plainlink": { "label": "use plain links",
"description": "omit RFC preface, include only RFC numbers with external links to content",
"example": "yes", "type": "string",
"default": "no"
} } } </templatedata>