Cookies help us deliver our services. By using our services, you agree to our use of cookies.
No categories assigned

Box Note

Revision as of 13:05, 9 September 2020 by Kirsch (talk | contribs)

<div class="infobox notification-{{{boxtype}}}">

<span class="boxlabel">

Hinweis:

</span>{{{Note text}}}
</div>


Hinweis: {{{Note text}}}

Kopiervorlage:
{{Box_Note|Note text =|bgcolor =}}

<templatedata>

{
 "params": {
   "Note text": {},
   "boxtype": {
     "description": "Mögliche Werte: note, tip, warning, important, example, backgroundbox",
     "example": "note",
     "type": "string",
     "default": "note",
     "required": true
   },
   "bgcolor": {
     "label": "bgcolor",
     "description": "Hintergrundfarbe der Box im Hex-format (z.B. #ececec)",
     "type": "string"
   }

}, "description": "Erstellt eine Infobox für Hinweise, Warnungen, Tipps, etc.", "paramOrder": [

 "boxtype",
 "Note text",
 "bgcolor"

] } </templatedata>