Difference between revisions of "Template:Modul"
From Animation Luzern Wiki
(Die Seite wurde neu angelegt: «== Zielsetzung == {{objectiv}} == Inhalt == {{content}} == Lehr- und Lernmethoden == {{methods}} == Leistungsnachweise == {{performance}} == Leistungsbewertu…») |
|||
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == Zielsetzung == | + | <includeonly> |
− | {{objectiv}} | + | {{#if: {{{objectiv|}}}| |
− | + | == Objectiv / Zielsetzung == | |
− | == Inhalt == | + | {{{objectiv}}} |
− | {{content}} | + | }} |
− | + | {{#if: {{{content|}}}| | |
− | == Lehr- und Lernmethoden == | + | == Content / Inhalt == |
− | {{methods}} | + | {{{content}}} |
+ | }} | ||
+ | {{#if: {{{modulprogram|}}}| | ||
+ | == Programme / Modulprogramm == | ||
+ | {{{modulprogram}}} | ||
+ | }} | ||
+ | {{#if: {{{entryrequirement|}}}| | ||
+ | == Entryrequirements / Voraussetzung == | ||
+ | {{{entryrequirement}}} | ||
+ | }} | ||
+ | {{#if: {{{methods|}}}| | ||
+ | == Methods / Lehr- und Lernmethoden == | ||
+ | {{{methods}}} | ||
+ | }} | ||
+ | {{#if: {{{proof|}}}| | ||
+ | == Proof / Leistungsnachweise == | ||
+ | {{{proof}}} | ||
+ | }} | ||
+ | {{#if: {{{evaluation|}}}| | ||
+ | == Evaluation / Leistungsbewertung == | ||
+ | {{{evaluation}}} | ||
+ | }} | ||
+ | {{#if: {{{record|}}}| | ||
+ | == Record == | ||
+ | {{{record}}} | ||
+ | }} | ||
+ | == other Programs and Courses / weitere Module == | ||
− | + | See [[Programs and courses]] | |
− | |||
− | |||
− | |||
− | == | + | [[Category:Module]] |
− | {{record}} | + | </includeonly> |
+ | <noinclude> | ||
+ | == Usage == | ||
+ | <nowiki> | ||
+ | {{Modul|objectiv=xyz|content=xyz|...}} | ||
+ | </nowiki> | ||
+ | == Arguments == | ||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "objectiv": { | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "content": { | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "modulprogram": { | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "entryrequirement": { | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "methods": { | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "performance": { | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "evaluation": { | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "record": { | ||
+ | "type": "string" | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </templatedata> | ||
+ | </noinclude> |
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 |