Template:CaptionedImage
Wildwinter (talk | contribs) No edit summary |
No edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div class="captioned-image"> | <noinclude> | ||
[[File:{{{ | == Usage == | ||
<div class="caption"> | <pre> | ||
{{{ | {{CaptionedImage|file=FileName.jpg|title=A popup title|caption=A caption underneath|align=right or left or center or none|width=pixels|height=pixels}} | ||
</div> | </pre> | ||
</div> | If unspecified, the width is limited to 187px, and the height to 800px. | ||
</noinclude> | |||
<includeonly><div class="captioned-image captioned-image-{{{align|none}}}">[[File:{{{file}}}|{{{width|187}}}x{{{height|800}}}px|{{{title|}}}]]<div class="caption">{{{caption|}}}</div></div></includeonly> |
Latest revision as of 17:35, 1 February 2021
Usage
{{CaptionedImage|file=FileName.jpg|title=A popup title|caption=A caption underneath|align=right or left or center or none|width=pixels|height=pixels}}
If unspecified, the width is limited to 187px, and the height to 800px.