Difference between revisions of "Template:External image"

From AmtWiki
(Created template.)
 
(Added docs and also category)
Line 1: Line 1:
<div style="width: {{{width|auto}}}; height: {{{height|auto}}}; float: {{{float|none}}};" class="external-image">{{{image}}}</div>
+
<div style="width: {{{width|auto}}}; height: {{{height|auto}}}; float: {{{float|none}}};" class="external-image">{{{image}}}</div>[[<noinclude>:</noinclude>Category:Pages with external images]]<noinclude>
 +
Usage:
 +
 
 +
<code><nowiki><external image</nowiki><br /><nowiki>
 +
|width=</nowiki><br /><nowiki>
 +
|height=</nowiki><br /><nowiki>
 +
|float=</nowiki><br /><nowiki>
 +
|image=</nowiki><br /><nowiki>
 +
}}</nowiki></code>
 +
 
 +
The only required param is image.  All of the others can be left blank.
 +
</noinclude>

Revision as of 15:27, 27 May 2014

{{{image}}}

Category:Pages with external images

Usage:

<external image
|width=
|height=
|float=
|image=
}}

The only required param is image. All of the others can be left blank.