[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]
Difference between revisions of "Template:Thumbnail"
From Project 1999 Wiki
| Line 7: | Line 7: | ||
<code><nowiki>{{Thumbnail|Map_temple_of_veeshan_3d.png}}</nowiki></code> | <code><nowiki>{{Thumbnail|Map_temple_of_veeshan_3d.png}}</nowiki></code> | ||
| − | {{Thumbnail| | + | {{Thumbnail|Map_temple_of_veeshan_3d.png}} |
== Simple Example With Caption == | == Simple Example With Caption == | ||
| − | <code><nowiki>{{Thumbnail| | + | <code><nowiki>{{Thumbnail|Map_temple_of_veeshan_3d.png|"3D" Map of Temple of Veeshan}}</nowiki></code> |
| − | {{Thumbnail| | + | {{Thumbnail|Map_temple_of_veeshan_3d.png}} |
== Named Parameter Example With Caption == | == Named Parameter Example With Caption == | ||
<code><nowiki>{{Thumbnail | <code><nowiki>{{Thumbnail | ||
| − | | file= | + | | file=Map_temple_of_veeshan_3d.png |
| caption="3D" Map of Temple of Veeshan | | caption="3D" Map of Temple of Veeshan | ||
}}</nowiki></code> | }}</nowiki></code> | ||
{{Thumbnail | {{Thumbnail | ||
| − | | file= | + | | file=Map_temple_of_veeshan_3d.png |
| caption="3D" Map of Temple of Veeshan | | caption="3D" Map of Temple of Veeshan | ||
}} | }} | ||
| Line 30: | Line 30: | ||
<code><nowiki>{{Thumbnail | <code><nowiki>{{Thumbnail | ||
| − | | file= | + | | file=Map_temple_of_veeshan_3d.png |
| caption="3D" Map of Temple of Veeshan | | caption="3D" Map of Temple of Veeshan | ||
| thumbnail width=300px | | thumbnail width=300px | ||
| Line 36: | Line 36: | ||
{{Thumbnail | {{Thumbnail | ||
| − | | file= | + | | file=Map_temple_of_veeshan_3d.png |
| caption="3D" Map of Temple of Veeshan | | caption="3D" Map of Temple of Veeshan | ||
| thumbnail width=300px | | thumbnail width=300px | ||
Revision as of 18:27, 21 November 2019
This template is for showing thumbnail-sized versions of images, when readers can click to see at full-size.
Contents |
Simple Example
{{Thumbnail|Map_temple_of_veeshan_3d.png}}
Simple Example With Caption
{{Thumbnail|Map_temple_of_veeshan_3d.png|"3D" Map of Temple of Veeshan}}
Named Parameter Example With Caption
{{Thumbnail
| file=Map_temple_of_veeshan_3d.png
| caption="3D" Map of Temple of Veeshan
}}
Named Parameter Example With Caption and Specific Sizes
{{Thumbnail
| file=Map_temple_of_veeshan_3d.png
| caption="3D" Map of Temple of Veeshan
| thumbnail width=300px
}}