Difference between revisions of "Template:IETF RFC/doc"
Jump to navigation
Jump to search
(Problems) |
imported>Serols m (Reverted edits by 118.148.30.197 (talk) (HG) (3.4.9)) |
||
| Line 1: | Line 1: | ||
| + | {{documentation subpage}} | ||
| + | {{High-risk|350}} | ||
| + | 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. | ||
| + | |||
| + | == Examples == | ||
| + | * <code><nowiki>{{IETF RFC|125}}</nowiki></code> → {{IETF RFC|125}} | ||
| + | * <code><nowiki>{{IETF RFC|125|126|127}}</nowiki></code> → {{IETF RFC|125|126|127}} | ||
| + | * <code><nowiki>{{IETF RFC|125|126|127|leadout=and}}</nowiki></code> → {{IETF RFC|125|126|127|leadout=and}} | ||
| + | * <code><nowiki>{{IETF RFC|125|126|127|plainlink=yes|}}</nowiki></code> → {{IETF RFC|125|126|127|plainlink=yes}} | ||
| + | * <code><nowiki>{{IETF RFC|125|126|127|leadout=and|plainlink=yes|}}</nowiki></code> → {{IETF RFC|125|126|127|leadout=and|plainlink=yes}} | ||
| + | |||
| + | == See also == | ||
| + | <div style="{{column-width|25em}};"> | ||
| + | * {{tl|ISBN}} | ||
| + | * {{tl|PMID}} | ||
| + | * {{tl|Catalog lookup link}} | ||
| + | * {{tl|Cite IETF}} | ||
| + | </div> | ||
| + | |||
| + | <includeonly>{{Sandbox other|| | ||
| + | <!-- ADD CATEGORIES BELOW THIS LINE --> | ||
| + | [[Category:External link templates|{{PAGENAME}}]] | ||
| + | }}</includeonly> | ||
| + | ==TemplateData== | ||
| + | {{TemplateDataHeader}} | ||
| + | <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" | ||
| + | }, | ||
| + | "plainlink": { | ||
| + | "label": "use plain links", | ||
| + | "example": "yes", | ||
| + | "type": "string" | ||
| + | }, | ||
| + | "leadout": { | ||
| + | "label": "list leadout", | ||
| + | "type": "string" | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </templatedata> | ||
Revision as of 13:13, 1 May 2020
| 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 is used on approximately 350 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
Transclusion count updated automatically (see documentation). |
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.
Examples
{{IETF RFC|125}}→ RFC 125{{IETF RFC|125|126|127}}→ RFC 125, 126, 127{{IETF RFC|125|126|127|leadout=and}}→ RFC 125, 126 and 127{{IETF RFC|125|126|127|plainlink=yes|}}→ 125, 126, 127{{IETF RFC|125|126|127|leadout=and|plainlink=yes|}}→ 125, 126 and 127
See also
- {{ISBN}}
- {{PMID}}
- {{Catalog lookup link}}
- {{Cite IETF}}
TemplateData
This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.
TemplateData for IETF RFC
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| First RFC | 1 | no description | Number | required |
| Second RFC | 2 | no description | Number | suggested |
| Third RFC | 3 | no description | Number | optional |
| Fourth RFC | 4 | no description | Number | optional |
| Fifth RFC | 5 | no description | Number | optional |
| Sixth RFC | 6 | no description | Number | optional |
| Seventh RFC | 7 | no description | Number | optional |
| Eighth RFC | 8 | no description | Number | optional |
| Ninth RFC | 9 | no description | Number | optional |
| use plain links | plainlink | no description
| String | optional |
| list leadout | leadout | no description | String | optional |