Difference between revisions of "Template:Ecl entry documentation"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<!-- Student Registry Form into the ECL500/DPS914 Course -->
 
<!-- Student Registry Form into the ECL500/DPS914 Course -->
 
<div style="padding:0.1em 1.1em 0em 0em;">
 
 
''Parameters:''
 
''Parameters:''
 
 
* '''''c''''': Background color of the table row; value 0 or 1; if the previous registration was 0, please type 1.
 
* '''''c''''': Background color of the table row; value 0 or 1; if the previous registration was 0, please type 1.
 
* '''''url''''': Resource URL  
 
* '''''url''''': Resource URL  
 
* '''''title''''': Resource title including author; year;  
 
* '''''title''''': Resource title including author; year;  
 
* '''''descr''''': The main resource's contributions to make it worth reading it  
 
* '''''descr''''': The main resource's contributions to make it worth reading it  
 
  
 
For example, to register a new resource you have to type:
 
For example, to register a new resource you have to type:
Line 14: Line 10:
 
  {{Ecl_r_entry
 
  {{Ecl_r_entry
 
  |bg=0
 
  |bg=0
  |url=http://zenit.senecac.on.ca/~jordan.anastasiade/Eclipse/basics/Beginner/Beginner-DexterTutorial.html|
+
  |url=http://zenit.senecac.on.ca/~jordan.anastasiade/Eclipse/basics/Beginner/Beginner-DexterTutorial.html
  |title=Eclipse and Java for Total Beginners - Max Dexter - 2006|
+
  |title=Eclipse and Java for Total Beginners - Max Dexter - 2006
 
  |descr= * Create Java project in Eclipse  * Create Java package  * Introduce classes and objects, naming conventions    * Write a simple Java class (Person)
 
  |descr= * Create Java project in Eclipse  * Create Java package  * Introduce classes and objects, naming conventions    * Write a simple Java class (Person)
 
  }}
 
  }}
 
  </nowiki>
 
  </nowiki>
 
Here is the result:
 
{{Ecl_r_entry
 
|bg=0
 
|url=http://zenit.senecac.on.ca/~jordan.anastasiade/Eclipse/basics/Beginner/Beginner-DexterTutorial.html|
 
|title=Eclipse and Java for Total Beginners - Max Dexter - 2006|
 
|descr= * Create Java project in Eclipse  * Create Java package  * Introduce classes and objects, naming conventions    * Write a simple Java class (Person)
 
}}
 
</div>
 

Revision as of 12:07, 9 December 2010

Parameters:

  • c: Background color of the table row; value 0 or 1; if the previous registration was 0, please type 1.
  • url: Resource URL
  • title: Resource title including author; year;
  • descr: The main resource's contributions to make it worth reading it

For example, to register a new resource you have to type:

 {{Ecl_r_entry
 |bg=0
 |url=http://zenit.senecac.on.ca/~jordan.anastasiade/Eclipse/basics/Beginner/Beginner-DexterTutorial.html
 |title=Eclipse and Java for Total Beginners - Max Dexter - 2006
 |descr= * Create Java project in Eclipse  * Create Java package  * Introduce classes and objects, naming conventions    * Write a simple Java class (Person)
 }}