Template:Course Overview
From Foss2Serve
(Difference between revisions)
Heidi.ellis (Talk | contribs) (Add slot for length of course) |
m |
||
(One intermediate revision by one user not shown) | |||
Line 10: | Line 10: | ||
| {{{instructors}}} | | {{{instructors}}} | ||
|- | |- | ||
− | ! style="text-align:right;" | | + | ! style="text-align:right;" | Term |
| {{{offerings}}} | | {{{offerings}}} | ||
|- | |- | ||
Line 74: | Line 74: | ||
* If we enable [https://www.mediawiki.org/wiki/Extension:ParserFunctions Extension:ParserFunctions] we can include prompts for new or missing parameters, e.g.: | * If we enable [https://www.mediawiki.org/wiki/Extension:ParserFunctions Extension:ParserFunctions] we can include prompts for new or missing parameters, e.g.: | ||
<pre> {{#if: {{{testing|}}} | {{{testing}}} | Testing is missing. }} </pre> | <pre> {{#if: {{{testing|}}} | {{{testing}}} | Testing is missing. }} </pre> | ||
+ | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 17:44, 22 January 2019
Course | {{{course}}} |
---|---|
Institution | {{{institution}}} |
Instructor(s) | {{{instructors}}} |
Term | {{{offerings}}} |
Course Overview | {{{overview}}} |
Course Length | {{{courselength}}} |
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. |courselength- 15-week semester |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= |courselength= |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. }}