More actions
< Template:Icon | Link
(Created page with " <templatedata> { "params": { "icon": { "label": "Icon", "description": "The icon to display", "type": "string", "suggestedvalues": [ "alert", "page", "disambig", "globe", "wikipedia", "notice", "palette", "talk", "contributions", "reference" ], "required": true }, "link": { "label": "Link", "description": "The page to link to", "type": "wiki-page-name", "suggested": true } }, "description":...") |
No edit summary |
||
| Line 19: | Line 19: | ||
"reference" | "reference" | ||
], | ], | ||
"required": true | "required": true, | ||
"example": "globe" | |||
}, | }, | ||
"link": { | "link": { | ||
Latest revision as of 05:25, 24 October 2023
Displays an inline icon that responds to the user's theme setting. This icon can contain a link to another page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Icon | icon | The icon to display
| String | required |
| Link | link | The page to link to | Page name | suggested |