Contributing:Maintaining certain pages

From Space Station 14 Wiki
Revision as of 11:15, 8 February 2025 by Aliser (talk | contribs)


Maps

Page: Maps

Thumb images

Map images are shown as thumbnail images (small images) to prevent slow load and performance issues.

Thumb images should be in webp format, 300px wide (the maximum allowed thumbnail size in user preferences). Height doesn't matter.

Changing the format and resizing can be done with an online tool or locally. Author recommends using libwebp — the official webp CLI utility, although that requires some console commands knowledge.

If using libwebp, to convert from another image format to webp and resize, use:

cwebp map_image.png -o map_image.webp -resize 300 0 -q 100

where map_image.png is the input filename, and map_image.webp is the output filename.

Full size images

3 links at the start of each section link to:

  1. map.spacestation14.com - an interactive map.
  2. this wiki - for storing full scale map images.
  3. mapserver.spacestation14.com - for storing full scale map image externally.

For the wiki image, use a direct link to the image file instead of the file page. File pages contain previous versions and can degrade performance significantly.