Template:Protokoll: Difference between revisions

From dezentrale wiki
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
 
!Art
 
|{{{1|{{{type|}}}}}}
 
!Datum
 
!Datum
|{{{1|{{{date|}}}}}}
+
|{{{2|{{{date|}}}}}}
  +
!Uhrzeit
  +
|{{{3|{{{time|}}}}}}
 
|-
 
|-
!Art
 
|{{{2|{{{type|}}}}}}
 
 
|}
 
|}
   
 
[[Category:Protokoll]]
 
[[Category:Protokoll]]
{{#if: {{{2|{{{type|}}}}}}|[[Category:Protokoll/{{{2|{{{type|}}}}}}]]|}}
+
{{#if: {{{1|{{{type|}}}}}}|[[Category:Protokoll/{{{1|{{{type|}}}}}}]]|}}
 
</includeonly>
 
</includeonly>
 
<noinclude>
 
<noinclude>
Line 19: Line 21:
 
{
 
{
 
"params": {
 
"params": {
"date": {
 
"label": "Datum",
 
"description": "Wann fand/findet \"es\" statt?",
 
"type": "date",
 
"required": true
 
},
 
 
"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
 
},
 
"date": {
 
"label": "Datum",
 
"description": "An welchem Tag fand/findet \"es\" statt?",
 
"type": "date",
 
"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",
"type"
+
"time"
 
],
 
],
 
"format": "block"
 
"format": "block"

Revision as of 18:36, 28 May 2022


Einheitliche Info-Box für Protokoll

Info Box für Protokolle

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Arttype

Es ist ein Protokoll von was?!?

Default
Plenum
Stringrequired
Datumdate

An welchem Tag fand/findet "es" statt?

Daterequired
Uhrzeittime

Um wieviel Uhr?

Dateoptional