Difference between revisions of "Template:Modul"
From Animation Luzern Wiki
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
− | == Zielsetzung == | + | {{#if: {{{objectiv|}}}| |
− | {{{objectiv|}}} | + | == Objectiv / Zielsetzung == |
− | + | {{{objectiv}}} | |
− | == Inhalt == | + | }} |
− | {{{content|}}} | + | {{#if: {{{content|}}}| |
− | + | == Content / Inhalt == | |
− | == Modulprogramm == | + | {{{content}}} |
− | {{{ | + | }} |
− | + | {{#if: {{{modulprogram|}}}| | |
− | == Voraussetzung == | + | == Programme / Modulprogramm == |
− | {{{ | + | {{{modulprogram}}} |
− | + | }} | |
− | == Lehr- und Lernmethoden == | + | {{#if: {{{entryrequirement|}}}| |
− | {{{methods|}}} | + | == Entryrequirements / Voraussetzung == |
− | + | {{{entryrequirement}}} | |
− | == Leistungsnachweise == | + | }} |
− | {{{proof|}}} | + | {{#if: {{{methods|}}}| |
− | + | == Methods / Lehr- und Lernmethoden == | |
− | == Leistungsbewertung == | + | {{{methods}}} |
− | {{{evaluation|}}} | + | }} |
− | + | {{#if: {{{proof|}}}| | |
+ | == Proof / Leistungsnachweise == | ||
+ | {{{proof}}} | ||
+ | }} | ||
+ | {{#if: {{{evaluation|}}}| | ||
+ | == Evaluation / Leistungsbewertung == | ||
+ | {{{evaluation}}} | ||
+ | }} | ||
+ | {{#if: {{{record|}}}| | ||
== Record == | == Record == | ||
− | {{{record | + | {{{record}}} |
+ | }} | ||
+ | == other Programs and Courses / weitere Module == | ||
− | + | See [[Programs and courses]] | |
− | |||
− | [[ | + | [[Category:Module]] |
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
+ | == Usage == | ||
+ | <nowiki> | ||
+ | {{Modul|objectiv=xyz|content=xyz|...}} | ||
+ | </nowiki> | ||
+ | == Arguments == | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 38: | Line 52: | ||
}, | }, | ||
"content": { | "content": { | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "modulprogram": { | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "entryrequirement": { | ||
"type": "string" | "type": "string" | ||
}, | }, |
Latest revision as of 17:24, 19 November 2018
Usage
{{Modul|objectiv=xyz|content=xyz|...}}
Arguments
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Objectiv | objectiv | no description
| String | optional |
Content | content | no description
| String | optional |
Modulprogram | modulprogram | no description
| String | optional |
Entryrequirement | entryrequirement | no description
| String | optional |
Methods | methods | no description
| String | optional |
Performance | performance | no description
| String | optional |
Evaluation | evaluation | no description
| String | optional |
Record | record | no description
| String | optional |