Difference between revisions of "Template:Main Content Links"

From Minetest Developer Wiki
Jump to navigation Jump to search
m
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
== Content Index ==
 +
Before you start, you should look at the [https://wiki.minetest.net/Terminology terminology].
  
 
<div style="text-align: center; width: 100%;">'''Content Index'''</div>
 
 
This wiki is aimed mainly at developers and advanced users of the Minetest Core and Mods. Before you start, you should look at the [[terminology]].
 
 
{|class="wikitable" style="width: 100%;"
 
{|class="wikitable" style="width: 100%;"
 
|valign="top"|
 
|valign="top"|
 
'''Modding API'''
 
'''Modding API'''
 
<hr>
 
<hr>
* [[Intro]]
+
* [[Modding Intro|Intro]]
* [[:Category:Methods|Methods]]
+
* [[Lua API Documentation]]
* [[:Category:Objects|Objects]]
+
 
* [[:Category:Types|Types]]
+
Tips and tricks:
* [[formspec|Formspecs]]
+
* [[Modding Tips]]
* [[HUD]]
 
* [[Voxel_Manipulator|Voxel Manipulator]]
 
 
* [[Lua Optimization Tips]]
 
* [[Lua Optimization Tips]]
* [[Mod interoperability]]
+
* [[Mapgen memory optimisations]]
* [[Modding FAQ]]
+
<hr>
* [[:Category:Misc|''Misc articles…'']]
+
[[:Category:Misc|''Misc articles…'']]
 
|valign="top"|
 
|valign="top"|
 
'''Core'''
 
'''Core'''
 
<hr>
 
<hr>
 
 
<noinclude>
 
<noinclude>
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>
 
 
* [[:Category:Core|Index]]
 
* [[:Category:Core|Index]]
 
<hr>
 
<hr>
Line 37: Line 31:
 
* [[Code style guidelines]]
 
* [[Code style guidelines]]
 
* [[Compiling Minetest]]
 
* [[Compiling Minetest]]
 +
* [[Development troubleshooting]]
 
|valign="top"|
 
|valign="top"|
 
'''Development'''
 
'''Development'''
Line 42: Line 37:
 
* [[All rules regarding to development]]
 
* [[All rules regarding to development]]
 
* [[Git Guidelines]]
 
* [[Git Guidelines]]
 +
* [[Meetings]]
 
* [[Organisation]]
 
* [[Organisation]]
 +
* [[List of hardcoded features]]
 
* [[Minetest Game development]]
 
* [[Minetest Game development]]
'''Dev Docs'''
+
'''Design and planning'''
 
<hr>
 
<hr>
* [[Proposals]]
 
 
* [[TODO]]
 
* [[TODO]]
'''Docs for users'''
+
'''For users'''
 
<hr>
 
<hr>
* [[Community]]
 
 
* [[Changelog|Public Changelog]]
 
* [[Changelog|Public Changelog]]
 
|valign="top"|
 
|valign="top"|
Line 56: Line 51:
 
<hr>
 
<hr>
 
* [[MinetestWiki:Style_Guide|Style guide]]
 
* [[MinetestWiki:Style_Guide|Style guide]]
* [[:Category:MissingExample|Articles without examples]]
+
* [[MinetestWiki:TODO|TODO]]
 
* [[:Category:Incomplete|Incomplete articles]]
 
* [[:Category:Incomplete|Incomplete articles]]
 
* [[:Category:Stub|Articles to be written]]
 
* [[:Category:Stub|Articles to be written]]
 
|}
 
|}

Latest revision as of 13:44, 25 October 2022