Help page: Edit

Editing Help:Images

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
This page explains the '''image''' syntax when editing the BattleTechWiki.
+
This page explains the '''image''' syntax when editing the wiki.
 
 
== Getting Started ==
 
 
 
* You should first read up on [[Policy:Images|our policy on the use of images]]
 
* You or another user must usually [[Help:Managing files|upload an image]] before you can use it on a BTW page.
 
* Images that are stored on BTW are usually rendered by using the <code>File:</code> namespace prefix as the target of a MediaWiki link.
 
* The alternate <code>Media:</code> namespace prefix is also usable to reference the original media file content (for rendering or downloading it separately, out of any page).
 
  
 
== Supported media types for images ==
 
== Supported media types for images ==
Line 63: Line 56:
 
** '''loop''' — Media will loop continuously. (only applies to audio and video)
 
** '''loop''' — Media will loop continuously. (only applies to audio and video)
 
-->
 
-->
====Notes====
+
* Notes:
* The ''Link'' option does '''not always''' work with the thumb, thumbnail or frame formats. (This works for external and internal links)
+
** The ''Link'' option does '''not always''' work with the thumb, thumbnail or frame formats. (This works for external and internal links)
* The image will always retain its [[w:aspect ratio|aspect ratio]].
+
** The image will always retain its [[w:aspect ratio|aspect ratio]].
* Images in non-scalable media types can be reduced in size, but not increased; e.g., bitmap images cannot be scaled up.
+
** Images in non-scalable media types can be reduced in size, but not increased; e.g., bitmap images cannot be scaled up.
* The <code>upright</code> setting does not require an equals sign, i.e. <code>|upright 2.0|</code> works the same as <code>|upright=2.0|</code>.
+
** The <code>upright</code> setting does not require an equals sign, i.e. <code>|upright 2.0|</code> works the same as <code>|upright=2.0|</code>.
* When used without a value or an equals sign (e.g., <code>|upright|</code>), defaults to <code>|upright=0.75|</code> (although <code>|upright=|</code> is the same as <code>|upright=1.0|</code>)
+
** When used without a value or an equals sign (e.g., <code>|upright|</code>), defaults to <code>|upright=0.75|</code> (although <code>|upright=|</code> is the same as <code>|upright=1.0|</code>)
* The default maximum size depends on the ''format'' and the internal image dimensions (according to its media type).
+
** The default maximum size depends on the ''format'' and the internal image dimensions (according to its media type).
* If there is a space character between <code>link</code> and the equals sign, the link statement will be treated as a caption.
+
** If there is a space character between <code>link</code> and the equals sign, the link statement will be treated as a caption.
* Including some HTML character equivalents, like <code>%22</code> for <code>"</code>, can cause the link statement to be treated as a caption.
+
** Including some HTML character equivalents, like <code>%22</code> for <code>"</code>, can cause the link statement to be treated as a caption.
* If a parameter does not match any of the other possibilities, it is assumed to be the caption text.
+
** If a parameter does not match any of the other possibilities, it is assumed to be the caption text.
* If more than one non-parameter string is present, the final non-parameter string will be used as the caption.
+
** If more than one non-parameter string is present, the final non-parameter string will be used as the caption.
* Caption text shows below the image in '''thumb''' and '''frame''' formats, or as tooltip text in any other format.
+
** Caption text shows below the image in '''thumb''' and '''frame''' formats, or as tooltip text in any other format.
* Caption text displayed in the '''thumb''' and '''frame''' formats may contain wiki links and other formatting.
+
** Caption text displayed in the '''thumb''' and '''frame''' formats may contain wiki links and other formatting.
* If 'alt' is not specified and a caption is provided, the alternative text will be created automatically from the caption, stripped of formatting, except when in ''thumb'' or ''frame'' mode since the caption is already readable by screen readers in that case.
+
** If 'alt' is not specified and a caption is provided, the alternative text will be created automatically from the caption, stripped of formatting, except when in ''thumb'' or ''frame'' mode since the caption is already readable by screen readers in that case.
  
 
=== Format ===
 
=== Format ===
{{collapse top|title=The following table shows the effect of all available formats.}}
+
 
 +
