Template:Educator: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (avoiding redirects)
(including Template:Subject use)
Line 26: Line 26:
<nowiki>{{</nowiki> Educator
<nowiki>{{</nowiki> Educator
| [[:Category:Grades|grades]] = &lt;!-- a set of <tt><nowiki>{{Grade|1}}, {{Grade|2}}, etc.</nowiki></tt> templates that will catalog in the proper grade. --&gt;
| [[:Category:Grades|grades]] = &lt;!-- a set of <tt><nowiki>{{Grade|1}}, {{Grade|2}}, etc.</nowiki></tt> templates that will catalog in the proper grade. --&gt;
| [[:Category:Subjects|subjects]] = &lt;!-- a set of <tt><nowiki>{{Subject Language}}, {{Subject Math}}, etc.</nowiki></tt> templates that will catalog in the proper subject. --&gt;
| [[:Category:Subjects|subjects]] = &lt;!-- a set of <tt><nowiki>{{Subject|Language}}, {{Subject|Math}}, etc.</nowiki></tt> templates that will catalog in the proper subject. --&gt;
| [[:Category:Countries|country]] = &lt;!-- <tt>shortEnglishName</tt> that links to the appropriate country --&gt;
| [[:Category:Countries|country]] = &lt;!-- <tt>shortEnglishName</tt> that links to the appropriate country --&gt;
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>
Line 33: Line 33:


<br clear="all">
<br clear="all">
{{ Educator | grades = {{Grade|2}}, {{Grade|3}} | subjects = {{Subject Math}} | country = Argentina }}
{{ Educator | grades = {{Grade|2}}, {{Grade|3}} | subjects = {{Subject|Math}} | country = Argentina }}
<nowiki>{{ Educator
<nowiki>{{ Educator
| grades = {{Grade|2}}, {{Grade|3}}
| grades = {{Grade|2}}, {{Grade|3}}
| subjects = {{Subject Math}}
| subjects = {{Subject|Math}}
| country = Argentina }}</nowiki>
| country = Argentina }}</nowiki>
</noinclude>
</noinclude>

Revision as of 17:37, 21 June 2007


Purpose of this template is to catalog users according to their teaching skills.

User pages tagged with this will be included in the following categories:

Usage

{{ Educator
  | grades   =  <!-- a set of {{Grade|1}}, {{Grade|2}}, etc. templates that will catalog in the proper grade. -->
  | subjects =  <!-- a set of {{Subject|Language}}, {{Subject|Math}}, etc. templates that will catalog in the proper subject. -->
  | country  =  <!-- shortEnglishName that links to the appropriate country -->
}}

Samples


EDU Grades: Grade 2, Grade 3
Subjects: Subject Math
Country: Argentina
{{ Educator
   | grades = {{Grade|2}}, {{Grade|3}}
   | subjects = {{Subject|Math}}
   | country = Argentina }}