Template:Image: Difference between revisions

From 95 Degrees Wiki
No edit summary
No edit summary
Line 10: Line 10:
|label = Guardian Logo
|label = Guardian Logo
}}
}}
Image box


<html>
<html>
Line 20: Line 19:
</pre>
</pre>
</html>
</html>
</noinclude>
<templatedata>
{
"params": {
"file": {
"aliases": [
"File Name"
],
"label": "File name",
"description": "The name of the uploaded file to show",
"example": "Guardian-logo.png",
"type": "wiki-file-name",
"required": true
},
"label": {
"aliases": [
"Label"
],
"label": "Image label",
"description": "The label to show underneath the image",
"example": "Guardian Logo",
"type": "string",
"required": true
}
},
"description": "Image box"
}
</templatedata></noinclude>

Revision as of 14:50, 15 February 2023

Guardian-logo.png
Guardian Logo

{{Image
|file = Guardian-logo.png
|label = Guardian Logo
}}

Image box

Template parameters

ParameterDescriptionTypeStatus
File namefile File Name

The name of the uploaded file to show

Example
Guardian-logo.png
Filerequired
Image labellabel Label

The label to show underneath the image

Example
Guardian Logo
Stringrequired