Template:Protokoll: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
{| class="wikitable" style="float: right; margin-left: 1em;" |
{| class="wikitable" style="float: right; margin-left: 1em;" |
||
|+ Protokoll |
|+ Protokoll |
||
⚫ | |||
⚫ | |||
!Datum |
!Datum |
||
− | |{{{ |
+ | |{{{2|{{{date|}}}}}} |
+ | !Uhrzeit |
||
+ | |{{{3|{{{time|}}}}}} |
||
|- |
|- |
||
⚫ | |||
⚫ | |||
|} |
|} |
||
[[Category:Protokoll]] |
[[Category:Protokoll]] |
||
− | {{#if: {{{ |
+ | {{#if: {{{1|{{{type|}}}}}}|[[Category:Protokoll/{{{1|{{{type|}}}}}}]]|}} |
</includeonly> |
</includeonly> |
||
<noinclude> |
<noinclude> |
||
Line 19: | Line 21: | ||
{ |
{ |
||
"params": { |
"params": { |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
"type": { |
"type": { |
||
"label": "Art", |
"label": "Art", |
||
− | "description": "Es ist ein Protokoll von |
+ | "description": "Es ist ein Protokoll von was?!?", |
"type": "string", |
"type": "string", |
||
"default": "Plenum", |
"default": "Plenum", |
||
"required": true |
"required": true |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
+ | }, |
||
+ | "time": { |
||
+ | "label": "Uhrzeit", |
||
+ | "description": "Um wieviel Uhr?", |
||
+ | "type": "date", |
||
+ | "required": false |
||
} |
} |
||
}, |
}, |
||
"description": "Info Box für Protokolle", |
"description": "Info Box für Protokolle", |
||
"paramOrder": [ |
"paramOrder": [ |
||
+ | "type", |
||
"date", |
"date", |
||
− | " |
+ | "time" |
], |
], |
||
"format": "block" |
"format": "block" |
Revision as of 18:36, 28 May 2022
Einheitliche Info-Box für Protokoll
Info Box für Protokolle
Parameter | Description | Type | Status | |
---|---|---|---|---|
Art | type | Es ist ein Protokoll von was?!?
| String | required |
Datum | date | An welchem Tag fand/findet "es" statt? | Date | required |
Uhrzeit | time | Um wieviel Uhr? | Date | optional |