- This wiki is out of date, use the continuation of this wiki instead
Standards
From FenixWiki
(Difference between revisions)
Revision as of 10:23, 23 March 2007 (edit) FCR (Talk | contribs) (→Example) ← Previous diff |
Revision as of 10:24, 23 March 2007 (edit) (undo) FCR (Talk | contribs) (→Definition) Next diff → |
||
Line 4: | Line 4: | ||
This is the name of the [[function]], [[process]], [[variable]] or whatever, and also the name of the article. | This is the name of the [[function]], [[process]], [[variable]] or whatever, and also the name of the article. | ||
- | This block also contains the parameters (the article name doesn't). | + | This block also contains the parameters (the article name doesn't). You do not need to add the title "definition" you can simply place it on top of the article. |
Below is some general information such as what the function's or variable's purpose, or a specific [[dll]] you need... | Below is some general information such as what the function's or variable's purpose, or a specific [[dll]] you need... |
Revision as of 10:24, 23 March 2007
Please make your article according to following standards, so that we can get a homogenic look.
Definition
This is the name of the function, process, variable or whatever, and also the name of the article. This block also contains the parameters (the article name doesn't). You do not need to add the title "definition" you can simply place it on top of the article.
Below is some general information such as what the function's or variable's purpose, or a specific dll you need...
Parameters
These are the parameters explained
Example
A simple example using the function. Please do not use links in your code. Refer to the keywords beneath the code in a list. only include relevant keywords. i.e. Do not link to every possible reserved word (as seen in the example code below).
Program test; Begin Loop frame; End End