Template:Js doclink
This template creates a link to the auto-generated Javascript API documentation at https://doc.wikimedia.org/
Usage
editLink to a class or method, with optional custom link text.
{{js doclink|mw.user}}
→ mw.user
{{js doclink|mw.user|text=a widget}}
→ a widget
{{js doclink|mw.user|method=getId}}
→ mw.user.getId()
{{js doclink|mw.user|method=getId|text=some method}}
→ some method
TemplateData
editThis is the TemplateData documentation for this template used by VisualEditor and other tools.
Js doclink
Link to API documentation at docs.wikimedia.org
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | no description | String | required |
JS class name | class | no description
| String | optional |
JS method name | method | no description
| String | optional |
Link text | text | no description | String | optional |
See also
edit- {{Class doclink }}
- {{File doclink }}
- {{Method doclink }}