Template:Course: Difference between revisions

From LinkedAUB Collab
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 4: Line 4:
<pre>
<pre>
{{Course
{{Course
|Number=
|Description=
|Credits=
|Topics=
|Topics=
|LearningGoals=
|SpecificLearningObjectives=
|PrerequisiteCourses=
|PrequisiteStanding=
|CorequisiteCourses=
|OptionalPrerequisiteCourses=
|OptionalCorequisiteCourses=
|InstructionalMethodology=
|PerformanceEvaluation=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"
</noinclude><includeonly>
! Course Number
==Course Description==
| [[Has course number::{{{Number|}}}]]
[[Has description::{{{Description|}}}]]
|-
 
! Number of credit hours
==Topical Coverage==
| [[Has credit hours::{{{Credits|}}}]]
{{#arraymap:{{{Topics|}}}|,|x|[[Covers topic::x]]}}
|-
 
! Topical Coverage
==Learning Goals==
| {{#arraymap:{{{Topics|}}}|,|x|[[Covers topic::x]]}}
{{#arraymap:{{{LearningGoals|}}}|,|x|[[Has learning goal::x]]}}
|}
 
==Specific Learning Objectives==
{{#arraymap:{{{SpecificLearningObjectives|}}}|,|x|[[Has specific learning goal::x]]}}
 
==Prerequisite Courses==
{{#arraymap:{{{PrerequisiteCourses|}}}|,|x|[[Has course prerequisite::x]]}}
 
==Required 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]]}}
 
==Instructional Methodology==
{{#arraymap:{{{InstructionalMethodology|}}}|,|x|[[Has instructional methodology::x]]}}
 
==Performance Evaluation==
{{#arraymap:{{{PerformanceEvaluation|}}}|,|x|[[Has performance evaluation::x]]}}


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

Latest revision as of 18:49, 30 September 2013

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

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

Edit the page to see the template text.