Help:Using templates in OA
Creating a new OA object
Currently we have the following OA objects:
- assessment (assessment template)
- variable (variable template)
- class (class)
- method (method template)
- encyclopedia (encyclopedia template)
- nugget (nugget)
Example: If you want to denote your wikipage as a method object, insert the following wikicode at the beginning of your wikipage:
{{method}}
If you want, you can also assign your wikipage into a specific category (in the example below: "Intarese method") by inserting the name of that category within the template code:
{{method|Intarese method}}
(The conventional way to do this would be to add the code [[Category:Intarese method]] at the end of your wikipage.)