Template:Protokoll: Difference between revisions

From dezentrale wiki
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:Protokolle|Protokolle]]
+
Einheitliche Info-Box für [[:Category:Protokoll|Protokoll]]
  +
</noinclude>
 
  +
[[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"
  +
}
 
</templatedata></noinclude>

Revision as of 19:22, 28 May 2022


Einheitliche Info-Box für Protokoll

Info Box für Protokolle

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Datumdate

Wann fand/findet "es" statt?

Daterequired
Arttype

Es ist ein Protokoll von...?!?

Default
Plenum
Stringrequired