Difference between revisions of "WML for Complete Beginners"

From The Battle for Wesnoth Wiki
(WML Guide for Complete Beginners(Contents Page))
(Add includeonly index link)
 
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
=Contents Page=
+
{{Translations}}
  
 
Welcome to the WML Guide for Complete Beginners!  From here, you can get started directly by heading to the [[WML for Complete Beginners: Introduction|Introduction]] or you can continue from the chapter you left off.   
 
Welcome to the WML Guide for Complete Beginners!  From here, you can get started directly by heading to the [[WML for Complete Beginners: Introduction|Introduction]] or you can continue from the chapter you left off.   
  
==Important Notes:==
+
==Main Index==
This is a work in progress.
+
 
Minor edits will not cause the edit to be shown immediately on a page to viewers.
+
<onlyinclude>
-------------
+
{| class="wikitable"
 +
<includeonly>|-
 +
|[[WML for Complete Beginners|Index]]</includeonly>
 +
|-
 +
|[[WML_for_Complete_Beginners:_Introduction|Introduction]]
 +
|-
 +
|[[WML_for_Complete_Beginners:_Chapter_1|1 - Syntax]]
 +
|-
 +
|[[WML_for_Complete_Beginners:_Chapter_2|2 - The Userdata Directory and the Campaign Folder]]
 +
|-
 +
|[[WML_for_Complete_Beginners:_Chapter_3|3 - The _main.cfg]]
 +
|-
 +
|[[WML_for_Complete_Beginners:_Chapter_4|4 - Creating Your First Scenario]]
 +
|-
 +
|[[WML_for_Complete_Beginners:_Chapter_5|5 - Events]]
 +
|-
 +
|[[WML_for_Complete_Beginners:_Chapter_6|6 - Custom Units]]
 +
|-
 +
|[[WML_for_Complete_Beginners:_Chapter_7|7 - Variables Introduction]]
 +
|-
 +
|[[WML_for_Complete_Beginners:_Chapter_8|8 - Non-scalar Variables]]
 +
|-
 +
|[[WML_for_Complete_Beginners:_Chapter_9|9 - Macros]]
 +
|-
 +
|[[WML_for_Complete_Beginners:_Chapter_10|10 - Logic]]
 +
|-
 +
|[[WML_for_Complete_Beginners:_Chapter_11|11 - More Logic]]
 +
|-
 +
|[[WML_for_Complete_Beginners:_Conclusion|Conclusion]]
 +
|}
 +
</onlyinclude>
 +
 
 +
==Note for Improvements:==
  
TODO:
 
 
1. Add to the numbers definition that numbers can include decimal point values (and reference the fact that WML will remove any unnecessary 0's when it performs the calculations or accesses the numerical value in question).
 
1. Add to the numbers definition that numbers can include decimal point values (and reference the fact that WML will remove any unnecessary 0's when it performs the calculations or accesses the numerical value in question).
  
 
2. Finish chapters 6-11 (Partially Complete)
 
2. Finish chapters 6-11 (Partially Complete)
 
-------------
 
 
=Contents=
 
 
[[WML_for_Complete_Beginners:_Introduction]]
 
 
[[WML_for_Complete_Beginners:_Chapter_1]]
 
 
[[WML_for_Complete_Beginners:_Chapter_2]]
 
 
[[WML_for_Complete_Beginners:_Chapter_3]]
 
 
[[WML_for_Complete_Beginners:_Chapter_4]]
 
 
[[WML_for_Complete_Beginners:_Chapter_5]]
 
 
[[WML_for_Complete_Beginners:_Chapter_6]]
 
 
[[WML_for_Complete_Beginners:_Chapter_7]]
 
 
[[WML_for_Complete_Beginners:_Chapter_8]]
 
 
[[WML_for_Complete_Beginners:_Chapter_9]]
 
 
[[WML_for_Complete_Beginners:_Chapter_10]]
 
 
[[WML_for_Complete_Beginners:_Chapter_11]]
 
 
[[WML_for_Complete_Beginners:_Conclusion]]
 
  
 
[[Category:WML_for_Complete_Beginners]]
 
[[Category:WML_for_Complete_Beginners]]

Latest revision as of 18:56, 29 January 2023


Welcome to the WML Guide for Complete Beginners! From here, you can get started directly by heading to the Introduction or you can continue from the chapter you left off.

Main Index

Introduction
1 - Syntax
2 - The Userdata Directory and the Campaign Folder
3 - The _main.cfg
4 - Creating Your First Scenario
5 - Events
6 - Custom Units
7 - Variables Introduction
8 - Non-scalar Variables
9 - Macros
10 - Logic
11 - More Logic
Conclusion


Note for Improvements:

1. Add to the numbers definition that numbers can include decimal point values (and reference the fact that WML will remove any unnecessary 0's when it performs the calculations or accesses the numerical value in question).

2. Finish chapters 6-11 (Partially Complete)

This page was last edited on 29 January 2023, at 18:56.