close
Sayahna Sayahna
Search

Template:Kb/doc


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

This is the TemplateData documentation for this template used by VisualEditor and other tools.

Kb

<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>