Vorlage:Infobox/Inline: Unterschied zwischen den Versionen

Aus OMSI-Tools
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 34: Zeile 34:
"type": "content",
"type": "content",
"required": true
"required": true
},
"REDGLOW": {
"label": "Redglow",
"description": "Adds a red blur effect to the border.",
"type": "boolean",
"default": "false"
}
}
},
},
"description": "International template - Displays an information or warning message.",
"description": "International template - Displays an information or warning message.",
"format": "block"
"format": "block",
"paramOrder": [
"ICON",
"MESSAGE",
"REDGLOW"
]
}
}
</templatedata>
</templatedata>
Zeile 44: Zeile 55:
  |ICON=
  |ICON=
  |MESSAGE=
  |MESSAGE=
|REDGLOW=
}}</nowiki>
}}</nowiki>
</noinclude>
</noinclude>

Version vom 5. August 2023, 01:38 Uhr

{{{MESSAGE}}}

International template - Displays an information or warning message.

[Vorlagendaten bearbeiten]

Vorlagenparameter

Diese Vorlage bevorzugt Blockformatierung von Parametern.

ParameterBeschreibungTypStatus
IconICON

Specify icon - possible values: <code>info</code> | <code>warning</code

Zeileerforderlich
MessageMESSAGE

Message which will be shown

Inhalterforderlich
RedglowREDGLOW

Adds a red blur effect to the border.

Standard
false
Booleschoptional

Template source code:

{{Infobox/Inline
 |ICON=
 |MESSAGE=
 |REDGLOW=
}}