Template:Course Category Overview
(Difference between revisions)
m |
|||
Line 30: | Line 30: | ||
=== Notes === | === Notes === | ||
* If we enable [https://www.mediawiki.org/wiki/Extension:ParserFunctions Extension:ParserFunctions] we could include prompts for missing parameters, e.g.: | * 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> | + | <pre>{{#if: {{{testing|}}} | {{{testing}}} | Testing is missing. }}</pre> |
+ | [[Category:Template]] | ||
</noinclude> | </noinclude> |
Revision as of 17:32, 22 January 2019
This category is for Learning Activities and other materials appropriate for a {{{course}}} or similar Courses.
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:
{{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. }}