Difference between revisions of "Help:Document a Heureka variable"

From Heureka Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
#Search for page "Variable:VarName" where ''VarName'' is the name of the variable you want to make an article for.  
 
#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>
+
#The template ForestInputData is autmatically loaded
#Click Preview
+
#Edit the parameter values after the "="-signs according to your choice
#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, followed by the parameter name. Example:
 
<pre>
 
{{ForestInputData
 
  |description = field vegetation code according to NFI...
 
  |type = integer
 
}}
 
</pre>
 
In the example, "description" and "type" are the parameter names, and the text after the "="-sign the value given to these parameters.
 

Revision as of 15:38, 2 September 2008

  1. Search for page "Variable:VarName" where VarName is the name of the variable you want to make an article for.
  2. Accept to create the new page
  3. The template ForestInputData is autmatically loaded
  4. Edit the parameter values after the "="-signs according to your choice