- This wiki is out of date, use the continuation of this wiki instead
Template:Image
From FenixWiki
Template
Image template.
Shows a certain image with a certain caption.
Variables:
image, caption, width,
{| border="1" celpadding="0" margin="0" style="border-collapse: collapse; background:#FFFAF0; font-size: 90%;"
| [[Image:{{{image}}}{{#if:{{{width|}}}|{{!}}{{width}}}}]]
{{#if:{{{caption|}}}|
:''{{{caption}}}''
}}
|}
Example
{{Image
| image = New_map.png
| caption = A newly created map using [[new_map]]().
| width = 100px
}}
|
|

