Template:Protokoll: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 10: | Line 10: | ||
!Uhrzeit |
!Uhrzeit |
||
|{{{3|{{{time|}}}}}} |
|{{{3|{{{time|}}}}}} |
||
| + | |- |
||
| + | !Anwesend |
||
| + | |{{{present|—}}} |
||
| + | |- |
||
| + | !Anmerkung |
||
| + | |{{{note|—}}} |
||
|} |
|} |
||
| Line 27: | Line 33: | ||
"type": "string", |
"type": "string", |
||
"default": "Plenum", |
"default": "Plenum", |
||
| − | "required": true |
+ | "required": true, |
| + | "aliases": [ |
||
| + | "1" |
||
| + | ], |
||
| + | "example": "Plenum" |
||
}, |
}, |
||
"date": { |
"date": { |
||
| Line 33: | Line 43: | ||
"description": "An welchem Tag fand/findet \"es\" statt?", |
"description": "An welchem Tag fand/findet \"es\" statt?", |
||
"type": "date", |
"type": "date", |
||
| − | "required": true |
+ | "required": true, |
| + | "aliases": [ |
||
| + | "2" |
||
| + | ], |
||
| + | "example": "1970-01-01" |
||
}, |
}, |
||
"time": { |
"time": { |
||
| Line 39: | Line 53: | ||
"description": "Um wieviel Uhr?", |
"description": "Um wieviel Uhr?", |
||
"type": "date", |
"type": "date", |
||
| − | "required": false |
+ | "required": false, |
| + | "aliases": [ |
||
| + | "3" |
||
| + | ], |
||
| + | "example": "23:42" |
||
| + | }, |
||
| + | "present": { |
||
| + | "label": "Anwesend", |
||
| + | "description": "Wer war dabei - Oder an wen richtet sich das?", |
||
| + | "type": "string" |
||
| + | }, |
||
| + | "note": { |
||
| + | "label": "Anmerkung", |
||
| + | "description": "Sonstiges", |
||
| + | "type": "string" |
||
} |
} |
||
}, |
}, |
||
| Line 46: | Line 74: | ||
"type", |
"type", |
||
"date", |
"date", |
||
| − | "time" |
+ | "time", |
| + | "present", |
||
| + | "note" |
||
], |
], |
||
"format": "block" |
"format": "block" |
||
Revision as of 18:41, 28 May 2022
Einheitliche Info-Box für Protokoll
Info Box für Protokolle
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Art | type 1 | Es ist ein Protokoll von was?!?
| String | required |
| Datum | date 2 | An welchem Tag fand/findet "es" statt?
| Date | required |
| Uhrzeit | time 3 | Um wieviel Uhr?
| Date | optional |
| Anwesend | present | Wer war dabei - Oder an wen richtet sich das? | String | optional |
| Anmerkung | note | Sonstiges | String | optional |