Template:Messagebox: Difference between revisions

From NodeSpace Wiki
Jump to navigation Jump to search
hw>Mlink-rodrigue
No edit summary
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
"required": true,
"required": true,
"label": {
"label": {
"de": "Text"
"de": "Text",
                "en": "Text"
}
}
},
},
Line 20: Line 21:
},
},
"type": "string",
"type": "string",
"default": {},
"default": "",
"required": true,
"required": true,
"label": {
"label": {

Latest revision as of 01:30, 14 August 2023


Kopiervorlage:

{{Messagebox|boxtype = |Note text =| bgcolor =}}

Infobox for notes, warnings, tips, etc.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
Type of boxboxtype

note, tip, warning, important, example, neutral

Default
Example
note, tip, warning, important, example, neutral
Stringrequired
Show iconicon

Shows icon before the label

Example
yes, no
Unknownsuggested
TextNote text

no description

Unknownrequired
Background colorbgcolor

Background color for neutral box in hex-format (#ececec)

Example
#ececec
Stringsuggested