Difference between revisions of "Template:Gif image"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (~margin;)
m (-margin; +additional css ;)
Line 1: Line 1:
<noinclude>Corrects the corruption problem with <tt>.gif</tt> images.</noinclude><includeonly>{{#ifeq:{{{2|}}}|thumb|<div style="background:#F9F9F9;border:1px solid #CCCCCC;padding:0.4em;width:{{{width}}}px;float:{{{float|right}}};margin-right=0.8em">|}}
+
<noinclude>Corrects the corruption problem with <tt>.gif</tt> images.</noinclude><includeonly>{{#ifeq:{{{2|}}}|thumb|<div style="background:#F9F9F9;border:1px solid #CCCCCC;padding:0.4em;width:{{{width}}}px;float:{{{float|right}}};{{{additional css}}}">|}}
 
[[File:{{{1|Image needed.svg}}}]]<br/>{{#if:{{{3|}}}{{{thumb|}}}|{{{3|{{{thumb|}}}}}}|}}{{#if:{{{2|}}}|</div>|}}</includeonly><noinclude>
 
[[File:{{{1|Image needed.svg}}}]]<br/>{{#if:{{{3|}}}{{{thumb|}}}|{{{3|{{{thumb|}}}}}}|}}{{#if:{{{2|}}}|</div>|}}</includeonly><noinclude>
 
== Parameters ==
 
== Parameters ==
Line 8: Line 8:
 
{{Parameter row|width|The width of the picture. You can find it on the file's page. Important if parameter <tt>float</tt> is set as <tt>left</tt> or <tt>center</tt>}}
 
{{Parameter row|width|The width of the picture. You can find it on the file's page. Important if parameter <tt>float</tt> is set as <tt>left</tt> or <tt>center</tt>}}
 
{{Parameter row|float|Set the thumb location. Needs parameter #2 set as <tt>thumb</tt>.|right}}
 
{{Parameter row|float|Set the thumb location. Needs parameter #2 set as <tt>thumb</tt>.|right}}
 +
{{Parameter row|additional css|Adds additional CSS code to the thumb.|Hidden}}
 
}}
 
}}
 
</noinclude>
 
</noinclude>

Revision as of 15:28, 30 December 2014

Corrects the corruption problem with .gif images.

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