ThemeCfg: Move TOC
authorWuzzy
Tue, 17 Apr 2018 01:43:19 +0100
changeset 1313 fa362f7bacbd
parent 1312 73191c174bf5
child 1314 fa3ef0be3f4e
ThemeCfg: Move TOC
ThemeCfg.wiki
--- a/ThemeCfg.wiki	Tue Apr 17 01:42:58 2018 +0100
+++ b/ThemeCfg.wiki	Tue Apr 17 01:43:19 2018 +0100
@@ -1,6 +1,8 @@
 #summary Structure of the theme.cfg file
 
 = `theme.cfg` =
+<wiki:toc max_depth="3" />
+
 == Syntax ==
 The file `theme.cfg` gives the engine the values associated with a certain theme, to complement the graphics. To understand themes in general, start at [Themes]. To learn more about the general file structure of themes, see [ThemeFiles].
 It is structured with a list of keys, each separated by line breaks. Each key is followed by an equals sign followed a value. The value depends on the key.
@@ -20,8 +22,6 @@
 
 Literally all lines in the `theme.cfg` file are optional, thus an empty file is valid. Everything has a default value. However, some default values are not really useful (e.g. the water or sky color) and you should therefore explicitly specify enough values.
 
-<wiki:toc max_depth="3" />
-
 == Keys ==
 === General configuration ===
 ==== `hidden` (0.9.24) ====