Skip to content

Commit 680c40b

Browse files
Rename and reorganize wiki pages for improved navigation (#33)
1 parent 656414f commit 680c40b

20 files changed

+93
-91
lines changed
File renamed without changes.

Asset/GUI/WND_Controls/checkbox.md renamed to Asset/GUI/WND_Controls/wnd_controls_checkbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Here's an example from the `OptionsMenu.wnd` file:
9090

9191
## See also
9292

93-
- [Default control](user.md)
93+
- [Default control](wnd_controls_user)
9494
- [Texturing](../texturing.md)
9595
- [Statuses](../statuses.md)
9696

Asset/GUI/WND_Controls/combobox.md renamed to Asset/GUI/WND_Controls/wnd_controls_combobox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ and appearance of the **ComboBox**.
55

66
## Available tags
77

8-
In addition to the [default control tags](user.md), the following tags are available.
8+
In addition to the [default control tags](wnd_controls_user), the following tags are available.
99

1010
- The control does not have a `TEXT` tag. Unlike controls such as checkboxes, which include a text label,
1111
this control is self-contained and does not display or use a text label.
@@ -361,7 +361,7 @@ END
361361

362362
## See also
363363

364-
- [Default control](user.md)
364+
- [Default control](wnd_controls_user)
365365
- [Texturing](../texturing.md)
366366

367367
[Category:](../Categories.md) [Controls](../Controls.md)

Asset/GUI/WND_Controls/entryfiled.md renamed to Asset/GUI/WND_Controls/wnd_controls_entryfiled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ END
119119

120120
## See also
121121

122-
- [Default control](user.md)
122+
- [Default control](wnd_controls_user)
123123
- [Texturing](../texturing.md)
124124

125125
[Category:](../Categories.md) [Controls](../Controls.md)

Asset/GUI/WND_Controls/progressbar.md renamed to Asset/GUI/WND_Controls/wnd_controls_progressbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ END
8585

8686
## See also
8787

88-
- [Default control](user.md)
88+
- [Default control](wnd_controls_user)
8989
- [Texturing](../texturing.md)
9090

9191
[Category:](../Categories.md) [Controls](../Controls.md)

Asset/GUI/WND_Controls/pushbutton.md renamed to Asset/GUI/WND_Controls/wnd_controls_pushbutton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ END
9999

100100
## See also
101101

102-
- [Default control](user.md)
102+
- [Default control](wnd_controls_user)
103103
- [Texturing](../texturing.md)
104104

105105
[Category:](../Categories.md) [Controls](../Controls.md)

Asset/GUI/WND_Controls/radiobutton.md renamed to Asset/GUI/WND_Controls/wnd_controls_radiobutton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ END
111111

112112
## See also
113113

114-
- [Default control](user.md)
114+
- [Default control](wnd_controls_user)
115115
- [Texturing](../texturing.md)
116116
- [Statuses](../statuses.md)
117117

Asset/GUI/WND_Controls/slider.md renamed to Asset/GUI/WND_Controls/wnd_controls_slider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ END
222222

223223
## See also
224224

225-
- [Default control](user.md)
225+
- [Default control](wnd_controls_user)
226226
- [Texturing](../texturing.md)
227227
- [Statuses](../statuses.md)
228228

Asset/GUI/WND_Controls/statictext.md renamed to Asset/GUI/WND_Controls/wnd_controls_statictext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ END
9898

9999
## See also
100100

101-
- [Default control](user.md)
101+
- [Default control](wnd_controls_user)
102102
- [Texturing](../texturing.md)
103103

104104
[Category:](../Categories.md) [Controls](../Controls.md)

0 commit comments

Comments
 (0)