Pomoc:Images

Z HarcWiki
Wersja z dnia 09:34, 29 lip 2026 autorstwa Ewewerban (dyskusja | edycje) (Created page with "<div style="background-color: #f8f9fa; border: 1px solid #eaecf0; padding: 15px; border-radius: 8px; margin-bottom: 20px;"> <span style="font-size: 1.2em;">🖼️ **Embedding Images**</span><br/> Learn how to insert, align, resize, and add captions to pictures in articles. </div> == 📌 Basic Image Syntax == To display an image uploaded to the wiki, use the following tag: * <nowiki>File:Example_image.svg</nowiki> == 🖼️ Thumbnails & Captions == To displ...")
(różn.) ← poprzednia wersja | przejdź do aktualnej wersji (różn.) | następna wersja → (różn.)
Przejdź do nawigacji Przejdź do wyszukiwania
 🖼️ **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