Vorlage:Display message: 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
 
Zeile 1: Zeile 1:
<!-- Start your template code here. for tipps and tools for template development, please refer to our help-section --><h2>{{#if:{{{page|{{{4|}}}}}}|<div style="float:right;margin-right:10px;" class="plainlink">[{{fullurl:{{{page|{{{4|}}}}}}|action=formedit}} {{resize|75%|2=<span class="glyphicon glyphicon-pencil" title="Bearbeiten"></span>}}]</div>}}
<!-- Start your template code here. for tipps and tools for template development, please refer to our help-section --><h2>{{#if:{{{page|{{{4|}}}}}}|<div style="float:right;margin-right:10px;" class="plainlink">[{{fullurl:{{{page|{{{4|}}}}}}|action=formedit}} {{resize|75%|2=<span class="glyphicon glyphicon-pencil" title="Bearbeiten"></span>}}]</div>}}
{{yesno|{{{archived|{{{3|no}}}}}}|yes={{resize|75%|2=<span class="glyphicon glyphicon-folder-open" title="Archiviert"></span>}}<nowiki> </nowiki>|no=}}{{{title|{{{1|Nachrichtentitel fehlt!}}}}}} </h2>
{{yesno|{{{archived|{{{3|no}}}}}}|yes={{resize|75%|2=<span class="glyphicon glyphicon-folder-open" title="Archiviert"></span>&nbsp;}}|no=}}{{{title|{{{1|Nachrichtentitel fehlt!}}}}}} </h2>
{{{body|{{{2|Nachrichtentext fehlt}}}}}}
{{{body|{{{2|Nachrichtentext fehlt}}}}}}
<!--Last line of your template code--><noinclude>
<!--Last line of your template code--><noinclude>

Aktuelle Version vom 3. Dezember 2017, 18:52 Uhr

Nachrichtentitel fehlt!

Nachrichtentext fehlt

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

Description

This template takes a message - to be more precise a title and a message body - and displays it. Normally used in a query.

Parameters

Display of one message

Vorlagenparameter

ParameterBeschreibungTypStatus
Nachrichtentiteltitle 1

Title of the Message

Einzeiliger Texterforderlich
Nachrichtentextbody 2

The messagtext to be displayed belof the title.

Mehrzeiliger Texterforderlich
Archiviert?archived 3

Bool value to indicate, whether this message was archived. Archived messages get an indicator icon set before their title.

Wahrheitswertoptional
Seitepage 4

Page containing the message. When present, an edit button will be placed right of the title.

Seitennameoptional

Usage

{{display message
|title=
|body=
|archived=
|page=
}}