🖼️ Embedding Images
Learn how to insert, align, resize, and add captions to pictures in articles.

📌 Basic Image Syntax

To display an image uploaded to the wiki, use the following tag:

  • [[File:Example_image.svg]]

🖼️ Thumbnails & Captions

To display an image with a border and a caption box (recommended for articles):

  • [[File:Example_image.svg|thumb|Your description here]]

📐 Alignment & Sizing

You can specify where the image appears and change its width:

Positioning

  • **Right (Default)**: [[File:Example_image.svg|thumb|right|Description]]
  • **Left**: [[File:Example_image.svg|thumb|left|Description]]
  • **Center**: [[File:Example_image.svg|thumb|center|Description]]

Custom Width

  • **150px wide**: [[File:Example_image.svg|thumb|150px|Description]]
  • **250px wide**: [[File:Example_image.svg|thumb|250px|Description]]

💡 Live Example

Here is how a formatted image looks on the page:

 
Example image with caption


To produce the example above, type:

[[File:Example_image.svg|thumb|left|200px|Example image with caption]]

← Back to Help Index