Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Wikipedia: Mediawiki

Thumbnailing images from a website

 

 

Wikipedia mediawiki RSS feed   Index | Next | Previous | View Threaded


David.Price at austinsmithlord

Sep 16, 2009, 1:28 AM

Post #1 of 3 (632 views)
Permalink
Thumbnailing images from a website

Dear All,

Is it possible to link a webpage and have that webpage thumb nailed as an image?

I can add a link to a webpage but would like to see a thumbnail with the link.

Thanks

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


clausvb.wikipedia at mailnull

Sep 17, 2009, 3:44 AM

Post #2 of 3 (557 views)
Permalink
Re: Thumbnailing images from a website [In reply to]

Perhaps I am wrong, but I think you will need to program an Extension.

The following Syntax will NOT work:

[http://ix.de [[File:2009-06-04_pic.png]]]

I have take more than 20 minutes to search
http://www.mediawiki.org/wiki/Manual:Configuration_settings
but I could not find anything to
- use external images
- create external hyperlinks with thumbnails

Therefore you have to write your own extension, which should not be
too hard in this matter.

http://www.mediawiki.org/wiki/Manual:Extensions

Regards,
Claus

PS: If you have never written an Extension, here is a short example:

---
$wgExtensionFunctions[] = 'example';

function example()
{
global $wgParser;
$wgParser->setHook('example', 'process_input');
}

function process_input($input, $args, $parser)
{
return 'Hello World! Your input: ' . htmlspecialchars($input);
}
---

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


magnusmanske at googlemail

Sep 17, 2009, 3:51 AM

Post #3 of 3 (565 views)
Permalink
Re: Thumbnailing images from a website [In reply to]

On Wed, Sep 16, 2009 at 9:28 AM, David Price
<David.Price [at] austinsmithlord> wrote:
>
>
>
> Dear All,
>
> Is it possible to link a webpage and have that webpage thumb nailed as an image?
>
> I can add a link to a webpage but would like to see a thumbnail with the link.

To automatically create a thumbnail of a website, see
http://www.webmasterworld.com/forum21/9182.htm

You'd have to write that up as an extension. With thumbnail caching
(otherwise, server overload). Good luck. :-)

Cheers,
Magnus

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Wikipedia mediawiki RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.