Difference between revisions of "Template:Stacked image/doc"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
* link: Optional. Defaults to link to bottom image used. | * link: Optional. Defaults to link to bottom image used. | ||
* float: Optional. Defaults to none. Typically only none, left, and right will be necessary. | * float: Optional. Defaults to none. Typically only none, left, and right will be necessary. | ||
− | + | * padding: Add padding to the left of the stacked image, measured in pixels. Positive moves it right, negative moves it right. Optional. Defaults to 0. | |
== Examples == | == Examples == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Named === | === Named === | ||
<pre>{{Stacked image|bottom image=GeneBackground Endogene.png|top image=Gene DeadCalm.png|width=48|caption=Example text|link=Genes#Dead calm}}</pre> | <pre>{{Stacked image|bottom image=GeneBackground Endogene.png|top image=Gene DeadCalm.png|width=48|caption=Example text|link=Genes#Dead calm}}</pre> | ||
Line 35: | Line 28: | ||
Produces: | Produces: | ||
{{Stacked image|GeneBackground Xenogene.png|Gene Depressive.png|64|Example text|Genes#Very unhappy|right}} | {{Stacked image|GeneBackground Xenogene.png|Gene Depressive.png|64|Example text|Genes#Very unhappy|right}} | ||
+ | |||
+ | === Padding === | ||
+ | {| class="wikitable" style="text-align: center;" | ||
+ | |- | ||
+ | | width=100px height=50px | {{Stacked image|GeneBackground Xenogene.png|Gene WoundHealingRateSuperfast.png|64|Example text|Genes#Superfast wound healing}} | ||
+ | | width=100px height=50px | {{Stacked image|GeneBackground Xenogene.png|Gene WoundHealingRateSuperfast.png|64|Example text|Genes#Superfast wound healing||20}} | ||
+ | |- | ||
+ | | Unpadded | ||
+ | | Padded | ||
+ | |} | ||
<noinclude>[[Category: Template documentation]]</noinclude> | <noinclude>[[Category: Template documentation]]</noinclude> | ||
<includeonly>[[Category: Formatting templates]]</includeonly> | <includeonly>[[Category: Formatting templates]]</includeonly> |
Latest revision as of 14:33, 7 March 2023
As the name implies, this template allows for the stacking of images. It is based on Wikipedia's Template:Stacked image
Note that at this time, the sizes of the image have to be the same.
Parameters[edit]
The template takes the following parameters either unnamed in this order, or named in any order. Best practice is to maintain this order regardless.
- bottom image: Mandatory
- top image: Mandatory
- width: Optional. Defined in px. Defaults to 300
- caption: Caption to display on mouse hover. Optional. Defaults to link.
- link: Optional. Defaults to link to bottom image used.
- float: Optional. Defaults to none. Typically only none, left, and right will be necessary.
- padding: Add padding to the left of the stacked image, measured in pixels. Positive moves it right, negative moves it right. Optional. Defaults to 0.
Examples[edit]
Named[edit]
{{Stacked image|bottom image=GeneBackground Endogene.png|top image=Gene DeadCalm.png|width=48|caption=Example text|link=Genes#Dead calm}}
Produces:
Unnamed[edit]
{{Stacked image|GeneBackground ArchiteGene.png|Gene Ageless.png|128|Example text|Genes#Ageless}}
Produces:
Float right[edit]
{{Stacked image|GeneBackground Xenogene.png|Gene Depressive.png|64|Example text|Genes#Very unhappy|right}}
Produces:
Padding[edit]
Unpadded | Padded |