[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]
Difference between revisions of "Template:Thumbnail"
From Project 1999 Wiki
(→Named Parameter Example With Caption and Specific Sizes) |
(→Named Parameter Example With Caption and Specific Sizes) |
||
| Line 31: | Line 31: | ||
== Named Parameter Example With Caption and Specific Sizes == | == Named Parameter Example With Caption and Specific Sizes == | ||
| − | <code><nowiki>{{Thumbnail | + | <code><nowiki>{{Thumbnail</nowiki></code> |
| − | <code><nowiki>| file=Map_temple_of_veeshan_3d.png | + | <code><nowiki>| file=Map_temple_of_veeshan_3d.png</nowiki></code> |
| − | <code><nowiki>| caption="3D" Map of Temple of Veeshan | + | <code><nowiki>| caption="3D" Map of Temple of Veeshan</nowiki></code> |
| − | <code><nowiki>| thumbnail width=300}}</nowiki></code> | + | <code><nowiki>| thumbnail width=300</nowiki></code> |
| + | <code><nowiki>}}</nowiki></code> | ||
{{Thumbnail | {{Thumbnail | ||
Revision as of 18:47, 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=Really cool "3D" aerial map of the Temple of Veeshan zone
}}
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=300
}}