Template:Hinweis: Difference between revisions
imported>Maximilian.schons@uk-koeln.de No edit summary |
imported>Maximilian.schons@uk-koeln.de No edit summary |
||
| Line 2: | Line 2: | ||
<div class="infobox notification-{{{boxtype}}}"> | <div class="infobox notification-{{{boxtype}}}"> | ||
<span class="boxlabel"> | <span class="boxlabel"> | ||
{{ | {{{boxlabel}}} | ||
}} | |||
</span>{{{text}}} | </span>{{{text}}} | ||
</div> | </div> | ||
Revision as of 05:39, 9 June 2021
{{{boxlabel}}} {{{text}}}
<templatedata>
{
"params": {
"boxtype": {
"description": "Possible values: note, tip, warning,example, important, backgroundbox",
"example": "note",
"type": "string",
"default": "note",
"required": true
},
"text": {}
},
"description": "To add standard info boxes such as notes or warnings to a page"
}
</templatedata>