Template

Difference between revisions of "Course"

From LRDE

Line 39: Line 39:
 
|-
 
|-
 
! Contrôle
 
! Contrôle
| [[Exam type::{{{exam type|}}}]]
+
| {{#arraymap:{{{exam type|}}}|,|x|[[Exam type::x]]}}
 
|-
 
|-
 
! Durée
 
! Durée
Line 60: Line 60:
 
|-
 
|-
 
! Documentation
 
! Documentation
| {{#arraymap:{{{references|}}}|\n|x|[[Course references::x]]|\n\n}}
+
| {{#arraymap:{{{references|}}}|\n|x|* [[Course references::x]]}}
 
|-
 
|-
 
! Support
 
! Support
| {{#arraymap:{{{slides|}}}|,|x|[[Course slides::x]]}}
+
| {{#arraymap:{{{slides|}}}|,|x|* [[Course slides::x]]|\n}}
 
|-
 
|-
 
! Journal
 
! Journal
| {{#arraymap:{{{logbook|}}}|,|x|[[Course logbook::x]]}}
+
| {{#arraymap:{{{logbook|}}}|,|x|* [[Course logbook::x]]|\n}}
 
|}
 
|}
   

Revision as of 15:50, 17 September 2013

This is the "Course" template. It should be called in the following format:

{{Course
|title=
|acronym=
|teacher=
|period=
|audience=
|exam type=
|duration=
|optional course=
|module=
|prerequisites=
|objectives=
|content=
|references=
|slides=
|logbook=
}}

Edit the page to see the template text.