Template:Magic word/doc
Appearance
| This is a documentation subpage for Template:Magic word. It contains usage information, categories and other content that is not part of the original Template page. |
| This template uses TemplateStyles: |
This is the TemplateData documentation for this template used by VisualEditor and other tools.
Magic word
Creates a formatted link to the documentation of a magic word.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Magic Word | 1 | The name of the magic word or parser function. | String | required |
| Parameter 0 | 2 | The parameter passed immediately after the colon. | Content | optional |
| Extension | ext | The name of the extension that adds the parser function (without the “Extension:” namespace prefix) | String | optional |
| Code? | code | Whether to use <code> styling.
| Boolean | optional |
| Monospaced? | mono | Whether to use `style="font-family:monospace"`.
| Boolean | optional |
| Nowrap? | nowrap | Whether to use `style="white-space:nowrap"`.
| Boolean | optional |
Edit parameter translations
Examples
{{Magic word|nowrap=1|ext=Translate|#translation}}→
{{#translation:}}{{Magic word|mono=1|nowrap=1|ext=Scribunto|#invoke|Example}}→
{{#invoke:Example}}{{Magic word|code=1|#language|{{Magic word|PAGELANGUAGE}}}}→{{#language:{{PAGELANGUAGE}}}}
See also
| Text style ↓ | {{tlg}} options[note 1] to achieve text style |
Link style | ||
|---|---|---|---|---|
| Linked | Unlinked | Linked with subst | ||
| {{tlg}} options[note 1] to achieve link style |
N/A | DEFAULT | nolink=1
|
subst=1
|
| normal | DEFAULT |
|
| |
code
|
code=1
|
|
|
|
| monospace | mono=1 |
N/A | ||
plaincode
|
plaincode=1 | |||
| kbd | kbd=1 | |||
- ↑ 1.0 1.1 1.2
{{tlg}}is the most general template, allowing any combination of text style and/or link style options. - ↑ 2.0 2.1 2.2 Prevents wrapping of text by placing it inside
<span style="white-space:nowrap">...</span>tags. - ↑ Allows links to templates in any namespace.
- ↑ 4.0 4.1 4.2 Displays monospaced font using
<span style="font-family:monospace">...</span>. - ↑
{{tlg|plaincode=1}}uses<code style="background:transparent;border:none">...</code>. - ↑
{{tlg|kbd=1}}uses<kbd>tags.