<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki-pathfindersonline.designerthan.at/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=168.115.62.194</id>
	<title>Pathfinder Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-pathfindersonline.designerthan.at/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=168.115.62.194"/>
	<link rel="alternate" type="text/html" href="https://wiki-pathfindersonline.designerthan.at/w/Special:Contributions/168.115.62.194"/>
	<updated>2026-06-24T23:29:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>https://wiki-pathfindersonline.designerthan.at/index.php?title=Template:Superimpose/doc&amp;diff=225807</id>
		<title>Template:Superimpose/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki-pathfindersonline.designerthan.at/index.php?title=Template:Superimpose/doc&amp;diff=225807"/>
		<updated>2009-10-29T18:31:30Z</updated>

		<summary type="html">&lt;p&gt;168.115.62.194: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{tl|{{PAGENAME}}}} is a utility which superimposes one image over another, and positions it relative to the top left corner of the bottom image. Although [[w:Template:GBthumb|the original idea]] was to place a dot on a locator map based on editable coordinates, it can be used to precisely overlay any two images for any reason.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right;&amp;quot;&amp;gt;&lt;br /&gt;
{{Superimpose&lt;br /&gt;
  | base = US_Locator_Blank.svg&lt;br /&gt;
  | base_width = 288px&lt;br /&gt;
  | base_alt = Boulder is in north central Colorado, which in turn is just west of the center of the U.S.&lt;br /&gt;
  | base_caption = United States Locator Map&lt;br /&gt;
  | float = Red Dot.svg&lt;br /&gt;
  | float_width = 10px&lt;br /&gt;
  | x = 95&lt;br /&gt;
  | y = 80&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Superimpose&lt;br /&gt;
  | base = US_Locator_Blank.svg&lt;br /&gt;
  | base_width = 288px&lt;br /&gt;
  | base_alt = Boulder is in north central Colorado, which in turn is just west of the center of the U.S.&lt;br /&gt;
  | base_caption = United States Locator Map&lt;br /&gt;
  | float = Red Dot.svg&lt;br /&gt;
  | float_width = 10px&lt;br /&gt;
  | x = 95&lt;br /&gt;
  | y = 80&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using the Template ===&lt;br /&gt;
&lt;br /&gt;
To get started, you can simply copy this blank definition into your page, and fill in the data.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Superimpose&lt;br /&gt;
  | base = &lt;br /&gt;
  | base_width = &lt;br /&gt;
  | base_alt = &lt;br /&gt;
  | base_caption = &lt;br /&gt;
  | float = &lt;br /&gt;
  | float_width = &lt;br /&gt;
  | x = &lt;br /&gt;
  | y = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following blank definition includes all the parameters, including those less-commonly used.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Superimpose&lt;br /&gt;
  | base = &lt;br /&gt;
  | base_width = &lt;br /&gt;
  | base_alt = &lt;br /&gt;
  | base_caption = &lt;br /&gt;
  | base_link = &lt;br /&gt;
  | float = &lt;br /&gt;
  | float_alt = &lt;br /&gt;
  | float_width = &lt;br /&gt;
  | float_caption = &lt;br /&gt;
  | float_link = &lt;br /&gt;
  | x = &lt;br /&gt;
  | y = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parameter Definitions ===&lt;br /&gt;
&lt;br /&gt;
* '''base:''' File name of the base (bottom) image&lt;br /&gt;
* '''base_width:''' Width to display the base image, ''in pixels''&lt;br /&gt;
* '''base_alt:''' [[Alt text]] for the image, for visually impaired readers; see [[WP:ALT]]. This normally describes the combination of the two images.&lt;br /&gt;
* '''base_caption:''' Text to show when a user's mouse hovers over the base image; ignored if '''base_link''' is specified to be empty&lt;br /&gt;
* '''base_link:''' Name of page that the user should be sent to if they click on the base image. The special value &amp;quot;&amp;lt;code&amp;gt;file:&amp;lt;/code&amp;gt;&amp;quot;, stands for the file page for the base image. If empty, nothing happens if the user clicks on the base image. The default is &amp;quot;&amp;lt;code&amp;gt;file:&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
* '''float:'''  File name of the top image&lt;br /&gt;
* '''float_width:'''  Width to display the top image, ''in pixels''&lt;br /&gt;
* '''float_alt:''' Alt text for the top image. This is needed only if '''float_link''' is nonempty. Normally the alt text for the base image describes the combination of the two images, and this parameter is not needed.&lt;br /&gt;
* '''float_caption:''' Text to show when a user's mouse hovers over the top image; ignored if '''float_link''' is missing or empty&lt;br /&gt;
* '''float_link:''' Name of page that the user should be sent to if they click on the top image. This acts like '''base_link''', except it is for the top image, and it defaults to empty.&lt;br /&gt;
* '''x:''' distance to offset the top image from the left edge of the base image, ''in pixels or any other CSS-standard units''&lt;br /&gt;
* '''y:''' distance to offset the top image from the top edge of the base image, ''in pixels or any other CSS-standard units''&lt;br /&gt;
&lt;br /&gt;
=== A Note about the Locator Dot ===&lt;br /&gt;
&lt;br /&gt;
I originally built this template thinking I could use an SVG file with transparency (mostly for the dot in locator maps). However, it seems Internet Explorer users can't handle transparent PNGs without a fix that Wikimedia's not yet delivering, so for now I recommend using the GIF version in the example above. When IE better supports PNGs, we can swap the better format back in.&lt;br /&gt;
&amp;amp;mdash;[[User:Papayoung|Papayoung]] [[User_talk:Papayoung|&amp;amp;#9775;]] 02:06, 26 October 2005 (UTC)&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|Superimpose2}}, supports more layer superimposition.&lt;br /&gt;
* {{tl|Location map}}, places a single image over another at a map coordinate location&lt;br /&gt;
* {{tl|Lageplan}}, related template to Location map with specific features&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADD CATEGORIES BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[Category:Graphic templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ADD INTERWIKIS BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[de:Vorlage:Bild mit Markierung]]&lt;br /&gt;
[[eo:Ŝablono:Superimpose]]&lt;br /&gt;
[[es:Plantilla:Sobrepuesto]]&lt;br /&gt;
[[fi:Malline:Superimpose]]&lt;br /&gt;
[[fr:Modèle:Superpose]]&lt;br /&gt;
[[he:תבנית:החפפת תמונה]]&lt;br /&gt;
[[it:Template:Sovraimmagine]]&lt;br /&gt;
[[ja:Template:Superimpose]]&lt;br /&gt;
[[ko:Template:겹침]]&lt;br /&gt;
[[ka:თარგი:Superimpose]]&lt;br /&gt;
[[kn:Template:Superimpose]]&lt;br /&gt;
[[nl:Sjabloon:Superimpose]]&lt;br /&gt;
[[pl:Szablon:Superimpose]]&lt;br /&gt;
[[ro:Format:Suprapunere]]&lt;br /&gt;
[[ru:Шаблон:Superimpose]]&lt;br /&gt;
[[rmy:Format:Opralthovipen]]&lt;br /&gt;
[[sl:Predloga:Superponiraj]]&lt;br /&gt;
[[sv:Mall:Superponera]]&lt;br /&gt;
[[th:แม่แบบ:Superimpose]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>168.115.62.194</name></author>
	</entry>
</feed>