Difference between revisions of "Template:Clickpic"

(instructions)
(What broke it was the lack of a noinclude at the top. I already fixed that.)
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<span class="plainlinks">[{{SERVER}}{{localurl:{{{1}}}}} {{{2}}}]</span><noinclude>
+
<span class="plainlinks">[http://www.aboutus.org{{localurl:{{{1}}}}} {{{2}}}]</span><noinclude>
 
===Instructions===
 
===Instructions===
 
<pre>
 
<pre>
{{Clickpic|http://destination.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)
 +
 
 +
==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