Vorlage:WarnBox: Unterschied zwischen den Versionen

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
 
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
<div class='alert alert-error'>
<div class='alert alert-error'><div class='alert-heading'>''' {{{title}}} '''</div><div>{{{content}}}</div></div><noinclude><templatedata>{"params": {"title": {"description": "The title for this box"},"content": {"description": "The content of this box"}},"description": "A red box with a warning text."}</templatedata></noinclude>
  <div class='alert-heading'>''' {{{title}}} '''</div>
  <div>{{{content}}}</div>
  </div>
  <noinclude>
  <templatedata>
  {
  "params": {
  "title": {
  "description": "The title for this box"
  },
  "content": {
  "description": "The content of this box"
  }
  },
  "description": "A red box with a warning text."
  }
  </templatedata>
  </noinclude>

Aktuelle Version vom 15. März 2022, 15:27 Uhr

{{{title}}}
{{{content}}}

A red box with a warning text.

Vorlagenparameter

ParameterBeschreibungTypStatus
titletitle

The title for this box

Unbekanntoptional
contentcontent

The content of this box

Unbekanntoptional