Template:Panorama/sandbox
![]() | __EXPECTUNUSEDTEMPLATE__This is the template sandbox page for Template:Panorama (diff). See also the companion subpage for test cases. |
![]() | This template uses Lua: |
TemplateData
TemplateData for Panorama
Insert a wide image with configurable height. For standard height, use template "Wide image" instead.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | image | Title for the image file to display. Must start with "File:".
| String | required |
Image height | height | How tall to display the image, in pixels. Must be set without any unit or suffix.
| Number | required |
Viewport width | width | Limit the width of the scrollable viewport in which the image is displayed. Input is used as CSS width, as such it must include a unit (e.g. "px" or "%").
| String | optional |
Alternate text | alt | Alternate text to use instead of the image, for visually impaired readers. See the WP:ALT page for guidance. | String | optional |
Caption | caption | Caption to render below the image. | Content | optional |
Viewport direction | dir | Set to "rtl" to start the viewport at the right-hand side of the image, with "right-to-left" scrolling.
| String | optional |
Image alignment | align | If supplied, how to position the image on the page.
| String | optional |
Examples
The main function of {{Panorama}}, as opposed to {{Wide image}}, is that the template allows you to specify a desired height of the panorama.
Blank invocation
<syntaxhighlight lang="wikitext" style="overflow:auto;">
</syntaxhighlight>
Commented invocation
<syntaxhighlight lang="wikitext" style="overflow:auto;"></syntaxhighlight>
Simple example
<syntaxhighlight lang="wikitext" style="overflow:auto;">
</syntaxhighlight>
This displays File:Ushuaia panorama from seaside big.jpg, which is 7370×1010 pixels, as 1678×230, in a horizontally scrolling box, using the caption and alt text provided.
Smaller
Same as the previous example, but with |height=80
.
The caption can be centered by replacing |caption=Text
with |caption={{center|Text}}
. In the example above, replacing |caption=
with
|caption = {{center|Panorama of Ushuaia from 2005-02-06}}
produces:
Right-to-left scrolling
Same as the example, but with |dir=rtl
.
Tracking category
See also
- {{Panorama link}}
- {{PanoViewer}} - for interactive 360 degree photospheres
- {{Scalable image}}
- {{Tall image}} – for images too large in the other dimension
- {{Wide image}} – alternative template for panoramas