Difference between revisions of "Help:Document a Heureka variable"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | #Search for page "Variable: | + | #Search for page "Variable:VarName" where ''VarName'' is the name of the variable you want to make an article for. |
#Accept to create the new page | #Accept to create the new page | ||
#Use template ForestInputData by adding the following text:<pre> {{ForestInputData}}</pre> | #Use template ForestInputData by adding the following text:<pre> {{ForestInputData}}</pre> | ||
Revision as of 14:20, 2 September 2008
- Search for page "Variable:VarName" where VarName is the name of the variable you want to make an article for.
- Accept to create the new page
- Use template ForestInputData by adding the following text:
{{ForestInputData}} - Click Preview
- Now you can see the template parameters in triple-brackets
- Use the preview to find out the name of each parameter expected. Manually assign each parameter a value (for example a string) by inserting a vertical bar after ForestInputData, foolowed by the parameter name. Example:
{{ForestInputData
|description = field vegetation code according to NFI...
|type = integer
}}
In the example, "description" and "type" are the parameter names, and the text after the "="-sign the value given to these parameters.