- This wiki is out of date, use the continuation of this wiki instead
Standards
From FenixWiki
Revision as of 15:15, 23 April 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Revision as of 14:32, 7 May 2007 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
Line 5: | Line 5: | ||
* [[Standards:function]] | * [[Standards:function]] | ||
* [[Standards:variable]] | * [[Standards:variable]] | ||
+ | * [[Standards:names]] | ||
== Definition == | == Definition == |
Revision as of 14:32, 7 May 2007
You do not have to feel obligated, but please try to keep your article according to following standards, so that we can get a homogenic look. The standards are quite natural and will appear logical when followed. Different sections
Also look at these:
Definition
This is the name of the function, process, variable, ... , and also, probably, the name of the article. Before the name is the datatype of the variable or of what the function returns.
Here is some general information such as what the function's or variable's purpose, or a specific dll you need. Notice the white line, indicating a sort of separate section.
Notes
Some more in depth information about the subject, if needed. The kind of information not needed for normal use, but more like "doing it like so is bad or doing it like that is good".
Example
A simple example using the function (between <pre> tags). Please do not use links in your code, but refer to the keywords beneath the code in a list, if needed. Only include relevant keywords, i.e. do not link to every possible reserved word. The example doesn't have to be advanced or big, on the contrary, simple examples are better.