Help:Displaying web site screenshot thumbnails with MediaWiki
From semantic-mediawiki.org
Semantic extension(s): | Semantic Result Formats |
Further extension(s): | -/- |
Keyword(s): | -/- |
Description:
For displaying website screenshot thumbnails with MediaWiki, you have to write the full external link image (ending with ".jpeg") provided by www.robothumb.com.
You have to set true in your LocalSettings $wgAllowExternalImages
The syntax is simple :
https://www.robothumb.com/src/[url]@[size](.jpg)
where [url] is the URL of the page to be displayed, example: https://www.mywebsite.com
available sizes for the parameter [size] are :
- 100x75
- 120x90
- 160x120
- 180x135
- 240x180
- 320x240
- 560x420
- 640x480
- 800x600
The full external link image could be stored into a semantic value and displayed readily.
You can see examples here