Difference between revisions of "Template:Modul"
From Animation Luzern Wiki
| (17 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}}} | ||
| + | }} | ||
| + | {{#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]] | |
| − | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
| + | == Usage == | ||
| + | <nowiki> | ||
| + | {{Modul|objectiv=xyz|content=xyz|...}} | ||
| + | </nowiki> | ||
| + | == Arguments == | ||
<templatedata> | <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> | </templatedata> | ||
</noinclude> | </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 |