Difference between revisions of "Template:Clickpic"

(I think those edits broke the template, yes? If I'm wrong, please revert. Sorry.)
(What broke it was the lack of a noinclude at the top. I already fixed that.)
 
Line 2: Line 2:
 
===Instructions===
 
===Instructions===
 
<pre>
 
<pre>
{{Clickpic|Foo.com|http://example.com/image.png}}
+
{{Clickpic|NameOfPage.com|http://ImageURLonAboutUs}}
 
</pre>
 
</pre>
 
: '''1''' = Link
 
: '''1''' = Link
: '''2''' = Image URL
+
: '''2''' = Image URL (not the link to the image page)
  
see alsos [[Template:ExtClickPic]]
+
==Example==
 +
 
 +
;Input
 +
<pre>
 +
{{Clickpic|AboutUs.org|http://images.aboutus.org/images/e/ec/AboutUsLogo_8bitTransparent.png}}
 +
</pre>
 +
 
 +
;Output
 +
 
 +
{{Clickpic|AboutUs.org|http://images.aboutus.org/images/e/ec/AboutUsLogo_8bitTransparent.png}}
 +
 
 +
 
 +
:'''See also''' [[Template:ExtClickPic]]
 
[[Category:AboutUs:Templates]]
 
[[Category:AboutUs:Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 20:24, 18 May 2009

{{{2}}}

Instructions

{{Clickpic|NameOfPage.com|http://ImageURLonAboutUs}}
1 = Link
2 = Image URL (not the link to the image page)

Example

Input
{{Clickpic|AboutUs.org|http://images.aboutus.org/images/e/ec/AboutUsLogo_8bitTransparent.png}}
Output

AboutUsLogo_8bitTransparent.png


See also Template:ExtClickPic