Template:Educator: Difference between revisions

From OLPC
Jump to navigation Jump to search
(graduating template from Template:Sandbox)
 
m (tuning)
Line 10: Line 10:
|-
|-
| style="text-align:right;" | '''[[:Category:Countries|Country]]:'''
| style="text-align:right;" | '''[[:Category:Countries|Country]]:'''
| style="text-align:left;" | [[OLPC {{{country}}}]]
| style="text-align:left;" | [[OLPC {{{country}}}|{{{country}}}]]


|}
|}
Line 25: Line 25:


<nowiki>{{</nowiki> Teacher
<nowiki>{{</nowiki> Teacher
| [[: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;
Line 33: Line 33:


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

Revision as of 15:51, 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

{{ Teacher
  | 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


Template:Teacher

{{ Teacher
   | grades = {{Grade|2}}, {{Grade|3}}
   | subjects = {{Subject Math}}
   | country = Argentina }}