- This wiki is out of date, use the continuation of this wiki instead
Standards:variable
From FenixWiki
(Difference between revisions)
Revision as of 12:33, 1 May 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Revision as of 22:19, 2 September 2007 (edit) (undo) Sandman (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
+ | [[Category:Standards]] | ||
+ | |||
[[Standards|'''Up to Standards''']] | [[Standards|'''Up to Standards''']] | ||
+ | ---- | ||
Click [[Template:variable|here]] to get the template for this standard. | Click [[Template:variable|here]] to get the template for this standard. | ||
<pre> | <pre> | ||
- | Don't forget to add it to a category, like local variables, or predefined variables, or combinations. | + | Don't forget to add it to a category, like "local variables", or "predefined variables", or combinations. |
Always add it to the category "variables": | Always add it to the category "variables": | ||
[[category:variables]] | [[category:variables]] | ||
Line 16: | Line 19: | ||
VariableName is for yadayada. | VariableName is for yadayada. | ||
+ | |||
+ | <pre> | ||
+ | The main usage and functionality of the variable. | ||
+ | </pre> | ||
== Notes == | == Notes == | ||
Don't set it to blablabla. | Don't set it to blablabla. | ||
+ | |||
+ | <pre> | ||
+ | Warnings, tips, etc. | ||
+ | </pre> | ||
== Example == | == Example == | ||
<pre> | <pre> | ||
VariableName = 100; | VariableName = 100; | ||
+ | </pre> | ||
+ | |||
+ | <pre> | ||
+ | An example showing the usage of the variable. | ||
</pre> | </pre> |
Revision as of 22:19, 2 September 2007
Click here to get the template for this standard.
Don't forget to add it to a category, like "local variables", or "predefined variables", or combinations. Always add it to the category "variables": [[category:variables]] When internally linking to variables, just put "[[]]" around the name, like: [[father]]
Definition
VariableType VariableName
VariableName is for yadayada.
The main usage and functionality of the variable.
Notes
Don't set it to blablabla.
Warnings, tips, etc.
Example
VariableName = 100;
An example showing the usage of the variable.