Vorlage:Information: Unterschied zwischen den Versionen
(Die Seite wurde neu angelegt: „{| cellspacing="0" cellpadding="0" style="width:100%;font-size:100%;border:solid 2px #0000FF;clear:both;position:relative;" | style="width:32px;background:#E1E…“) |
|||
| Zeile 1: | Zeile 1: | ||
| + | <noinclude> | ||
| + | == Verwendung == | ||
| + | Diese Vorlage dient für eine Information, die besonders hervorgehoben werden soll. | ||
| + | |||
| + | == Beispiel == | ||
| + | {{Information|Dies ist eine Beispiel-Information.}} | ||
| + | Was dem folgenden Code entspricht:<br /> | ||
| + | <code><nowiki>{{Information|Dies ist eine Beispiel-Information.}}</nowiki></code> | ||
| + | </noinclude> | ||
| + | <includeonly> | ||
{| cellspacing="0" cellpadding="0" style="width:100%;font-size:100%;border:solid 2px #0000FF;clear:both;position:relative;" | {| cellspacing="0" cellpadding="0" style="width:100%;font-size:100%;border:solid 2px #0000FF;clear:both;position:relative;" | ||
| style="width:32px;background:#E1E1FF;padding:10px;" | [[FILE:Icon_Info.png|32px|alt=Information|Information]] | | style="width:32px;background:#E1E1FF;padding:10px;" | [[FILE:Icon_Info.png|32px|alt=Information|Information]] | ||
| style="padding:5px;" | <p>'''Information'''</p><p>{{{1}}}</p> | | style="padding:5px;" | <p>'''Information'''</p><p>{{{1}}}</p> | ||
|} | |} | ||
| + | </includeonly> | ||