| Regel 15: | Regel 15: | ||
"link": { |
"link": { |
||
"label": "Link", |
"label": "Link", |
||
| + | "description": "Link to page", |
||
"type": "wiki-page-name", |
"type": "wiki-page-name", |
||
| − | "required": true |
+ | "required": true |
| − | |||
}, |
}, |
||
"name": { |
"name": { |
||
"label": "Name", |
"label": "Name", |
||
"description": "Name of link in this page", |
"description": "Name of link in this page", |
||
| + | "type": "string", |
||
"suggested": true |
"suggested": true |
||
} |
} |
||
This is the "Internal link" template. It should be called in the following format:
{{Internal link
|link=
|name=
}}
<templatedata> { "description": "Internal link", "params": { "link": { "label": "Link", "description": "Link to page", "type": "wiki-page-name", "required": true }, "name": { "label": "Name", "description": "Name of link in this page", "type": "string", "suggested": true } } } </templatedata> Edit the page to see the template text.