Difference between revisions of "Template:Gif image"
From Kerbal Space Program Wiki
m (-margin; +additional css ;) |
(+a bit more documentation;) |
||
Line 1: | Line 1: | ||
− | + | {{#ifeq:{{{2|<noinclude>thumb</noinclude>}}}|thumb|<div style="background:#F9F9F9;border:1px solid #CCCCCC;padding:0.4em;width:{{{width}}}px;float:{{{float|right}}};{{{additional css|}}}">|}} | |
− | [[File:{{{1| | + | [[File:{{{1<noinclude>|Ikes libration.gif</noinclude>}}}]]<br/>{{#if:{{{3|}}}{{{thumb<includeonly>|</includeonly>}}}|{{{3|{{{thumb|<noinclude>One animation that isn't working</noinclude>}}}}}}|}}{{#if:{{{2|<noinclude>thumb</noinclude>}}}|</div>|}}</includeonly><noinclude>[[File:Ikes libration.gif|thumb|How it should work.]] |
+ | |||
+ | Workaround for the corruption problem with <tt>.gif</tt> images. It should only be applied when a normal inclusion doesn't work. The following template should then be added to the file page: | ||
+ | |||
+ | {{Box|type=error|Thumbnails of this image don't render correctly. This is known but unfortunately it is unknown when it gets fixed. See also [[User_talk:N3X15#Gif_thumbnail_animations_aren.27t_working|N3X15's talk page]].}} | ||
+ | |||
+ | Code for the box: <pre style="white-space:normal">{{Box|type=error|Thumbnails of this image don't render correctly. This is known but unfortunately it is unknown when it gets fixed. See also [[User_talk:N3X15#Gif_thumbnail_animations_aren.27t_working|N3X15's talk page]].}}</pre> | ||
+ | |||
== Parameters == | == Parameters == | ||
{{Parameter table|name=text|style=hover|parameters= | {{Parameter table|name=text|style=hover|parameters= |
Latest revision as of 01:26, 31 December 2014
</includeonly>Workaround for the corruption problem with .gif images. It should only be applied when a normal inclusion doesn't work. The following template should then be added to the file page:
Code for the box:{{Box|type=error|Thumbnails of this image don't render correctly. This is known but unfortunately it is unknown when it gets fixed. See also [[User_talk:N3X15#Gif_thumbnail_animations_aren.27t_working|N3X15's talk page]].}}
Parameters
Name | Optional | Description | Default |
---|---|---|---|
1 | No | File name. Don't write the File: prefix. | |
2 | Yes | If set as thumb, creates a thumb around the image. | Hidden |
3 | Yes | Adds text in the thumb. Needs parameter #2 set as thumb. | Not set/Hidden |
width | No | The width of the picture. You can find it on the file's page. Important if parameter float is set as left or center | |
float | Yes | Set the thumb location. Needs parameter #2 set as thumb. | right |
additional css | Yes | Adds additional CSS code to the thumb. | Hidden |