Template:Image

From Bennu Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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().