Difference between revisions of "Template:Modul"
From Animation Luzern Wiki
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
| − | == Zielsetzung == | + | {{#if: {{{objectiv|}}}| |
| + | == Objectiv / Zielsetzung == | ||
{{{objectiv}}} | {{{objectiv}}} | ||
| − | + | }} | |
| − | == Inhalt == | + | {{#if: {{{content|}}}| |
| + | == Content / Inhalt == | ||
{{{content}}} | {{{content}}} | ||
| − | + | }} | |
| − | == Lehr- und Lernmethoden == | + | {{#if: {{{modulprogram|}}}| |
| + | == Programme / Modulprogramm == | ||
| + | {{{modulprogram}}} | ||
| + | }} | ||
| + | {{#if: {{{entryrequirement|}}}| | ||
| + | == Entryrequirements / Voraussetzung == | ||
| + | {{{entryrequirement}}} | ||
| + | }} | ||
| + | {{#if: {{{methods|}}}| | ||
| + | == Methods / Lehr- und Lernmethoden == | ||
{{{methods}}} | {{{methods}}} | ||
| − | + | }} | |
| − | == Leistungsnachweise == | + | {{#if: {{{proof|}}}| |
| − | {{{ | + | == Proof / Leistungsnachweise == |
| − | + | {{{proof}}} | |
| − | == Leistungsbewertung == | + | }} |
| + | {{#if: {{{evaluation|}}}| | ||
| + | == Evaluation / Leistungsbewertung == | ||
{{{evaluation}}} | {{{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 32: | 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 |