<?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=125.24.201.181</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=125.24.201.181"/>
	<link rel="alternate" type="text/html" href="https://wiki-pathfindersonline.designerthan.at/w/Special:Contributions/125.24.201.181"/>
	<updated>2026-05-03T09:09:12Z</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=225794</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=225794"/>
		<updated>2008-04-06T07:24:50Z</updated>

		<summary type="html">&lt;p&gt;125.24.201.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{template doc page transcluded}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{template doc page viewed directly}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&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| base = US_Locator_Blank.svg&lt;br /&gt;
  | base_width = 288px&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;
  | float_caption = Boulder, Colorado&lt;br /&gt;
  | x = 95&lt;br /&gt;
  | y = 80&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The wikicode below will create the image at right:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-right: 300px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Superimpose| base = US_Locator_Blank.svg&lt;br /&gt;
  | base_width = 288px&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;
  | float_caption = Boulder, Colorado&lt;br /&gt;
  | x = 95&lt;br /&gt;
  | y = 80&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/div&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| base = &lt;br /&gt;
  | base_width = &lt;br /&gt;
  | base_caption = &lt;br /&gt;
  | float = &lt;br /&gt;
  | float_width = &lt;br /&gt;
  | float_caption = &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_caption:''' Text to show when a user's mouse hovers over the base image&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_caption:'''  Text to show when a user's mouse hovers over the top image&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;
&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;
[[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;
[[kn:Template:Superimpose]]&lt;br /&gt;
[[nl:Sjabloon:Superimpose]]&lt;br /&gt;
[[ro:Format:Suprapunere]]&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>125.24.201.181</name></author>
	</entry>
</feed>