Jump to: navigation, search

Image/doc


Revision as of 14:36, 23 January 2013 by JKN (Talk | contribs) (1 revision)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template can be used as a wrapper to simplify the inclusion of an image in a template, where users may use several different forms of syntax.

It is primarily of use in templates and should not be used in articles directly (see File: syntax: Meta:Help:File).

Usage

  • {{Image | Example.svg | 20px}} → Example.svg
  • {{Image | File:Example.svg | 20px}} → Example.svg
  • {{Image | :File:Example.svg | 20px}} → Example.svg
  • {{Image | [[File:Example.svg|30px]] | 20px}} → Example.svg

Note that additional parameters are (deliberately) ignored if full image syntax is passed in the first parameter. You can pass up to five parameters directly otherwise:

  • {{Image | Example.svg | 20px | thumb | none | Foo}} →
    Foo

You can also pass arbitrary parameters accepted by the Image syntax if you separate them with {{!}}. You may need to number them explicitly if they contain an equals sign "=":

  • {{Image | Example.svg | 2= 20px{{!}}link=Main Page}} → Example.svg

See also