Zeile 5: | Zeile 5: | ||
== Parameters == | == Parameters == | ||
− | + | <templatedata>{ | |
− | :Errortext | + | "description": "Prints a specified error message.", |
+ | "params": { | ||
+ | "1": { | ||
+ | "type": "line", | ||
+ | "label": "Error text", | ||
+ | "description": "Your text you want to be displayed as error.", | ||
+ | "suggested": true | ||
+ | } | ||
+ | } | ||
+ | }</templatedata> | ||
+ | <!-- see https://www.mediawiki.org/wiki/Extension:TemplateData#Format for more information about template data --> | ||
+ | |||
+ | == Usage == | ||
+ | <pre> | ||
+ | {{errortext | ||
+ | |Your Errortext | ||
+ | }} | ||
+ | </pre> | ||
== See also == | == See also == | ||
* {{tl|colors}} | * {{tl|colors}} | ||
− | <includeonly> | + | [[Category:Hilfewiki templates]]<includeonly> |
<!-- Categories go here --> | <!-- Categories go here --> | ||
− | [[Category: Text manipulation | + | [[Category: Text manipulation templates]] |
</includeonly> | </includeonly> |
Aktuelle Version vom 30. September 2016, 10:43 Uhr
This is a documentation subpage for Vorlage:Errortext. It contains usage information, categories and other content that is not part of the original vorlage page. |
Description[Quelltext bearbeiten]
Prints a specified error message.
Parameters[Quelltext bearbeiten]
Prints a specified error message.
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
Error text | 1 | Your text you want to be displayed as error. | Zeile | vorgeschlagen |
Usage[Quelltext bearbeiten]
{{errortext |Your Errortext }}
See also[Quelltext bearbeiten]
- {{colors}}