Convert images to webp

This commit is contained in:
ROllerozxa 2023-11-25 20:17:24 +01:00
parent 64a395d862
commit fe126bc3c8
7 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -1,8 +1,8 @@
![The Voxelmanip Minetest Wiki](https://grejer.voxelmanip.se/uploads/bikeshedding.png)
![The Voxelmanip Minetest Wiki](/assets/bikeshedding.webp)
*What colour would you want the bikeshed to be painted today?*
**Welcome to The Voxelmanip Minetest Wiki** (or Voxelmanip Wiki for short, non-SEO reasons). It is *a* Wiki about Minetest, but isn't *the* Minetest Wiki.
The Voxelmanip Wiki is an unofficial Wiki that mainly focuses on the modding and development aspects of Minetest. For information about Minetest Game or playing Minetest as a player, see the [Minetest Wiki](https://wiki.minetest.net) ([or the faster mirror](https://wiki.minetest.land))
To view the list of pages currently available, see the [Page Index](Special:PageIndex).
To view the list of pages currently available, see the [Page Index](Special:PageIndex).

View File

@ -13,7 +13,7 @@ NMPR has been made available at [<https://github.com/celeron55/minetest_nmpr>](h
[toc]
## Map (the voxels)
![Minetest Voxel Storage](/images/minetest_voxel_storage.png)
![Minetest Voxel Storage](/images/minetest_voxel_storage.webp)
- The main content of the Map is a `map<v2s16, MapSector*>` container.
- The main content of a MapSector is `map<s16, MapBlock*>`.

View File

@ -11,7 +11,7 @@ https://content.minetest.net/modnames/<modname>/
If you have uploaded your package, an alert will pop up on the package page if it contains technical names that already exist on ContentDB.
!["Please make sure that this package has the right to the names it uses."](/images/cdb_rtan_warning.png)
!["Please make sure that this package has the right to the names it uses."](/images/cdb_rtan_warning.webp)
Just because this message shows up doesn't necessarily mean you are violating the policy, as the name conflicts could fall under the exceptions mentioned below. The message is also used for ContentDB Editors to quickly check the validity of technical names used in a package during review.