<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.zenithxi.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AImgpop</id>
	<title>Template:Imgpop - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.zenithxi.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AImgpop"/>
	<link rel="alternate" type="text/html" href="https://wiki.zenithxi.com/index.php?title=Template:Imgpop&amp;action=history"/>
	<updated>2026-07-06T10:33:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.zenithxi.com/index.php?title=Template:Imgpop&amp;diff=1047&amp;oldid=prev</id>
		<title>Sargonnas: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.zenithxi.com/index.php?title=Template:Imgpop&amp;diff=1047&amp;oldid=prev"/>
		<updated>2025-04-02T19:31:25Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 15:31, 2 April 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Sargonnas</name></author>
	</entry>
	<entry>
		<id>https://wiki.zenithxi.com/index.php?title=Template:Imgpop&amp;diff=1046&amp;oldid=prev</id>
		<title>zenithxi&gt;Spicyryan at 23:07, 22 May 2022</title>
		<link rel="alternate" type="text/html" href="https://wiki.zenithxi.com/index.php?title=Template:Imgpop&amp;diff=1046&amp;oldid=prev"/>
		<updated>2022-05-22T23:07:26Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{imgpop|Text|Filename|width=###|bgcolor=(color))|link=(page)}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* You may &amp;lt;nowiki&amp;gt;[[Link]]&amp;lt;/nowiki&amp;gt; the &amp;#039;&amp;#039;&amp;#039;Text&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
:* If the &amp;#039;&amp;#039;&amp;#039;Text&amp;#039;&amp;#039;&amp;#039; is linked it accepts all valid parameters that a normal wikilink would.&lt;br /&gt;
::*Some Examples but not all.&lt;br /&gt;
:::* &amp;lt;nowiki&amp;gt;[[Divine Sword|Tizona]]&amp;lt;/nowiki&amp;gt; Would make it link to Divine Sword page but the text displayed would be Tizona.&lt;br /&gt;
:::* &amp;lt;nowiki&amp;gt;[[File:Western_Adoulin_Map.png|width=100]]&amp;lt;/nowiki&amp;gt; Would display the map Western Adoulin but instead of its true width of 512 pixels it would be displayed as 100 pixels wide. It would also scale its height. (Note: This is for the page displayed image not the popup image.)&lt;br /&gt;
::::* Height is inherited based on width and size of image. Sadly it can&amp;#039;t be defined with internal images either.&lt;br /&gt;
&lt;br /&gt;
:::* &amp;lt;nowiki&amp;gt;[[File:File:Divine_Sword_icon.png|link=Tizona]]&amp;lt;/nowiki&amp;gt; Would display the Divine Sword Icon image but make it, the icon only not the popup image, link to the Tizona page.&lt;br /&gt;
::::* There is fully working example for setting both the icon and popup image below.&lt;br /&gt;
&lt;br /&gt;
* Default bgcolor is &amp;#039;&amp;#039;&amp;#039;#FFFFFF&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* Default width is &amp;#039;&amp;#039;&amp;#039;366&amp;#039;&amp;#039;&amp;#039; for popup images.&lt;br /&gt;
&lt;br /&gt;
See Also: [[Template:imgpop2]]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
*Working over text with default settings.&lt;br /&gt;
:*&amp;lt;nowiki&amp;gt;{{imgpop|Divine Sword|Divine_Sword_description.png}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::*{{imgpop|Divine Sword|Divine_Sword_description.png}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Working over linked article (hyperlinked-text) with background color that is lime green.&lt;br /&gt;
:*&amp;lt;nowiki&amp;gt;{{imgpop|[[Divine Sword]]|Divine_Sword_description.png|bgcolor=#99CC00}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::*{{imgpop|[[Divine Sword]]|Divine_Sword_description.png|bgcolor=#99CC00}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Working over linked article (hyperlinked-text) Divine Sword but changing the displayed name to Tizona with background color that is lime green.&lt;br /&gt;
:*&amp;lt;nowiki&amp;gt;{{imgpop|[[Divine Sword|Tizona]]|Divine_Sword_description.png|bgcolor=#99CC00}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::*{{imgpop|[[Divine Sword|Tizona]]|Divine_Sword_description.png|bgcolor=#99CC00}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Working over an image with custom width (50) and popup image set to go to the Tizona page instead. The icon image links to its default link of File:Divine_Sword_icon.png. Next example shows how to also change where the icon links too.&lt;br /&gt;
:*&amp;lt;nowiki&amp;gt;{{imgpop|[[File:Divine_Sword_icon.png]]|Divine_Sword_description.png|width=50|link=Tizona}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::*{{imgpop|[[File:Divine_Sword_icon.png]]|Divine_Sword_description.png|width=50|link=Tizona}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Working over an image with icon image linking to Divine Sword page instead and the popup image set to go to the Tizona page.&lt;br /&gt;
:*&amp;lt;nowiki&amp;gt;{{imgpop|[[File:Divine_Sword_icon.png|link=Divine Sword]]|Divine_Sword_description.png|width=300|link=Tizona}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::*{{imgpop|[[File:Divine_Sword_icon.png|link=Divine Sword]]|Divine_Sword_description.png|width=300|link=Tizona}}&lt;br /&gt;
&lt;br /&gt;
==Coding==&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;span class=&amp;quot;has-image-popup&amp;quot;&amp;gt;{{{1}}}&amp;lt;span class=&amp;quot;image-popup&amp;quot; style=&amp;quot;z-index: 10;width: {{{width|366}}}px; padding: 1px; background-color: {{{bgcolor|#FFFFFF}}}; border: 1px solid #DDDDDD; text-align: center;&amp;quot;&amp;gt;{{#switch:={{{2}}}|#default=[[{{ns:6}}:{{{2}}}|{{{width|366}}}px|{{#if:{{{link|}}}|link={{{link}}}}}|link=]]}}&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>zenithxi&gt;Spicyryan</name></author>
	</entry>
</feed>