The following table shows the effect of all available formats.
 +
 
 
{|class="wikitable plainlinks"
 
{|class="wikitable plainlinks"
 
|-
 
|-
Line 92: Line 87:
 
{{/frame|frame=thumb|ex='''thumb''' or '''thumbnail'''|float=yes|inline=no|render caption=yes}}
 
{{/frame|frame=thumb|ex='''thumb''' or '''thumbnail'''|float=yes|inline=no|render caption=yes}}
 
|}
 
|}
{{collapse bottom}}
 
  
==== Notes ====
+
When the height of an image in thumbnail is bigger than its width (i.e. in portrait orientation rather than landscape) and you find it too large, you may try the option <code>upright=N</code>, where N is the image's aspect ratio (its width divided by its height, defaulting to 0.75).
* When the height of an image in thumbnail is bigger than its width (i.e. in portrait orientation rather than landscape) and you find it too large, you may try the option <code>upright=N</code>, where N is the image's aspect ratio (its width divided by its height, defaulting to 0.75).
+
The alternative is to specify the desired maximum height (in pixels) explicitly.
* The alternative is to specify the desired maximum height (in pixels) explicitly.
+
 
* By writing <code>thumb={filename}</code>, you can use a different image for the thumbnail.
+
Note that by writing <code>thumb={filename}</code>, you can use a different image for the thumbnail.
* In the examples above, the original size of the image is 400×267 pixels.
 
  
 
=== Size and frame ===
 
=== Size and frame ===
{{collapse top|title=Among different formats, the effect of the size parameter may be different, as shown by expanding this.}}
+
 
 +
Among different formats, the effect of the size parameter may be different, as shown below.
 +
 
 +
