Pomoc:Images: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
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..." |
Nie podano opisu zmian |
||
| Linia 1: | Linia 1: | ||
<div style="background-color: #f8f9fa; border: 1px solid #eaecf0; padding: 15px; border-radius: 8px; margin-bottom: 20px;"> | <div style="background-color: #f8f9fa; border: 1px solid #eaecf0; padding: 15px; border-radius: 8px; margin-bottom: 20px;"> | ||
<span style="font-size: 1.2em;">🖼️ | <span style="font-size: 1.2em;">🖼️ '''Embedding Images'''</span><br/> | ||
Learn how to insert, align, resize, and add captions to pictures in articles. | Learn how to insert, align, resize, and add captions to pictures in articles. | ||
</div> | </div> | ||
Wersja z 09:35, 29 lip 2026
🖼️ 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:
To produce the example above, type:
[[File:Example_image.svg|thumb|left|200px|Example image with caption]]