Template:Course Category Overview
(Difference between revisions)
m |
|||
Line 17: | Line 17: | ||
<noinclude> | <noinclude> | ||
− | = | + | == Usage == |
− | This template provides a consistent overview for course categories. | + | This template provides a consistent overview for course categories. It should be invoked with a value for each parameter, like this: |
− | It | + | <pre> |
− | + | {{Course Category Overview | |
− | + | |course= | |
− | + | Capstone | |
− | + | |overview= | |
+ | Culminating course for students in their final year of the major. | ||
+ | |prerequisites= | ||
+ | Varies, but typically all other required courses in the major. | ||
+ | }} | ||
+ | </pre> | ||
+ | === Notes === | ||
+ | * If we enable [https://www.mediawiki.org/wiki/Extension:ParserFunctions Extension:ParserFunctions] we could include prompts for missing parameters, e.g.: | ||
+ | <pre>{{#if: {{{testing|}}} | {{{testing}}} | Testing is missing. }} </pre> | ||
</noinclude> | </noinclude> |
Revision as of 16:08, 30 January 2017
This category is for Learning Activities and other materials appropriate for a {{{course}}} or similar Courses.
Overview
Course | {{{course}}} |
---|---|
Course Overview | {{{overview}}} |
Prerequisites | {{{prerequisites}}} |
Usage
This template provides a consistent overview for course categories. It should be invoked with a value for each parameter, like this:
{{Course Category Overview |course= Capstone |overview= Culminating course for students in their final year of the major. |prerequisites= Varies, but typically all other required courses in the major. }}
Notes
- If we enable Extension:ParserFunctions we could include prompts for missing parameters, e.g.:
{{#if: {{{testing|}}} | {{{testing}}} | Testing is missing. }}