Vorlage:Infobox/Inline: Unterschied zwischen den Versionen

Aus OMSI-Tools
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<noinclude><languages/></noinclude><includeonly>
<templatestyles src="Vorlage:Infobox/styles.css"/>
<templatestyles src="Vorlage:Infobox/styles.css"/>
{{#if:{{{GLOW|}}}|
{{#if:{{{GLOW|}}}|
<div class="infobox infobox-inline glow"><table><tr><td><p class="infobox-inline-icon">
<div class="infobox infobox-inline glow"><table><tr><td><p class="infobox-inline-icon">
Zeile 16: Zeile 16:
</p></td><td>{{{MESSAGE}}}</td></tr></table></div>
</p></td><td>{{{MESSAGE}}}</td></tr></table></div>
}}
}}
</includeonly><noinclude>
= Vorschau =
{| class="wikitable"
| {{Infobox/Inline | ICON = info | MESSAGE = info }} || {{Infobox/Inline | ICON = info | MESSAGE = info & glow | GLOW = true }}
|-
| {{Infobox/Inline | ICON = warning | MESSAGE = warning }} || {{Infobox/Inline | ICON = warning | MESSAGE = warning & glow | GLOW = true }}
|}
<hr/>


<noinclude>
[[Kategorie:Infoboxen{{#translation:}}]]
[[Kategorie:Infoboxen{{#translation:}}]]
[[Kategorie:Alle Vorlagen{{#translation:}}]]
[[Kategorie:Alle Vorlagen{{#translation:}}]]

Version vom 5. August 2023, 23:33 Uhr

Vorschau

info

info & glow

warning

warning & glow

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
GlowGLOW

Adds a blur effect to the border.

Standard
false
Booleschoptional

Template source code:

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