Difference between revisions of "Template:Image"

From Bennu Wiki
Jump to navigation Jump to search
(Undo revision 7867 by Sandman (Talk))
 
(No difference)

Latest revision as of 07:37, 20 April 2010

Template

Image template.

Shows a certain image with a certain caption.

Variables:

image,
caption,
width,
[[Image:{{{image}}}]]

Example

{{Image
  | image   = New_map.png
  | caption = A newly created map using [[new_map]]().
  | width   = 100px
}}
New map.png
A newly created map using new_map().