- This wiki is out of date, use the continuation of this wiki instead
Standards
From FenixWiki
(Difference between revisions)
Revision as of 09:22, 23 March 2007 (edit) FCR (Talk | contribs) ← Previous diff |
Revision as of 09:54, 23 March 2007 (edit) (undo) FCR (Talk | contribs) (→Parameters) Next diff → |
||
Line 12: | Line 12: | ||
== Parameters == | == Parameters == | ||
- | These are the parameters explained | + | These are the [[parameter|parameters]] explained |
== Example == | == Example == |
Revision as of 09:54, 23 March 2007
Please make yor article according to following standards:
Contents |
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).
General Information
This is 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. Here is an example of a program who's only purpose is staying alive by sending endless frame statements to your monitor.
Program test; Begin Loop frame; End End