LuaGlobals: Tweak syntax
authorWuzzy
Mon, 20 May 2019 20:47:43 +0100
changeset 1899 79a144a97a48
parent 1898 c883fe88f546
child 1900 ac4940b3e5e8
LuaGlobals: Tweak syntax
LuaGlobals.wiki
--- a/LuaGlobals.wiki	Mon May 20 20:45:59 2019 +0100
+++ b/LuaGlobals.wiki	Mon May 20 20:47:43 2019 +0100
@@ -108,26 +108,13 @@
 == <tt>!TemplateFilter</tt> ==
 Depending on the map type (`MapGen`), the meaning of `TemplateFilter` differs:
 
-=== Random maps (`mgRandom`) ===
-|| *Template filter number* || *Generated maps* ||
-|| `0` || All ||
-|| `1` || Small ||
-|| `2` || Medium ||
-|| `3` || Large ||
-|| `4` || Cavern ||
-|| `5` || Wacky ||
-
-=== Perlin maps (`mgPerlin`) and maze maps (`mgMaze`) ===
-|| *Template filter number* || *Generated maps* ||
-|| `0` || Small tunnels ||
-|| `1` || Medium tunnels ||
-|| `2` || Large tunnels ||
-|| `3` || Small islands ||
-|| `4` || Medium islands ||
-|| `5` || Large islands ||
-
-=== Other map generators ===
-It doesn't matter.
+|| *Template filter number* || *Random maps (`mgRandom`)* || *Perlin maps (`mgPerlin`)* || *Maze maps (`mgMaze`)* ||
+|| `0` || All || Small tunnels || Small tunnels ||
+|| `1` || Small || Medium tunnels || Medium tunnels ||
+|| `2` || Medium || Large tunnels || Large tunnels ||
+|| `3` || Large || Small islands || Small islands ||
+|| `4` || Cavern || Medium islands || Medium islands ||
+|| `5` || Wacky || Large islands || Large islands ||
 
 == <tt>!WorldEdge</tt> ==
 The value of `WorldEdge` can have the following values: