Changes
Removing {{ }}, trying to correct json data
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
<TemplateData>
{
"params": {
"align": {
"label": "Alignment",
"description": "\"left\" and \"right\" float the image to that side. \"center\" centres the image, and \"none\" left-aligns it without floating.",
"type": "string",
"default": "right"
},
"width": {
"label": "Width",
"description": "The width of the image within the frame, in pixels (though do not add \"px\" to the width e.g., use width=175 and not width=175px)",
"type": "number",
"default": "Automatic, based on content",
"suggested": true
},
"pos": {
"label": "Caption position",
"description": "Where to put the caption. Valid values: top, bottom",
"type": "string",
"default": "bottom"
},
"innerstyle": {
"label": "Inner frame style",
"description": "Plain [[CSS]] to apply to the inner frame. Use with care. Examples: <code>text-align: center;</code>, <code>background: #ccc;</code>",
"type": "string"
},
"content": {
"label": "Content",
"description": "Content of the main section (generally images)",
"type": "content",
"required": true
},
"border": {
"label": "Border",
"description": "Border of the main section (generally images)",
"type": "content",
"required": false,
"default": "yes"
},
"link": {
"label": "Link",
"description": "Link for the \"Enlarge\" link in the caption (in the future, may also be used as the link for the image field inside the frame, though it would probably require an additional height parameter)",
"type": "wiki-page-name"
},
"linkoverride": {
"label": "Link override",
"description": "Completely replaces the 'info' link.",
"type": "line"
},
"caption": {
"label": "Caption",
"type": "content"
}
},
"description": "This template creates a frame like those surrounding images. This template can be used to put two or more images into a frame together, or as a wrapper for more complicated templates that including image but not has a border.",
"paramOrder": [
"content",
"width",
"align",
"pos",
"innerstyle",
"link",
"linkoverride",
"caption",
"border"
]
}
</TemplateData>
== Examples ==
By filling out the parameters as follows, the result will be as shown below the code.
<pre style="overflow:auto">
{{Image frame|width=200|content=[[File:PNG transparency demonstration 1.png|100px]][[File:White Stars 3.svg|100px]]
|caption=Example usage|link=Hello world|align=center}}
</pre>
{{Image frame|width=200|content=[[File:PNG transparency demonstration 1.png|100px]][[File:White Stars 3.svg|100px]]
|caption=Example usage|link=Hello world|align=center}}
<pre style="overflow:auto">
{{Image frame|width=200|content=[[File:PNG transparency demonstration 1.png|100px]][[File:White Stars 3.svg|100px]]
|caption=Example usage|link=Hello world|align=center|pos=top}}
</pre>
{{Image frame|width=200|content=[[File:PNG transparency demonstration 1.png|100px]][[File:White Stars 3.svg|100px]]
|caption=Example usage|link=Hello world|align=center|pos=top}}
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Graphics templates]]
[[Category:Image formatting and function templates]]
[[Category:Positioning templates]]
}}</includeonly>
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
<TemplateData>
{
"params": {
"align": {
"label": "Alignment",
"description": "\"left\" and \"right\" float the image to that side. \"center\" centres the image, and \"none\" left-aligns it without floating.",
"type": "string",
"default": "right"
},
"width": {
"label": "Width",
"description": "The width of the image within the frame, in pixels (though do not add \"px\" to the width e.g., use width=175 and not width=175px)",
"type": "number",
"default": "Automatic, based on content",
"suggested": true
},
"pos": {
"label": "Caption position",
"description": "Where to put the caption. Valid values: top, bottom",
"type": "string",
"default": "bottom"
},
"innerstyle": {
"label": "Inner frame style",
"description": "Plain [[CSS]] to apply to the inner frame. Use with care. Examples: <code>text-align: center;</code>, <code>background: #ccc;</code>",
"type": "string"
},
"content": {
"label": "Content",
"description": "Content of the main section (generally images)",
"type": "content",
"required": true
},
"border": {
"label": "Border",
"description": "Border of the main section (generally images)",
"type": "content",
"required": false,
"default": "yes"
},
"link": {
"label": "Link",
"description": "Link for the \"Enlarge\" link in the caption (in the future, may also be used as the link for the image field inside the frame, though it would probably require an additional height parameter)",
"type": "wiki-page-name"
},
"linkoverride": {
"label": "Link override",
"description": "Completely replaces the 'info' link.",
"type": "line"
},
"caption": {
"label": "Caption",
"type": "content"
}
},
"description": "This template creates a frame like those surrounding images. This template can be used to put two or more images into a frame together, or as a wrapper for more complicated templates that including image but not has a border.",
"paramOrder": [
"content",
"width",
"align",
"pos",
"innerstyle",
"link",
"linkoverride",
"caption",
"border"
]
}
</TemplateData>
== Examples ==
By filling out the parameters as follows, the result will be as shown below the code.
<pre style="overflow:auto">
{{Image frame|width=200|content=[[File:PNG transparency demonstration 1.png|100px]][[File:White Stars 3.svg|100px]]
|caption=Example usage|link=Hello world|align=center}}
</pre>
{{Image frame|width=200|content=[[File:PNG transparency demonstration 1.png|100px]][[File:White Stars 3.svg|100px]]
|caption=Example usage|link=Hello world|align=center}}
<pre style="overflow:auto">
{{Image frame|width=200|content=[[File:PNG transparency demonstration 1.png|100px]][[File:White Stars 3.svg|100px]]
|caption=Example usage|link=Hello world|align=center|pos=top}}
</pre>
{{Image frame|width=200|content=[[File:PNG transparency demonstration 1.png|100px]][[File:White Stars 3.svg|100px]]
|caption=Example usage|link=Hello world|align=center|pos=top}}
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Graphics templates]]
[[Category:Image formatting and function templates]]
[[Category:Positioning templates]]
}}</includeonly>