Template:Course Overview
(Difference between revisions)
m (Protected "Template:Course Overview" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
m |
||
Line 50: | Line 50: | ||
|infrastructure= | |infrastructure= | ||
Most students bring their own laptops to class. | Most students bring their own laptops to class. | ||
+ | }} | ||
+ | </pre> | ||
+ | Here is a blank template to copy & paste: | ||
+ | <pre> | ||
+ | {{Course Overview | ||
+ | |course= | ||
+ | |institution= | ||
+ | |instructors= | ||
+ | |offerings= | ||
+ | |overview= | ||
+ | |students= | ||
+ | |prerequisites= | ||
+ | |infrastructure= | ||
}} | }} | ||
</pre> | </pre> | ||
+ | |||
=== Notes === | === Notes === |
Revision as of 11:39, 6 February 2017
Overview
Course | {{{course}}} |
---|---|
Institution | {{{institution}}} |
Instructor(s) | {{{instructors}}} |
Offering(s) | {{{offerings}}} |
Course Overview | {{{overview}}} |
Student Characteristics | {{{students}}} |
Prerequisites | {{{prerequisites}}} |
Infrastructure | {{{infrastructure}}} |
Usage
This template provides a consistent overview for Courses. It should be invoked with a value for each parameter:
{{Course Overview |course= CS Seminar |institution= Muhlenberg College |instructors= Clif Kussmaul |offerings= Spring 2015 |overview= Culminating course for students in the final year of the major. |students= Students in the final year of the major. Most plan to work after graduating. |prerequisites= Varies, but typically all other required major courses. |infrastructure= Most students bring their own laptops to class. }}
Here is a blank template to copy & paste:
{{Course Overview |course= |institution= |instructors= |offerings= |overview= |students= |prerequisites= |infrastructure= }}
Notes
- If we enable Extension:ParserFunctions we can include prompts for new or missing parameters, e.g.:
{{#if: {{{testing|}}} | {{{testing}}} | Testing is missing. }}