Template:ExternalImage: Difference between revisions
(Created page with "<includeonly>{| class="wikitable infobox-right" ! colspan="2" style="padding:5px;" | {{#tag:html| <img src="{{{imageUrl}}}" width="256px">}} |- | colspan="2" | {{{label}}} |}</includeonly><noinclude> {{ExternalImage |imageUrl = https://cdn.discordapp.com/emojis/1002348238487171102.png |label = Barry, 63 }} <html> <pre> {{ExternalImage |imageUrl = https://cdn.discordapp.com/emojis/1002348238487171102.png |label = Barry, 63 }} </pre> </html> </noinclude>") |
No edit summary |
||
Line 19: | Line 19: | ||
</pre> | </pre> | ||
</html> | </html> | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"imageUrl": { | |||
"aliases": [ | |||
"Image URL" | |||
], | |||
"label": "Image URL", | |||
"description": "Link to the externally hosted image", | |||
"example": "https://cdn.discordapp.com/emojis/1002348238487171102.png", | |||
"type": "url", | |||
"required": true | |||
}, | |||
"label": { | |||
"aliases": [ | |||
"Image Label" | |||
], | |||
"label": "Image Label", | |||
"description": "The label to show underneath the image", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "External image box" | |||
} | |||
</templatedata></noinclude> |
Revision as of 14:53, 15 February 2023
Barry, 63 |
{{ExternalImage |imageUrl = https://cdn.discordapp.com/emojis/1002348238487171102.png |label = Barry, 63 }}
External image box
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image URL | imageUrl Image URL | Link to the externally hosted image
| URL | required |
Image Label | label Image Label | The label to show underneath the image | String | required |