Vorlage:Infobox/Inline: Unterschied zwischen den Versionen

Aus OMSI-Tools
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 16: Zeile 16:
|-
|-
| {{Infobox/Inline | ICON = warning | MESSAGE = warning }} || || {{Infobox/Inline | ICON = warning | MESSAGE = warning & yellow glow | GLOWCOLOR = yellow }}
| {{Infobox/Inline | ICON = warning | MESSAGE = warning }} || || {{Infobox/Inline | ICON = warning | MESSAGE = warning & yellow glow | GLOWCOLOR = yellow }}
|-
| || ||
|-
| {{Infobox/Inline | ICON = maintenance | MESSAGE = maintenance }} || || {{Infobox/Inline | ICON = maintenance | MESSAGE = maintenance & red glow | GLOWCOLOR = red }}
|}
|}


<hr/>
<hr/>
[[Kategorie:Infoboxen{{#translation:}}]]
[[Kategorie:Alle Vorlagen{{#translation:}}]]
<templatedata>
<templatedata>
{
{
Zeile 27: Zeile 28:
"ICON": {
"ICON": {
"label": "Icon",
"label": "Icon",
"description": "Legt das Icon fest (<code>info</code> | <code>warning</code> | <code>maintenance</code>)",
"description": "Legt das Icon fest",
"type": "line",
"type": "line",
"required": true,
"required": true,
"autovalue": "info",
"autovalue": "",
"suggested": true
"suggested": true,
"suggestedvalues": [
"info",
"warning",
"maintenance"
]
},
},
"MESSAGE": {
"MESSAGE": {
Zeile 43: Zeile 49:
"label": "Leuchtfarbe",
"label": "Leuchtfarbe",
"description": "Fügt einen Leuchteffekt in der angegebenen Farbe hinzu (alle CSS-Farbnamen möglich)",
"description": "Fügt einen Leuchteffekt in der angegebenen Farbe hinzu (alle CSS-Farbnamen möglich)",
"type": "line"
"type": "line",
"suggested": true
}
}
},
},

Aktuelle Version vom 7. August 2023, 16:55 Uhr

Vorschau

info

info & blue glow

warning

warning & yellow glow

maintenance

maintenance & red glow

Zeigt eine Information oder Warnung an

[Vorlagendaten bearbeiten]

Vorlagenparameter

Diese Vorlage bevorzugt Inline-Formatierung von Parametern.

ParameterBeschreibungTypStatus
IconICON

Legt das Icon fest

Vorgeschlagene Werte
info warning maintenance
Autowert
Zeileerforderlich
NachrichtMESSAGE

Anzuzeigende Nachricht

Inhalterforderlich
LeuchtfarbeGLOWCOLOR

Fügt einen Leuchteffekt in der angegebenen Farbe hinzu (alle CSS-Farbnamen möglich)

Zeilevorgeschlagen

Template source code:

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