Difference between revisions of "Template:Ecl my registration"

From CDOT Wiki
Jump to: navigation, search
(instruction)
Line 1: Line 1:
 
<!-- Student Registry Form into the ECL500/DPS914 Course -->
 
<!-- Student Registry Form into the ECL500/DPS914 Course -->
{{Ecl_entry_student_table|{{{all}}}}}
+
{{Ecl_entry_student_table}}
  
 
<noinclude><div style="padding:0.75em 1.5em 0em 0.75em;">
 
<noinclude><div style="padding:0.75em 1.5em 0em 0.75em;">
 
''Parameters:''
 
''Parameters:''
* ''all'': Values of all the parameter for registration
 
  
 
* ''bg'': Background color in the table; value 0 or 1; if the previous registration was 0, please type 1.
 
* ''bg'': Background color in the table; value 0 or 1; if the previous registration was 0, please type 1.
Line 16: Line 15:
  
 
For example, to register you for this course you have to type:
 
For example, to register you for this course you have to type:
<nowiki>
+
<nowiki>
  {{Ecl_entry_student_table|all=
+
  {{Ecl_entry_student_table|
 
  bg=1|
 
  bg=1|
 
  FirstName=John|
 
  FirstName=John|
Line 29: Line 28:
  
 
will produce the result:
 
will produce the result:
{{Ecl_entry_student_table|all=bg=1|FirstName=John|LastName=Savage|StudentId=123456789|course=ECL500|emailID=John.Savage|wiki=JSavage}}
+
{{Ecl_entry_student_table|bg=1|FirstName=John|LastName=Savage|StudentId=123456789|course=ECL500|emailID=John.Savage|wiki=JSavage}}
 
</div>
 
</div>

Revision as of 18:33, 7 December 2010

Jordan

Anastasiade

Eclipse

Parameters:

  • bg: Background color in the table; value 0 or 1; if the previous registration was 0, please type 1.
  • FirstName: Your first name.
  • LastName: Your first name.
  • StudentId: Your student number.
  • course: Course name; the default value is ECL500; if you are in DPS914, please type it.
  • emailID: Your seneca email ID (learn ID).
  • wiki: Your Wiki User name.


For example, to register you for this course you have to type:

 {{Ecl_entry_student_table|
 bg=1|
 FirstName=John|
 LastName=Savage|
 StudentId=123456789|
 course=ECL500|
 emailID=John.Savage|
 wiki=JSavage
 }}
 

will produce the result:

John

Savage

Eclipse