Template:Kb/doc
| 40px | This is a documentation subpage for Template:Kb. It contains usage information, categories and other content that is not part of the original template page. |
Usage
Add {{KB|<isssue number>|title}} where issuenumber is from the http://support.microsoft.com/kb/<isssue number>.
- Example
"{{KB|960715|Microsoft Security Advisory: Update Rollup for ActiveX Kill Bits}}"gives ""Microsoft Security Advisory: Update Rollup for ActiveX Kill Bits". Support. Microsoft." [1]
Parameters
<templatedata>{ "description": "",
"params": { "1":
{ "label": "Article ID",
"description": "Main element of identifying the article. To find out, bring up the article and look at its address bar. It should have the general form of http://support.microsoft.com/kb/xxxxxxx where xxxxxxx is the article ID. For example: In http://support.microsoft.com/kb/2433585, the article ID is 2433585.",
"type": "number",
"required": true
},
"2":
{ "label": "Article title",
"description": "Article's title plus its revision number in the general form of: title (revision number)",
"type": "string",
"required": true
},
"3":
{ "label": "Date",
"description": "Date of the revision of the article being quoted",
"type": "string",
"required": false
},
"4":
{ "label": "Access date",
"description": "The date at which the article is accessed",
"type": "string",
"required": false
}
}
}</templatedata>