Jump to content

Template:Course: Difference between revisions

From GSSM Wiki
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{#if:{{{department|}}}|[[Category:{{{department}}}]]}}
[[Category:{{{department}}}]]
{{#if:{{{elective|1}}}||[[Category:Electives]]}}
[[Category:Courses]]
[[Category:Courses]]
{{Infobox
{{Infobox
Line 22: Line 22:
| label5={{#if: {{{prereqs|}}}|Prerequisite classes}}
| label5={{#if: {{{prereqs|}}}|Prerequisite classes}}
| data5={{{prereqs|}}}
| data5={{{prereqs|}}}
| label10={{#if: {{{prereqs|}}}|Corequsite classes}}
| data10={{{coreqs|}}}


| label9={{#if: {{{hours|}}}|Credit Hours}}
| label9={{#if: {{{hours|}}}|Credit Hours}}
Line 30: Line 33:
}}
}}
<noinclude>
<noinclude>
[[Category:Prepared Templates]]
<templatedata>
<templatedata>
{
{
Line 41: Line 45:
"prereqs": {},
"prereqs": {},
"hours": {},
"hours": {},
"available": {}
"available": {},
"coreqs": {}
}
}
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 05:06, 6 October 2024

{{#invoke:Infobox|infobox}} <templatedata> { "params": { "department": {}, "name": {}, "code": {}, "taught": {}, "difficulty": {}, "length": {}, "prereqs": {}, "hours": {}, "available": {}, "coreqs": {} } } </templatedata>