Template:Course: Difference between revisions

From LinkedAUB Collab
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
<pre>
<pre>
{{Course
{{Course
|Number=
|Description=
|Credits=
|LearningGoals=
|SpecificLearningObjectives=
|PrerequisiteCourses=
|PrequisiteStanding=
|CorequisiteCourses=
|OptionalPrerequisiteCourses=
|OptionalCorequisiteCourses=
|Topics=
|InstructionalMethodology=
|PerformanceEvaluation=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
</noinclude><includeonly>{| class="wikitable"
! style="text-align: center; background-color:#ccccff;" colspan="2" |<big>{{PAGENAME}}</big>
! Course Description
| [[Has description::{{{Description|}}}]]
|-
|-
! Course Number
! Learning Goals
| [[Has course number::{{{Number|}}}]]
| {{#arraymap:{{{LearningGoals|}}}|,|x|[[Has learning goal::x]]}}
|-
|-
! Number of credit hours
! Specific Learning Objectives
| [[Has credit hours::{{{Credits|}}}]]
| {{#arraymap:{{{SpecificLearningObjectives|}}}|,|x|[[Has specific learning goal::x]]}}
|-
! Prerequisite Courses
| {{#arraymap:{{{PrerequisiteCourses|}}}|,|x|[[Has course prerequisite::x]]}}
|-
! Prerequisite Academic Standing
| [[Has standing prerequisite::{{{PrequisiteStanding|}}}]]
|-
! Corequisite Courses
| {{#arraymap:{{{CorequisiteCourses|}}}|,|x|[[Has course corequisite::x]]}}
|-
! Optional Prerequisite Courses
| {{#arraymap:{{{OptionalPrerequisiteCourses|}}}|,|x|[[Has optional course prerequisite::x]]}}
|-
! Optional Corequisite Courses
| {{#arraymap:{{{OptionalCorequisiteCourses|}}}|,|x|[[Has optional course corequisite::x]]}}
|-
! Topical Coverage
| {{#arraymap:{{{Topics|}}}|,|x|[[Covers topic::x]]}}
|-
! Instructional Methodology
| {{#arraymap:{{{InstructionalMethodology|}}}|,|x|[[Has instructional methodology::x]]}}
|-
! Performance Evaluation
| {{#arraymap:{{{PerformanceEvaluation|}}}|,|x|[[Has performance evaluation::x]]}}
|}
|}


[[Category:Courses]]
[[Category:Courses]]
</includeonly>
</includeonly>

Revision as of 09:54, 5 April 2013

This is the "Course" template. It should be called in the following format:

{{Course
|Description=
|LearningGoals=
|SpecificLearningObjectives=
|PrerequisiteCourses=
|PrequisiteStanding=
|CorequisiteCourses=
|OptionalPrerequisiteCourses=
|OptionalCorequisiteCourses=
|Topics=
|InstructionalMethodology=
|PerformanceEvaluation=
}}

Edit the page to see the template text.