Template:Protokoll: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly> </includeonly> <noinclude> Einheitliche Info-Box für Protokolle </noinclude>") |
mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly> |
<includeonly> |
||
+ | {| class="wikitable" style="float: right; margin-left: 1em;" |
||
+ | |+ Protokoll |
||
+ | !Datum |
||
+ | |{{{1|{{{date|}}}}}} |
||
+ | |- |
||
+ | !Art |
||
+ | |{{{2|{{{type|}}}}}} |
||
+ | |} |
||
+ | [[Category:Protokoll]] |
||
+ | {{#if: {{{2|{{{type|}}}}}}|[[Category:Protokoll-{{{2|{{{type|}}}}}}]]|}} |
||
</includeonly> |
</includeonly> |
||
<noinclude> |
<noinclude> |
||
− | Einheitliche Info-Box für [[:Category: |
+ | Einheitliche Info-Box für [[:Category:Protokoll|Protokoll]] |
+ | |||
⚫ | |||
+ | [[Category:Templates]] |
||
+ | <templatedata> |
||
+ | { |
||
+ | "params": { |
||
+ | "date": { |
||
+ | "label": "Datum", |
||
+ | "description": "Wann fand/findet \"es\" statt?", |
||
+ | "type": "date", |
||
+ | "required": true |
||
+ | }, |
||
+ | "type": { |
||
+ | "label": "Art", |
||
+ | "description": "Es ist ein Protokoll von...?!?", |
||
+ | "type": "string", |
||
+ | "default": "Plenum", |
||
+ | "required": true |
||
+ | } |
||
+ | }, |
||
+ | "description": "Info Box für Protokolle", |
||
+ | "paramOrder": [ |
||
+ | "date", |
||
+ | "type" |
||
+ | ], |
||
+ | "format": "block" |
||
+ | } |
||
⚫ |
Revision as of 18:22, 28 May 2022
Einheitliche Info-Box für Protokoll
Info Box für Protokolle
Parameter | Description | Type | Status | |
---|---|---|---|---|
Datum | date | Wann fand/findet "es" statt? | Date | required |
Art | type | Es ist ein Protokoll von...?!?
| String | required |