Difference between revisions of "Help:Using templates in OA"

From Testiwiki
Jump to: navigation, search
(added links to templates)
m (clarified the instructions)
Line 12: Line 12:
 
Example:<br><br>
 
Example:<br><br>
  
If you want to assign page into a method put following code to the top of the page:
+
If you want to denote your wikipage as a '''method object''', insert the following wikicode at the beginning of your wikipage:
 
<pre>{{method}}</pre>
 
<pre>{{method}}</pre>
You can also add more categories to the page by placing additional parameter to template:
+
You can also add more categories to your wikipage by placing an optional parameter into the template code:
 
<pre>{{method|intarese method}}</pre>
 
<pre>{{method|intarese method}}</pre>

Revision as of 09:32, 8 October 2008

Creating a new OA object

Currently we have the following OA objects:

Example:

If you want to denote your wikipage as a method object, insert the following wikicode at the beginning of your wikipage:

{{method}}

You can also add more categories to your wikipage by placing an optional parameter into the template code:

{{method|intarese method}}