* For how it appears when its size is not specified, see [[#Format|Format]] section above.
 +
* When the format is not specified, or only <code>border</code>ed, the size can be both reduced and enlarged to any specified size.
 +
* In the examples below, the original size of the image is 400×267 pixels.
 +
* An image with <code>frame</code> always '''ignores''' the size specification; the original image will be reduced if it exceeds the maximum size defined in user preferences, and the page information will display a Linter error.
 +
* The size of an image with <code>thumb</code> or <code>frameless</code> can be reduced, but cannot be enlarged beyond the original size of the image.
 +
 
 
{|class="wikitable"
 
{|class="wikitable"
 
|-
 
|-
Line 113: Line 114:
 
{{/size|frame=frameless}}
 
{{/size|frame=frameless}}
 
|}
 
|}
{{collapse bottom}}
 
==== Notes ====
 
* For how it appears when its size is not specified, see [[#Format|Format]] section above.
 
* When the format is not specified, or only <code>border</code>ed, the size can be both reduced and enlarged to any specified size.
 
* In the examples above, the original size of the image is 400×267 pixels.
 
* An image with <code>frame</code> always '''ignores''' the size specification; the original image will be reduced if it exceeds the maximum size defined in user preferences, and the page information will display a Linter error.
 
* The size of an image with <code>thumb</code> or <code>frameless</code> can be reduced, but cannot be enlarged beyond the original size of the image.
 
  
 
=== Horizontal alignment ===
 
=== Horizontal alignment ===
{{collapse top|title=The following table shows the effects of horizontal alignment.}}
+
 
 +
Note that when using the <code>frame</code> or <code>thumb[nail]</code> formats, the default horizontal alignment will be ''right'' for left-to-right languages, and ''left'' for right-to-left languages.
 +
 
 
{|class="wikitable"
 
{|class="wikitable"
 
|-
 
|-
Line 134: Line 130:
 
{{/frame|2=100px|frame=right|ex=specify horizontal alignment as: '''right'''|inline=no|float=yes}}
 
{{/frame|2=100px|frame=right|ex=specify horizontal alignment as: '''right'''|inline=no|float=yes}}
 
|}
 
|}
{{collapse bottom}}
 
==== Notes ====
 
* When using the <code>frame</code> or <code>thumb[nail]</code> formats, the default horizontal alignment will be ''right'' (As BTW's default and only language is English, and it is a ''left-to-right'' language.)
 
  
 
=== Vertical alignment ===
 
=== Vertical alignment ===
Line 142: Line 135:
 
They alter the way the inlined image will be vertically aligned with the text present in the same block before and/or after this image on the same rendered row.
 
They alter the way the inlined image will be vertically aligned with the text present in the same block before and/or after this image on the same rendered row.
  
==== Examples ====
+
Note that the rendered line of text where inline images are inserted (and the lines of text rendered after the current one) may be moved down (this will increase the line-height conditionally by additional line spacing, just as it may occur with spans of text with variable font sizes, or with superscripts and subscripts) to allow the image height to be fully displayed with this alignment constraint.
In these examples, to show the alignment result more clearly, the text spans are overlined and underlined, the font-size is increased to 200%, and the paragraph block is outlined with a thin border; additionally images of different sizes are aligned:
 
  
{{collapse top|title=Toggle source code view}}
+
<div class="mw-collapsible mw-collapsed">
 +
<div class="mw-collapsible-toggle toccolours" style="float:none;text-align:center">'''{{Blue|1=Toggle source code view}}'''</div>
 +
<div class="mw-collapsible-content">
 
<syntaxhighlight lang="html4strict">
 
<syntaxhighlight lang="html4strict">
 
<p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2">
 
<p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2">
Line 191: Line 185:
 
'''bottom:'' [[File:Example.jpg|20px|bottom]] [[File:Example.jpg|40px|bottom]] [[File:Example.jpg|100px|bottom]]
 
'''bottom:'' [[File:Example.jpg|20px|bottom]] [[File:Example.jpg|40px|bottom]] [[File:Example.jpg|100px|bottom]]
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
</syntaxhighlight></div>
+
</syntaxhighlight></div></div>
{{collapse bottom}}
+
 
 +
To show the alignment result more clearly, the text spans are overlined and underlined, the font-size is increased to 200%, and the paragraph block is outlined with a thin border; additionally images of different sizes are aligned:
  
 
<p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2">
 
<p style="border:1px solid #AAA;padding:0;font-size:150%;line-height:2">
Line 239: Line 234:
 
<del>text</del></u></span></p>
 
<del>text</del></u></span></p>
  
====Notes====
+
Notes:
* The rendered line of text where inline images are inserted (and the lines of text rendered after the current one) may be moved down (this will increase the line-height conditionally by additional line spacing, just as it may occur with spans of text with variable font sizes, or with superscripts and subscripts) to allow the image height to be fully displayed with this alignment constraint.
+
 
* The "middle" vertical alignment position of the image (which is also the default) usually refers to the middle between the x-height and the baseline of the text (on which the vertical middle of the image will be aligned, and on which usually the text may be overstroke), but not to the middle of the line-height of the font-height that refers to the space between the "text-top" and "text-bottom" positions ; the font-height excludes:
+
# The "middle" vertical alignment position of the image (which is also the default) usually refers to the middle between the x-height and the baseline of the text (on which the vertical middle of the image will be aligned, and on which usually the text may be overstroke), but not to the middle of the line-height of the font-height that refers to the space between the "text-top" and "text-bottom" positions ; the font-height excludes:
** The additional line separation spacing normally divided equally into two line-margins (here 0.5em, according to line-height set to 200%) above and below the font-height).
+
#* the additional line separation spacing normally divided equally into two line-margins (here 0.5em, according to line-height set to 200%) above and below the font-height).
** The additional line spacing which may be added by superscripts and subscripts.
+
#* the additional line spacing which may be added by superscripts and subscripts.
* If the image height causes its top or bottom position to go above or below the normal full line-height of text, the middle position will be adjusted after the increasing the top and/or bottom line-margins so that the image can fit and align properly, and all images (including those with smaller heights) will be vertically centered on the adjusted middle position (for computing the effective line-height, the text of each rendered row with the larger font-height will be considered).
+
# However, if the image height causes its top or bottom position to go above or below the normal full line-height of text, the middle position will be adjusted after the increasing the top and/or bottom line-margins so that the image can fit and align properly, and all images (including those with smaller heights) will be vertically centered on the adjusted middle position (for computing the effective line-height, the text of each rendered row with the larger font-height will be considered).
* The "text-top" and "text-bottom" alignment positions also excludes the extra line spacing added by superscripts and subscripts, but not the additional line-spacing defined by the line-height.
+
# The "text-top" and "text-bottom" alignment positions also excludes the extra line spacing added by superscripts and subscripts, but not the additional line-spacing defined by the line-height.
* The "top" and "bottom" alignment positions take into account all these extra line spacings (including superscripts and subscripts, if they are present in a rendered line span).  
+
# The "top" and "bottom" alignment positions take into account all these extra line spacings (including superscripts and subscripts, if they are present in a rendered line span). When the image alignment constrains the image to grow above or below the normal line-spacing, and the image is not absolutely positioned, the image will cause the "top" and "bottom" positions to be adjusted (just like superscripts and subscripts), so the effective line-height between rendered lines of text will be higher.
* When the image alignment constrains the image to grow above or below the normal line-spacing, and the image is not absolutely positioned, the image will cause the "top" and "bottom" positions to be adjusted (just like superscripts and subscripts), so the effective line-height between rendered lines of text will be higher.
+
# The "underline", "overline" and "overstrike" text-decoration positions should be somewhere within these two limits and ''may'' depend on the type and height of fonts used (the superscript and subscript styles may be taken into account in some browsers, but usually these styles are ignored and the position of these decorations may not be adjusted); so these decorations normally don't affect the vertical position of images, relatively to the text.
* The "underline", "overline" and "overstrike" text-decoration positions should be somewhere within these two limits and ''may'' depend on the type and height of fonts used (the superscript and subscript styles may be taken into account in some browsers, but usually these styles are ignored and the position of these decorations may not be adjusted); so these decorations normally don't affect the vertical position of images, relatively to the text.
 
  
 
=== Stopping the text flow ===
 
=== Stopping the text flow ===
Line 260: Line 254:
  
 
=== Altering the default link target ===
 
=== Altering the default link target ===
{{collapse top|title=The following table shows how to alter the link target (whose default is the image description page) or how to remove it.
+
The following table shows how to alter the link target (whose default is the image description page) or how to remove it.
Changing the link does not alter the format described in the previous sections.}}
+
Changing the link does not alter the format described in the previous sections.
 +
 
 
{|class="wikitable plainlinks"
 
{|class="wikitable plainlinks"
 
|-
 
|-
Line 271: Line 266:
 
{{/frame|2=link=|ex=no link (external or file page)}}
 
{{/frame|2=link=|ex=no link (external or file page)}}
 
|}
 
|}
{{collapse bottom}}
 
  
 
== Rendering a gallery of images ==
 
== Rendering a gallery of images ==
Line 287: Line 281:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
==== Basic example ====
+
==== Notes ====
{{collapse top|title=Toggle source code view}}
+
* The image code is not enclosed in brackets when enclosed in gallery tags.
 +
* Captions are optional, and may contain wiki links or other formatting.
 +
* Some of the parameters controlling thumb output can also be used here, specifically the ones that modify the file (as opposed to ones that control where in the page the image falls).
 +
* The <code>File:</code> prefix can be omitted. However, it is helpful to include it as an aid for quickly locating image specifiers in the wikitext (for example, when cleaning up page layout).
 +
 
 +
==== Example ====
 +
 
 
<syntaxhighlight lang="moin">
 
<syntaxhighlight lang="moin">
 
<gallery>
 
<gallery>
Line 301: Line 301:
 
</gallery>
 
</gallery>
 
</syntaxhighlight>
 
</syntaxhighlight>
</div>
+
 
{{collapse bottom}}
+
is formatted as:
 +
 
 
<gallery>
 
<gallery>
 
File:Example.jpg|Item 1
 
File:Example.jpg|Item 1
Line 324: Line 325:
 
* <code>slideshow</code> creates a slideshow of the images.
 
* <code>slideshow</code> creates a slideshow of the images.
  
==== Examples ====
+
For example:
All examples use the same images and captions, only replacing <code>mode="mode"</code> with the stated code.
 
  
===== packed-hover =====
 
{{collapse top|title=Toggle source code view}}
 
 
<syntaxhighlight lang="tid">
 
<syntaxhighlight lang="tid">
 
<gallery mode="packed-hover">
 
<gallery mode="packed-hover">
Line 344: Line 342:
 
</gallery>
 
</gallery>
 
</syntaxhighlight>
 
</syntaxhighlight>
{{collapse bottom}}
+
 
 +
Gives (mode: <code>packed-hover</code>):
 +
 
 
<gallery mode="packed-hover">
 
<gallery mode="packed-hover">
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
Line 358: Line 358:
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
</gallery>
 
</gallery>
===== traditional =====
+
 
{{collapse top|title=Toggle source code view}}
+
====Examples of the other modes====
<syntaxhighlight lang="tid">
+
 
 +
<code>mode="traditional"</code>
 
<gallery mode="traditional">
 
<gallery mode="traditional">
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
Line 374: Line 375:
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
</gallery>
 
</gallery>
</syntaxhighlight>
+
 
{{collapse bottom}}
+
<code>mode="nolines"</code>
<gallery mode="traditional">
 
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]]''
 
Atlas 2.jpg|AS7-00 ''Atlas'' "Jurn" from ''[[Experimental Technical Readout: Periphery|XTRO:Periphery]]''
 
Atlas RGilClan v24.png|''Atlas'' from ''[[Recognition Guide: ilClan, vol. 24|RGilClan: vol. 24]]''
 
Camodavionbrigadeofguards.png|An ''Atlas'' in colors of [[Davion Assault Guards]] from ''[[Camo Specs]]''
 
Camokuritaghost2.png|An AS7-K ''Atlas'' of [[DCMS]] [[7th Ghost]] from ''[[Field Manual: Draconis Combine|FM:DC]]''
 
Atlas (Heimdall) BTLegends.jpg|[[Anastasius Focht|Anastasius Focht's]] ''Atlas'' ''Heimdall'' from ''[[BattleTech: Legends|BT:Legends]]''
 
Atlas (Solitude) BTLegends.jpg|[[Jonah Levin|Jonah Levin's]] ''Atlas'' C 2 ''Solitude'' from ''BT:Legends''
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
</gallery>
 
===== nolines =====
 
{{collapse top|title=Toggle source code view}}
 
<syntaxhighlight lang="tid">
 
 
<gallery mode="nolines">
 
<gallery mode="nolines">
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
Line 405: Line 390:
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
</gallery>
 
</gallery>
</syntaxhighlight>
+
 
{{collapse bottom}}
+
<code>mode="packed"</code>
<gallery mode="nolines">
 
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]]''
 
Atlas 2.jpg|AS7-00 ''Atlas'' "Jurn" from ''[[Experimental Technical Readout: Periphery|XTRO:Periphery]]''
 
Atlas RGilClan v24.png|''Atlas'' from ''[[Recognition Guide: ilClan, vol. 24|RGilClan: vol. 24]]''
 
Camodavionbrigadeofguards.png|An ''Atlas'' in colors of [[Davion Assault Guards]] from ''[[Camo Specs]]''
 
Camokuritaghost2.png|An AS7-K ''Atlas'' of [[DCMS]] [[7th Ghost]] from ''[[Field Manual: Draconis Combine|FM:DC]]''
 
Atlas (Heimdall) BTLegends.jpg|[[Anastasius Focht|Anastasius Focht's]] ''Atlas'' ''Heimdall'' from ''[[BattleTech: Legends|BT:Legends]]''
 
Atlas (Solitude) BTLegends.jpg|[[Jonah Levin|Jonah Levin's]] ''Atlas'' C 2 ''Solitude'' from ''BT:Legends''
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
</gallery>
 
===== packed =====
 
{{collapse top|title=Toggle source code view}}
 
<syntaxhighlight lang="tid">
 
 
<gallery mode="packed">
 
<gallery mode="packed">
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
Line 436: Line 405:
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
</gallery>
 
</gallery>
</syntaxhighlight>
+
 
{{collapse bottom}}
+
<code>mode="packed-overlay"</code>
<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]]''
 
Atlas 2.jpg|AS7-00 ''Atlas'' "Jurn" from ''[[Experimental Technical Readout: Periphery|XTRO:Periphery]]''
 
Atlas RGilClan v24.png|''Atlas'' from ''[[Recognition Guide: ilClan, vol. 24|RGilClan: vol. 24]]''
 
Camodavionbrigadeofguards.png|An ''Atlas'' in colors of [[Davion Assault Guards]] from ''[[Camo Specs]]''
 
Camokuritaghost2.png|An AS7-K ''Atlas'' of [[DCMS]] [[7th Ghost]] from ''[[Field Manual: Draconis Combine|FM:DC]]''
 
Atlas (Heimdall) BTLegends.jpg|[[Anastasius Focht|Anastasius Focht's]] ''Atlas'' ''Heimdall'' from ''[[BattleTech: Legends|BT:Legends]]''
 
Atlas (Solitude) BTLegends.jpg|[[Jonah Levin|Jonah Levin's]] ''Atlas'' C 2 ''Solitude'' from ''BT:Legends''
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
</gallery>
 
===== packed-overlay =====
 
{{collapse top|title=Toggle source code view}}
 
<syntaxhighlight lang="tid">
 
 
<gallery mode="packed-overlay">
 
<gallery mode="packed-overlay">
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
Line 467: Line 420:
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
</gallery>
 
</gallery>
</syntaxhighlight>
+
 
{{collapse bottom}}
+
<code>mode="packed-hover"</code>
<gallery mode="packed-overlay">
 
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]]''
 
Atlas 2.jpg|AS7-00 ''Atlas'' "Jurn" from ''[[Experimental Technical Readout: Periphery|XTRO:Periphery]]''
 
Atlas RGilClan v24.png|''Atlas'' from ''[[Recognition Guide: ilClan, vol. 24|RGilClan: vol. 24]]''
 
Camodavionbrigadeofguards.png|An ''Atlas'' in colors of [[Davion Assault Guards]] from ''[[Camo Specs]]''
 
Camokuritaghost2.png|An AS7-K ''Atlas'' of [[DCMS]] [[7th Ghost]] from ''[[Field Manual: Draconis Combine|FM:DC]]''
 
Atlas (Heimdall) BTLegends.jpg|[[Anastasius Focht|Anastasius Focht's]] ''Atlas'' ''Heimdall'' from ''[[BattleTech: Legends|BT:Legends]]''
 
Atlas (Solitude) BTLegends.jpg|[[Jonah Levin|Jonah Levin's]] ''Atlas'' C 2 ''Solitude'' from ''BT:Legends''
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
</gallery>
 
===== packed-hover =====
 
{{collapse top|title=Toggle source code view}}
 
<syntaxhighlight lang="tid">
 
<gallery mode="packed-hover">
 
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]]''
 
Atlas 2.jpg|AS7-00 ''Atlas'' "Jurn" from ''[[Experimental Technical Readout: Periphery|XTRO:Periphery]]''
 
Atlas RGilClan v24.png|''Atlas'' from ''[[Recognition Guide: ilClan, vol. 24|RGilClan: vol. 24]]''
 
Camodavionbrigadeofguards.png|An ''Atlas'' in colors of [[Davion Assault Guards]] from ''[[Camo Specs]]''
 
Camokuritaghost2.png|An AS7-K ''Atlas'' of [[DCMS]] [[7th Ghost]] from ''[[Field Manual: Draconis Combine|FM:DC]]''
 
Atlas (Heimdall) BTLegends.jpg|[[Anastasius Focht|Anastasius Focht's]] ''Atlas'' ''Heimdall'' from ''[[BattleTech: Legends|BT:Legends]]''
 
Atlas (Solitude) BTLegends.jpg|[[Jonah Levin|Jonah Levin's]] ''Atlas'' C 2 ''Solitude'' from ''BT:Legends''
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
</gallery>
 
</syntaxhighlight>
 
{{collapse bottom}}
 
 
<gallery mode="packed-hover">
 
<gallery mode="packed-hover">
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
Line 515: Line 437:
  
 
<!-- Doesn't currently work possibly a MW versioning issue or a skin CSS/JS issue
 
<!-- Doesn't currently work possibly a MW versioning issue or a skin CSS/JS issue
===== slideshow =====
+
<code id="slideshow-demo">mode="slideshow"</code>
{{collapse top|title=Toggle source code view}}
 
<syntaxhighlight lang="tid">
 
<gallery mode="slideshow">
 
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]]''
 
Atlas 2.jpg|AS7-00 ''Atlas'' "Jurn" from ''[[Experimental Technical Readout: Periphery|XTRO:Periphery]]''
 
Atlas RGilClan v24.png|''Atlas'' from ''[[Recognition Guide: ilClan, vol. 24|RGilClan: vol. 24]]''
 
Camodavionbrigadeofguards.png|An ''Atlas'' in colors of [[Davion Assault Guards]] from ''[[Camo Specs]]''
 
Camokuritaghost2.png|An AS7-K ''Atlas'' of [[DCMS]] [[7th Ghost]] from ''[[Field Manual: Draconis Combine|FM:DC]]''
 
Atlas (Heimdall) BTLegends.jpg|[[Anastasius Focht|Anastasius Focht's]] ''Atlas'' ''Heimdall'' from ''[[BattleTech: Legends|BT:Legends]]''
 
Atlas (Solitude) BTLegends.jpg|[[Jonah Levin|Jonah Levin's]] ''Atlas'' C 2 ''Solitude'' from ''BT:Legends''
 
Atlas crosssection.jpg|Internal schematics of an ''Atlas'' from ''[[BattleTech: 25 Years of Art & Fiction|BT:25 Years]]''
 
</gallery>
 
</syntaxhighlight>
 
{{collapse bottom}}
 
 
<gallery mode="slideshow">
 
<gallery mode="slideshow">
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
 
3025_Atlas1.jpg|Original AS7-D ''Atlas'' from ''[[Technical Readout: 3025|TRO:3025]]''
Line 559: Line 464:
  
 
* <code>caption="{caption}"</code>: (caption text between double quotes for more than a word) sets a caption centered atop the gallery. Only plain text may be used in the caption; formatting, templates and the like will not work.
 
* <code>caption="{caption}"</code>: (caption text between double quotes for more than a word) sets a caption centered atop the gallery. Only plain text may be used in the caption; formatting, templates and the like will not work.
* <code>widths={width}px</code>: sets the (max) widths of the images; the default value is 120px. (It has no effect if mode is set to one of the following: packed, packed-overlay, packed-hover.) ''Note the plural: width'''s'''''.
+
* <code>widths={width}px</code>: sets the (max) widths of the images; the [[Special:MyLanguage/Manual:$wgGalleryOptions|default value]] is 120px. (It has no effect if mode is set to one of the following: packed, packed-overlay, packed-hover, slideshow.) ''Note the plural: width'''s'''''.
* <code>heights={heights}px</code>: sets the (max) heights of the images; the default value is 120px.
+
* <code>heights={heights}px</code>: sets the (max) heights of the images; the default value is 120px. (It has no effect if mode is set to slideshow.)
 
* <code>perrow={integer}</code>: sets the number of images per row. (It has no effect if mode is set to one of the following: packed, packed-overlay, packed-hover, slideshow.) 0 means automatically adjust based on width of screen.
 
* <code>perrow={integer}</code>: sets the number of images per row. (It has no effect if mode is set to one of the following: packed, packed-overlay, packed-hover, slideshow.) 0 means automatically adjust based on width of screen.
* <code>showfilename={anything}</code>: Show the filenames of the images in the individual captions for each image.
+
* <code>showfilename={anything}</code>: Show the filenames of the images in the individual captions for each image (1.17+).
* <code>mode={traditional|nolines|packed|packed-hover|packed-overlay}</code>.
+
* <code>mode={traditional|nolines|packed|packed-hover|packed-overlay|slideshow}</code>: See section above (1.22+; 1.28+ for "slideshow").
 +
* <code>showthumbnails</code>: For "slideshow" mode only, display the strip with image thumbnails below the slideshow by default (1.29+).
 +
 
 +
{{note|1=The widths and heights parameters are taken more as suggestions than strict values for packed (and related) modes. Packed modes will adjust the width of images in order to make each row the same length.}}
 +
 
 +
; Example 1
 +
 
 +
Syntax:
  
==== Examples ====
 
===== widths & heights =====
 
{{collapse top|title=Toggle source code view}}
 
 
<syntaxhighlight lang=html>
 
<syntaxhighlight lang=html>
 
<gallery widths=300px heights=200px>
 
<gallery widths=300px heights=200px>
Line 574: Line 483:
 
</gallery>
 
</gallery>
 
</syntaxhighlight>
 
</syntaxhighlight>
{{collapse bottom}}
+
 
 +
Result:
 +
 
 
<gallery widths="300px" heights="200px">
 
<gallery widths="300px" heights="200px">
 
File:Example.jpg|Lorem ipsum
 
File:Example.jpg|Lorem ipsum
Line 580: Line 491:
 
</gallery>
 
</gallery>
  
===== perrow & caption =====
+
; Example 2
{{collapse top|title=Toggle source code view}}
+
 
 +
Syntax:
 +
 
 
<syntaxhighlight lang=html>
 
<syntaxhighlight lang=html>
 
<gallery widths=60px heights=60px perrow=7 caption="sunflowers are groovy">
 
<gallery widths=60px heights=60px perrow=7 caption="sunflowers are groovy">
Line 596: Line 509:
 
</gallery>
 
</gallery>
 
</syntaxhighlight>
 
</syntaxhighlight>
{{collapse bottom}}
+
 
 +
Result:
  
 
<gallery widths="60px" heights="60px" perrow="7" caption="sunflowers are groovy">
 
<gallery widths="60px" heights="60px" perrow="7" caption="sunflowers are groovy">
Line 611: Line 525:
 
</gallery>
 
</gallery>
  
=== Notes ===
 
* The widths and heights parameters are taken more as suggestions than strict values for packed (and related) modes.
 
* Packed modes will adjust the width of images in order to make each row the same length.
 
  
 
== Row of images that will wrap to browser width ==
 
== Row of images that will wrap to browser width ==
This is an odd one, here are 3 examples that can possibly work.
+
One way that works for a row of images with varying widths is not to use "thumb" or "left" or "none".
=== Examples ===
+
If "thumb" is not used (and thus no captions) a row of images will wrap to the browser width.
{{collapse top|title=Toggle source code view}}
+
If necessary, narrow the browser window to see the images wrap to the next row.
 +
 
 
<pre>
 
<pre>
 
[[File:Example.jpg|220px]]
 
[[File:Example.jpg|220px]]
Line 629: Line 541:
 
[[File:Example.jpg|175px]]
 
[[File:Example.jpg|175px]]
 
</pre>
 
</pre>
{{collapse bottom}}
+
 
 
[[File:Example.jpg|220px]]
 
[[File:Example.jpg|220px]]
 
[[File:Example.jpg|100px]]
 
[[File:Example.jpg|100px]]
Line 638: Line 550:
 
[[File:Example.jpg|220px]]
 
[[File:Example.jpg|220px]]
 
[[File:Example.jpg|175px]]
 
[[File:Example.jpg|175px]]
{{collapse top|title=Toggle source code view}}
+
 
 +
'''To wrap images of varying widths with captions''' it is necessary to use div HTML for an unordered list. Along with <code>style="display: inline-block;"</code>. For more info and ideas see: [http://www.sitepoint.com/give-floats-the-flick-in-css-layouts Give Floats the Flick in CSS Layouts].
 +
 
 
<syntaxhighlight lang="html">
 
<syntaxhighlight lang="html">
 
<div><ul>  
 
<div><ul>  
Line 651: Line 565:
 
</ul></div>
 
</ul></div>
 
</syntaxhighlight>
 
</syntaxhighlight>
{{collapse bottom}}
+
 
 
<div><ul>  
 
<div><ul>  
 
<li style="display: inline-block;"> [[File:Example.jpg|thumb|none|220px|Caption 1]] </li>
 
<li style="display: inline-block;"> [[File:Example.jpg|thumb|none|220px|Caption 1]] </li>
Line 662: Line 576:
 
<li style="display: inline-block;"> [[File:Example.jpg|thumb|none|175px|Caption 8]] </li>
 
<li style="display: inline-block;"> [[File:Example.jpg|thumb|none|175px|Caption 8]] </li>
 
</ul></div>
 
</ul></div>
{{collapse top|title=Toggle source code view}}
+
 
 +
To '''align the top edge of images''' add the vertical-align command
 +
 
 
<syntaxhighlight lang="html">
 
<syntaxhighlight lang="html">
 
<div><ul>  
 
<div><ul>  
Line 675: Line 591:
 
</ul></div>
 
</ul></div>
 
</syntaxhighlight>
 
</syntaxhighlight>
{{collapse bottom}}
+
 
 
<div><ul>  
 
<div><ul>  
 
<li style="display: inline-block; vertical-align: top;"> [[File:Example.jpg|thumb|none|220px|Caption 1]] </li>
 
<li style="display: inline-block; vertical-align: top;"> [[File:Example.jpg|thumb|none|220px|Caption 1]] </li>
Line 687: Line 603:
 
</ul></div>
 
</ul></div>
  
=== Notes ===
+
Some wiki farms do not have all gallery options (such as "widths").
* One way that works for a row of images with varying widths is not to use "thumb" or "left" or "none".
+
Also, sometimes one wants varying widths for images in a row.
* If "thumb" is not used (and thus no captions) a row of images will wrap to the browser width.
+
Outside of a gallery, or the div HTML, it is impossible to have individual captions for images in a row of images that will wrap to the browser width.
* If necessary, narrow the browser window to see the images wrap to the next row.
+
Try it and see. Nothing else using wikitext works correctly. Images will either overlap stuff on the right, or force a horizontal scroll bar.
* To '''align the top edge of images''' add the vertical-align command.
+
 
* To wrap images of varying widths with captions, it is necessary to use div HTML for an unordered list. Along with <code>style="display: inline-block;"</code>. For more info and ideas see: [http://www.sitepoint.com/give-floats-the-flick-in-css-layouts Give Floats the Flick in CSS Layouts].
+
Using a left float ("left") for some images, combined with "none" for some of the images, will not work consistently either, especially if there is also a right sidebar of images.
* Outside a gallery, or the div HTML, it is impossible to have individual captions for images in a row of images that will wrap to the browser width.
+
Weird things will occur.
* Weird things will occur!
+
At narrower browser or screen widths an image out of the row may appear far down the page after the end of the right sidebar of images.
** You may need to try saving it and see, as previewing it only works so well.
 
** Nothing else using wikitext works correctly.  
 
** Images can (and will) either overlap stuff on the right, or force a horizontal scroll bar.
 
* Using a left float ("left") for some images, combined with "none" for some of the images, will not work consistently either, especially if there is also a right sidebar of images.
 
* At narrower browser or screen widths, an image out of the row may appear far down the page after the end of the right sidebar of images.
 
  
 
== Link behavior ==
 
== Link behavior ==

Please note that all contributions to BattleTechWiki are considered to be released under the GNU FDL 1.2 (see BattleTechWiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Advanced templates:

Editing: {{Merge}}   {{Moratorium}}   {{Otheruses| | | }}

Notices: {{NoEdit}}   {{Sign}}   {{Unsigned|name}}   {{Welcome}}

Administration: {{Essay}}   {{Policy}}   {{Procedure}}

This page is a member of 2 hidden categories: