Vorlage:Display message: Unterschied zwischen den Versionen

This is [[MediaWiki:Tagline]]. Set to <code>display:none</code> by chameleon skin.
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „<!-- Start your template code here. for tipps and tools for template development, please refer to our help-section -->== {{{1}}} == {{{2}}} <!--Last line of yo…“)
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<!-- Start your template code here. for tipps and tools for template development, please refer to our help-section -->== {{{1}}} ==
<!-- Start your template code here. for tipps and tools for template development, please refer to our help-section -->== {{{title|{{{1|Nachrichtentitel fehlt!}}}}}} ==
{{{2}}}
{{{body|{{{2|Nachrichtentext fehlt}}}}}}
<!--Last line of your template code--><noinclude>
<!--Last line of your template code--><noinclude>
{{documentation}}
{{documentation}}
<!-- Add categories to the /doc subpage, not here! -->
<!-- Add categories to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Version vom 1. Dezember 2017, 19:35 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=
}}