Template:Superimpose2/doc: Difference between revisions
Jump to navigation
Jump to search
en>Iorsh (Allow 52 images (complete card deck)) |
m (1 revision imported) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=== Usage === | === Usage === | ||
| Line 40: | Line 37: | ||
| t3 = | | t3 = | ||
}}</pre> | }}</pre> | ||
=== Parameter definitions === | === Parameter definitions === | ||
| Line 109: | Line 45: | ||
* '''base_style''': Additional CSS code | * '''base_style''': Additional CSS code | ||
* '''base_width''': Width to display the base image, ''in pixels'' | * '''base_width''': Width to display the base image, ''in pixels'' | ||
* '''base_alt''': [ | * '''base_alt''': [https://en.wikipedia.org/wiki/Alt_attribute alt attribute] for the base image, text for visually impaired readers; see [https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style/Accessibility/Alternative_text_for_images WP:ALT] for properly written alt text | ||
* '''base_caption''': Title attribute for the base image, served as the pop-up tooltip message when mouse lays over it. | * '''base_caption''': Title attribute for the base image, served as the pop-up tooltip message when mouse lays over it. | ||
** The pop-up message will display the alt text instead of title text in IE7 and older versions. This interpretation is now considered incorrect. | ** The pop-up message will display the alt text instead of title text in IE7 and older versions. This interpretation is now considered incorrect. | ||
| Line 123: | Line 59: | ||
* '''link''': Linking for the 1st layer image | * '''link''': Linking for the 1st layer image | ||
** When applying the 2nd-50th layer, add the number after all of the words ''float'', ''x'', ''y'', ''t'' and ''link'' of floating image-related parameters to indicate their layer order as shown in the example. The image of the greater number will always appears over the smaller number layer. | ** When applying the 2nd-50th layer, add the number after all of the words ''float'', ''x'', ''y'', ''t'' and ''link'' of floating image-related parameters to indicate their layer order as shown in the example. The image of the greater number will always appears over the smaller number layer. | ||
Latest revision as of 17:33, 10 March 2023
Usage
{{Superimpose2
| align =
| border =
| collapse =
| base =
| base_style =
| base_width = px
| base_alt =
| base_caption =
| base_link =
| float =
| float_width = px
| float_alt =
| float_caption =
| link =
| x =
| y =
| t =
| float2 =
| float2_width = px
| float2_alt =
| float2_caption =
| link2 =
| x2 =
| y2 =
| t2 =
| float3 =
| float3_width = px
| float3_alt =
| float3_caption =
| link3 =
| x3 =
| y3 =
| t3 =
}}
Parameter definitions
- align: Alignment of the base image in the content
- border: Grey border line around the image rim to distinguish from the pale background if necessary. Any input will activate the border. Empty entry for no border by default.
- collapse: enabling the [show/hide] button to toggle the display of overlap layer.
- base: File name of the base (bottom) image
- base_style: Additional CSS code
- base_width: Width to display the base image, in pixels
- base_alt: alt attribute for the base image, text for visually impaired readers; see WP:ALT for properly written alt text
- base_caption: Title attribute for the base image, served as the pop-up tooltip message when mouse lays over it.
- The pop-up message will display the alt text instead of title text in IE7 and older versions. This interpretation is now considered incorrect.
- base_link: Linking for the base image
- float: File name of the 1st layer image
- float_width: Width to display the 1st layer image, in pixels
- float_alt: alt attribute for the 1st layer image
- float_caption: Title attribute for the 1st layer image, served as the pop-up tooltip message when mouse lays over it.
- x: Distance to offset the 1st layer image from the left edge of the base image, in pixels
- y: Distance to offset the 1st layer image from the top edge of the base image, in pixels
- t: Text for the 1st layer
- If the text exceeding the border of the base dimension is undesirable, use another layer specifically for the text only.
- link: Linking for the 1st layer image
- When applying the 2nd-50th layer, add the number after all of the words float, x, y, t and link of floating image-related parameters to indicate their layer order as shown in the example. The image of the greater number will always appears over the smaller number layer.