Help:Code Tutorial Guidelines
From WinWolf3D/WDC
This is the format for posting code tutorials:
First, add a brief summary of what the tutorial does.
Each time a new file is opened, make a header out of the file's name.
==WL_DEF.H==
Now, for each change within that file, make the change type bold. The first change type will always be a "Find" as will every-other change type after that. Valid change types are:
- Find
- Replace with
- Add before
- Add after
Note: To get the box to appear around your code, there must be a space at the beginning of each line of code or you can surround the code with <pre> tags.
Here's an example for code change:
'''Find''' #define AMBUSHTILE 106 '''Add before''' #define EXITLEVEL 105
At the very end, be sure to include
[[Category:Tutorials]] __NOTOC__