Template:RFC

From Linux Web Expert


Request for comment (RFC)
RFC

[[File:{{{image}}}|300px|noframe]]

Component General
Creation date {{{created}}}
Author(s) {{{author}}}
Document status
Template documentation

Usage

{{RFC
| created = 2015-01-01
| bug = T12345
| author = [[user:Foo|Foo]]
| status =
| extrastatus = cache behavior needs more analysis
}}

Parameters

<templatedata> { "description": "Infobox for technical Requests for Comments.", "params": { "name": { "label": "Name", "description": "Name of this RfC (defaults to the sub-page name)", "type": "string" }, "image": { "label": "Image", "description": "Optional image to show in RFC infobox", "type": "wiki-file-name" }, "component": { "label": "Component", "default": "General", "description": "Type and scope of RfC (categorises into a subcategory of Category:Requests for comment)", "type": "string", "autovalue": "" }, "authors": { "label": "Authors", "aliases": [ "author" ], "required": true, "description": "The names of the author(s) of the RfC" }, "created": { "label": "Creation date", "required": true, "description": "The date at which the RfC was created (or last rewritten), in ISO 8601 format", "type": "date" }, "bug": { "label": "Issue tracker ticket", "aliases": [ "task" ],

"description": "The ticket number/identifier, if any. Displayed by . Implementation status is tracked in Phabricator. No bug sets Category:Requests for comment with no task"

}, "decision": { "label": "Decision", "description": "A signed statement from a member of the architecture committee giving their decision on the proposal (optional).", "type": "string" }, "status": { "label": "Status", "description": "Leave empty for open proposals. One of 'accepted', 'declined', or 'implemented' for closed proposals.", "type": "string", "suggested": true }, "extrastatus": { "label": "Extra information", "type": "string" } }, "format": "block" } </templatedata>