Appearance
Images & files
Embed an uploaded file with ![[ ]] — a ! in front of a wikilink. Use the file's name directly (there is no File: prefix):
![[Calpheon_skyline.png]]
![[Calpheon_skyline.png|thumb|The Calpheon skyline at dusk]]Everything after the filename is a pipe-separated list of options; anything that isn't a recognized option becomes the caption.
Options
| Option | Effect |
|---|---|
300px | Set width to 300px |
x200px | Set height to 200px |
300x200px | Set width × height |
thumb / thumbnail | Thumbnail box with caption (floats right by default) |
frame / framed | Framed box with caption, full size |
frameless | No frame, but thumbnail-style sizing |
border | Add a thin border |
left / right / center / none | Alignment / float |
alt=… | Alt text |
link=Target | Wrap the image in a link (uses the slash grammar; link= with nothing means "no link") |
class=… | Add a CSS class |
| anything else | Caption |
![[Map.svg|thumb|left|250px|link=Black Desert Online/Maps|The world map]]Small images skip the info badge
Embedded images normally show a small i info badge on hover. It's omitted when you set a width or height of 50px or less (so tiny inline icons stay clickable).
Galleries
Show a grid of images with <gallery> — one Filename|caption per line:
<gallery>
Calpheon.png|Calpheon
Mediah.png|Mediah
Valencia.png|Valencia
</gallery>