Template:External Image

From /v/'s Recommended Games
Jump to navigation Jump to search

Template for resizing images and centering using MediaWiki:Common.css and creating a hyperlink. If the size is not specified the image will be resized to a height of 220px for use in the recommendation tables.

{{External Image
|URL=https://image.url/image.jpg
|height=720px <!-- Do not set both height and width -->
|width=1280px <!--    only use one or the other     -->
|inline=inline
|thumb=https://image.url/thumbnail/image.jpg
|caption=Image caption
|float=right
}}

URL - The hyperlink of the image. If no thumbnail is set this will be used as the display image.

height - Height in pixels, use px after the number. Example: |height=720px. If not set this will default to 220px for use in the recommended tables.

width - Width in pixels, use px after the number. Example: |width=1280px. If width and height is not set a height of 220px will be used. If both width and height is set only height will be used.

inline - Have the image be inline with text, or just not be put on a new line. Set with inline Example: |inline=inline

thumb - The URL for the thumbnail image that will be displayed on the wiki.

caption - Adds text underneath the image and a border around the image and text.

float - Moves the image left or right and have text wrap around it. Use either left or right

You can also just add the URL of an image after the |, like so: {{External Image|https://image.url/image.jpg}}

Examples

[edit source]

Boxart (No parameters set, default size):

{{External Image|https://images.igdb.com/igdb/image/upload/t_cover_big/co8aag.webp}}
co8aag.webp

Screenshot (URL/thumbnail set, unspecified height, default size):

{{External Image
|URL=https://images.igdb.com/igdb/image/upload/t_1080p/scmngh.webp
|thumb=https://images.igdb.com/igdb/image/upload/t_screenshot_med/scmngh.webp
}}
scmngh.webp

Resized to 360px height for a header:

{{External Image
|URL=https://images.igdb.com/igdb/image/upload/t_1080p/ar2yy3.webp
|thumb=https://images.igdb.com/igdb/image/upload/t_screenshot_big/ar2yy3.webp
|height=360px
}}
ar2yy3.webp

Inline icon:

{{External Image
|URL=https://shared.fastly.steamstatic.com/community_assets/images/apps/2443720/cf5ee5adafc98465133960a03cf1240c6d4ba90c.jpg
|height=24px
|inline=inline
}}

This icon cf5ee5adafc98465133960a03cf1240c6d4ba90c.jpg was resized to 24px and put inline with the text.

Caption and float:


co8aag.webp
The boxart of the acclaimed hit Concord
{{External Image
|URL=https://images.igdb.com/igdb/image/upload/t_cover_big/co8aag.webp
|caption=The boxart of the acclaimed hit ''Concord''
|float=right
}}

Resized to 360px width:

{{External Image
|URL=https://images.igdb.com/igdb/image/upload/t_1080p/ar2yy3.webp
|thumb=https://images.igdb.com/igdb/image/upload/t_screenshot_big/ar2yy3.webp
|width=360px
}}
ar2yy3.webp