Jump to content

Template:Image frame/doc

From BattleIntelligence

By filling out the parameters as follows, the result will be as shown below the code.

{{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}}
{{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}}


{{image frame|align=left|border=no|caption=A [[Help:Gallery tag|gallery]] in an image frame|content=
<gallery mode="packed">
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
3050 Atlas.jpg|AS7-K ''Atlas'' from ''[[Technical Readout: 3050|TRO:3050]]''
3050U Atlas.jpg|AS7-K ''Atlas'' from ''[[Technical Readout: 3050 Upgrade|TRO:3050 Upgrade]]''
AS7-K2 Atlas.jpg|AS7-K2 ''Atlas'' from ''[[Technical Readout: 3085|TRO:3085]]''
</gallery>
}}
A gallery in an image frame

Maintenance categories

Templatedata

TemplateData for Image frame

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 like Template:Superimpose.

Template parameters

ParameterDescriptionTypeStatus
Contentcontent

Content of the main section (generally images).

Contentrequired
Widthwidth

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).

Default
Automatic, based on content
Numbersuggested
Alignmentalign

"left" and "right" float the image to that side. "center" centres the image, and "none" left-aligns it without floating.

Default
right
Stringoptional
Caption positionpos

Where to put the caption. Valid values: top, bottom.

Default
bottom
Stringoptional
Inner frame styleinnerstyle

Plain CSS to apply to the inner frame. Use with care.

Example
text-align: center;
Stringoptional
Linklink

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).

Page nameoptional
Alternative link textlink_text

Alternative text used for the link for the "Enlarge" link in the caption, usually displayed as tooltip.

Stringoptional
Link overridelinkoverride

Completely replaces the 'info' link.

Lineoptional
Captioncaption

no description

Contentoptional
Borderborder

Border of the main section (generally images).

Default
yes
Contentoptional
Modemode

Display mode of the main section, "scrollable" will make the content scrolling if the content is longer than viewport.

Stringoptional
Maximum widthmax-width

The maximum width of the image within the frame, in pixels (though do not add "px" to the width e.g., use max-width=350 and not max-width=350px), valid only in scrollable mode.

Default
100%
Numbersuggested
Directiondir

Use the value "rtl" to make the right side of the image the initial visible portion inside the scroll frame, valid only in scrollable mode.

Stringoptional
Stylestyle

Plain css to apply to the outer frame

Contentoptional

See also