Vorlage:Randnotiz: Unterschied zwischen den Versionen
K (Typauswahl überarbeitet / korrigiert) |
K (Überarbeite für Verwendung von Listen, etc.) |
||
Zeile 1: | Zeile 1: | ||
<onlyinclude> | <onlyinclude> | ||
<div id="Vorlage_Randnotiz"> | <div id="Vorlage_Randnotiz"> | ||
{| cellspacing="5" cellpadding="5" style="width:40%;font-size:100%; background-color:#{{#switch: {{{RNTyp}}} <!-- Hintergrundfarbe --> | {| cellspacing="5" cellpadding="5" style="width:40%;font-size:100%; background-color:#{{#switch: {{{RNTyp}}} <!-- Hintergrundfarbe | ||
| g | -->| g | Info = E0F8E0 <!-- | ||
| Info = E0F8E0 | -->| y | Warn = F2F5A9 <!-- | ||
| y | -->| r | Fehl = F6CEE3 <!-- | ||
| Warn = F2F5A9 | -->| #default = E0F8E0}};border:3px solid #{{#switch: <!-- | ||
| r | -->{{{RNTyp}}} <!-- Rahmenfarbe | ||
| Fehl = F6CEE3 | -->| g | Info = 008000 <!-- | ||
| #default = E0F8E0}};border:3px solid #{{#switch: | -->| y | Warn = 868A08 <!-- | ||
{{{RNTyp}}} <!-- Rahmenfarbe --> | -->| r | Fehl = FF0000 <!-- | ||
| g | -->| #default = 008000}}; position:relative; float:right; {{{style|{{{1|}}}}}}" | ||
| Info = 008000 | | [[Datei:{{#switch: <!-- | ||
| y | -->{{{RNTyp}}} <!-- Bild / Icon | ||
| Warn = 868A08 | -->| g | Info = Information icon.svg <!-- | ||
| r | -->| y | Warn = Emblem-question-yellow.svg <!-- | ||
| Fehl = FF0000 | -->| r | Fehl = Stop_hand.svg <!-- | ||
| #default = 008000}}; position:relative; float:right; {{{style|{{{1|}}}}}}" | -->| #default = Information icon.svg}}|20px]] <!-- | ||
| [[Datei:{{#switch: | --> {{{RNText}}} | ||
{{{RNTyp}}} <!-- Bild / Icon --> | |||
| g | |||
| Info = Information icon.svg | |||
| y | |||
| Warn = Emblem-question-yellow.svg | |||
| r | |||
| Fehl = Stop_hand.svg | |||
| #default = Information icon.svg}}|20px]] {{{ | |||
|} | |} | ||
</onlyinclude> | </onlyinclude> | ||
<!-- | |||
Dokumentation und Beispiele | |||
--> | |||
<noinclude> | <noinclude> | ||
== Dokumentation für diese Vorlage (Syntax) == | == Dokumentation für diese Vorlage (Syntax) == | ||
:<code><nowiki>{{Randnotiz|RNTyp=Info|Text text text ...}}</nowiki></code> | :<code><nowiki>{{Randnotiz|RNTyp=Info|RNText=Text text text ...}}</nowiki></code> | ||
Unterstützte Werte für RNTyp: | Unterstützte Werte für RNTyp: | ||
* Info (oder g): grüne Box mit Info-Icon | * Info (oder g): grüne Box mit Info-Icon | ||
Zeile 39: | Zeile 34: | ||
== Beispiele == | == Beispiele == | ||
{{Randnotiz|RNTyp=Fehl|Rote Box mit Warnschild | {{Randnotiz|RNTyp=Fehl|RNText=Rote Box mit Warnschild}} | ||
<pre style="width:50%;"><nowiki> | |||
{{Randnotiz|RNTyp=Fehl|RNText=Rote Box mit Warnschild}} | |||
</nowiki></pre> | |||
<br clear=all> | <br clear=all> | ||
{{Randnotiz|RNTyp=Warn|Gelbe | |||
<!-- Beispiel2: Gelb mit Liste --> | |||
{{Randnotiz|RNTyp=Warn|RNText=Gelbe ListenBox mit Fragezeichen | |||
* text | |||
# text | |||
und Aufzählungszeichen! | |||
}} | |||
<pre style="width:50%;"><nowiki> | |||
{{Randnotiz|RNTyp=y|RNText=Gelbe ListenBox mit Fragezeichen | |||
* text | |||
# text | |||
und Aufzählungszeichen! | |||
}} | |||
</nowiki></pre> | |||
<br clear=all> | <br clear=all> | ||
<!-- Beispiel3: Grün --> | |||
{{Randnotiz|RNTyp=Info|RNText=Grüne (Default) Box mit Info-Icon}} | |||
<pre style="width:50%;"><nowiki> | |||
{{Randnotiz|RNText=Grüne Box mit Info-Icon}} | |||
</nowiki></pre> | |||
[[Kategorie:Vorlage:]]</noinclude> | [[Kategorie:Vorlage:]]</noinclude> | ||
Version vom 27. März 2014, 09:14 Uhr
{{{RNText}}} |
Dokumentation für diese Vorlage (Syntax)
{{Randnotiz|RNTyp=Info|RNText=Text text text ...}}
Unterstützte Werte für RNTyp:
- Info (oder g): grüne Box mit Info-Icon
- Warn (oder y): gelbe Box mit Fragezeichen
- Fehl (oder r): rote Box mit Warnschild