Template:Course Overview
(Difference between revisions)
m |
|||
Line 4: | Line 4: | ||
|- | |- | ||
! style="text-align:right;" | Course | ! style="text-align:right;" | Course | ||
− | | {{{course}}} | + | | '''{{{course}}}''' |
|- | |- | ||
! style="text-align:right;" | Institution | ! style="text-align:right;" | Institution | ||
Line 29: | Line 29: | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
− | = | + | == Usage == |
− | This template provides a consistent overview for courses. | + | This template provides a consistent overview for courses. It should be invoked with a value for each parameter, like this: |
− | It | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<pre> | <pre> | ||
{{Course Overview | {{Course Overview | ||
Line 62: | Line 52: | ||
</pre> | </pre> | ||
− | Notes | + | === Notes === |
* 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> | ||
</noinclude> | </noinclude> |
Revision as of 16:04, 30 January 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, like this:
{{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. }}
Notes
- If we enable Extension:ParserFunctions we can include prompts for new or missing parameters, e.g.:
{{#if: {{{testing|}}} | {{{testing}}} | Testing is missing. }}