Vorlage:Note: Unterschied zwischen den Versionen

This is [[MediaWiki:Tagline]]. Set to <code>display:none</code> by chameleon skin.
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<!-- Start your template code here. for tipps and tools for template development, please refer to our help-section --><includeonly>{{#ifeq:{{NAMESPACE}}|Mitteilung|<!-- start with the error handling -->{{#if:{{{title|}}}||{{#vardefine:error|1}}<div class="alert alert-danger" role="alert"><strong>Achtung:</strong> Titel der Mitteilung fehlt!</div>}}{{#if:{{{description|}}}||{{#vardefine:error|1}}<div class="alert alert-danger" role="alert"><strong>Achtung:</strong> Mitteilungstext fehlt!</div>}}{{#if:{{#var:error}}|Hilfe zum Umgang mit dieser Vorlage finden Sie auf der Seite [[tl|Note]].|{{#set:has title={{{title}}}|has description={{{description}}}|has been archived={{{archive|no}}}}}
<!-- Start your template code here. for tipps and tools for template development, please refer to our help-section --><includeonly>{{#ifeq:{{NAMESPACE}}|Mitteilung|<!-- start with the error handling -->{{#if:{{{title|}}}||{{#vardefine:error|1}}<div class="alert alert-danger" role="alert"><strong>Achtung:</strong> Titel der Mitteilung fehlt!</div>}}{{#if:{{{description|}}}||{{#vardefine:error|1}}<div class="alert alert-danger" role="alert"><strong>Achtung:</strong> Mitteilungstext fehlt!</div>}}{{#if:{{#var:error}}|Hilfe zum Umgang mit dieser Vorlage finden Sie auf der Seite [[tl|Note]].|{{DISPLAYTITLE:{{{title}}}}}{{DEFAULTSORT:{{{title}}}}}{{#set:has title={{{title}}}|has description={{{description}}}|has been archived={{{archive|no}}}}}
<div class="panel panel-success">
<div class="panel panel-success">
   <div class="panel-heading">
   <div class="panel-heading">
Zeile 6: Zeile 6:
   <div class="panel-body">{{{description}}}</div>
   <div class="panel-body">{{{description}}}</div>
</div>
</div>
[[Category:Mitteilungen]]
<!-- end of {{#if:{{#var:error}}| .. else .. -->}}{{template other||[[Category:Mitteilungen]]}}|
<!-- end of {{#if:{{#var:error}}| .. else .. -->}}|
{{Ambox|type=speedy|imagealt=Diese Vorlage darf nur im Namensraum ''Mitteilung'' verwendet werden!|link= ]]|text=Diese Vorlage darf nur im Namensraum ''Mitteilung'' verwendet werden!}}{{template other||[[Kategorie:Erroneous]]}}
{{Ambox|type=speedy|imagealt=Diese Vorlage darf nur im Namensraum ''Mitteilung'' verwendet werden!|link= ]]|text=Diese Vorlage darf nur im Namensraum ''Mitteilung'' verwendet werden!}}{{template other||[[Kategorie:Erroneous]]}}
}}
}}

Aktuelle Version vom 17. November 2017, 14:44 Uhr

Documentation icon Template documentation[view] [edit] [history] [purge]

Description

This templates generates and maintaines a note.

A note is a simple message with a title and and a textbody. It is displayed on a news page and a in the archive.

A note wil be added to Category:Mitteilungen.

{{#vardefine:ambox_color|info}}

   {{#vardefine:ambox_image|Information icon4.svg}}{{#vardefine:ambox_imageSize|40x40px}}{{#vardefine:ambox_image|[[File:{{#var:ambox_image|Mbox notice.png}}|{{#var:ambox_imageSize|40x40px}}|alt=|link=]]}}{{#vardefine:ambox_content|{| class="metadata plainlinks"

|-

| class="mbox-image" |
{{#var:ambox_image}}

| class="mbox-text" |This template can only be used in namespace Mitteilung |}

}}

Parameters

Mitteilung

Vorlagenparameter

ParameterBeschreibungTypStatus
Titeltitle

Der Titel der Mitteilung

Einzeiliger Texterforderlich
Mitteilungstextdescription

Der eigentliche Mitteilungstext

Mehrzeiliger Texterforderlich
Archiviert?archive

Soll diese Mitteilung von der Aktuelles-Seite entfernt werden?

Standard
No
Wahrheitswertvorgeschlagen

Usage

{{note
|title=
|description=
|archive=
}}