Difference between revisions of "Template:IETF RFC/doc"

From blackwiki
Jump to navigation Jump to search
imported>Serols
m (Reverted edits by 118.148.30.197 (talk) (HG) (3.4.9))
(Replaced content with '>')
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> &rarr; {{IETF RFC|125}}
 
* <code><nowiki>{{IETF RFC|125|126|127}}</nowiki></code> &rarr; {{IETF RFC|125|126|127}}
 
* <code><nowiki>{{IETF RFC|125|126|127|leadout=and}}</nowiki></code> &rarr; {{IETF RFC|125|126|127|leadout=and}}
 
* <code><nowiki>{{IETF RFC|125|126|127|plainlink=yes|}}</nowiki></code> &rarr; {{IETF RFC|125|126|127|plainlink=yes}}
 
* <code><nowiki>{{IETF RFC|125|126|127|leadout=and|plainlink=yes|}}</nowiki></code> &rarr; {{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:15, 1 May 2020

>