Difference between revisions of "Help:Contents"

From Minetest Wiki
Jump to navigation Jump to search
(Creation.)
 
(Added content.)
Line 1: Line 1:
Describe how the wiki pages are organized, how images are generated. (Work in progress --[[User:Ol|Ol]] ([[User talk:Ol|talk]]) 01:19, 10 September 2013 (MSK)).
+
__NOTOC__
 +
 
 +
== Wiki rules ==
 +
* Articles must be related to Minetest without third party mods installed, only minetest_game (a collection of mods packaged with the engine).
 +
* The wiki is not a place where to store personal content, images...
 +
 
 +
== Contributing ==
 +
Help improving this wiki. If you have some technical skills, you may also contribute to the [http://dev.minetest.net development wiki].
 +
 
 +
== Style ==
 +
=== Blocks ===
 +
3D [[Blocks|blocks]] used in the wiki (ex. [[File:Wooden_Planks.png|20px]]) are generated using [http://www.blender.org Blender] and the <code>.blend</code> file linked in this [https://forum.minetest.net/viewtopic.php?pid=21076#p21076 forum post] created by [[User:Calinou|Calinou]].
 +
 
 +
Files are 150x150 PNGs.
 +
 
 +
=== Items ===
 +
[[Items]] (ex. [[File:Apple.png|20px]]) are displayed in the wiki as 2D images ranging from 20x20 to 160x160 pixels.
 +
 
 +
It is advised to create a unique version of 160x160. If you use a 16x16 image, browsers will scale up the image using interpolation and the result will not look very clean.
 +
 
 +
Create images by extracting the 16x16 version available in the [https://github.com/minetest/minetest_game GitHub repository] and scale them to 160x160. Do not use scaling interpolation so that pixelized appearance in maintained. You can use [http://www.gimp.org/ GIMP] for this task.
 +
 
 +
Note: currently many of the items are still 64x64.

Revision as of 20:36, 11 September 2013


Wiki rules

  • Articles must be related to Minetest without third party mods installed, only minetest_game (a collection of mods packaged with the engine).
  • The wiki is not a place where to store personal content, images...

Contributing

Help improving this wiki. If you have some technical skills, you may also contribute to the development wiki.

Style

Blocks

3D blocks used in the wiki (ex. Wooden Planks.png) are generated using Blender and the .blend file linked in this forum post created by Calinou.

Files are 150x150 PNGs.

Items

Items (ex. Apple.png) are displayed in the wiki as 2D images ranging from 20x20 to 160x160 pixels.

It is advised to create a unique version of 160x160. If you use a 16x16 image, browsers will scale up the image using interpolation and the result will not look very clean.

Create images by extracting the 16x16 version available in the GitHub repository and scale them to 160x160. Do not use scaling interpolation so that pixelized appearance in maintained. You can use GIMP for this task.

Note: currently many of the items are still 64x64.