Vorlage:Message Box Templates: Unterschied zwischen den Versionen

CamNet - das Wiki
Keine Bearbeitungszusammenfassung
 
imported>Oetterer
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
{{#ifeq:{{{nointro|0}}} |1 ||Here is an overview of the available [[:Category:Message box templates|Message Box Templates]] and their uses: }}
{{#ifeq:{{{nointro|0}}} |1 ||Here is an overview of the available [[:Category:Message box templates|Message Box Templates]] and their uses: }}
{{#arraydefine:mbts|Deprecated#articles that are outdated and are not maintained anymore.<!-- Deprecated template:
{{#invoke:Message Box Templates|main}}<noinclude>
-->~Deprecated template#outdated/deprecated templates and pages, that use these templates. ''(used by template programmers)''<!-- Draft:
-->~Draft#articles/sections currectly in development or in revision<!-- Faulty:
-->~Faulty#articles/sections that are erroneous, faulty, or otherwise dangerous.<!-- Stub:
-->~Stub#articles that needs expanding.<!-- Template warning:
-->~Template warning#the error feedback from templates. ''(used by template programmers)''<!-- Untested:
-->~Untested#articles that lack validation and positive user feedback.<!-- Warning:
-->~Warning#Warning text.<!--
 
    add new message box templates like this:
'~<temaplatename>#description' -->|~|sort=asc}}{{#switch:{{{type|list}}}
| dl      = {{#vardefine:prefix|<dl>}}{{#vardefine:lineprefix|<dt>}}{{#vardefine:delimiter|<br /><nowiki> </nowiki><dd>}}{{#vardefine:suffix|</dl>}}
| list
| #default = {{#vardefine:prefix|<ul>}}{{#vardefine:lineprefix|<li><!--Please use<nowiki> </nowiki>-->}}{{#vardefine:delimiter|<nowiki> </nowiki>to mark<nowiki> </nowiki>}}{{#vardefine:suffix|</ul>}}
}}{{#var:prefix|}}{{#arrayprint:mbts | |@@@@ |{{#var:lineprefix|}}{{tl|{{#explode:@@@@ |# |0 }}}}{{#var:delimiter|}}{{#explode:@@@@ |# |1 }} <br /> <nowiki> </nowiki>}}{{#var:suffix|}}<noinclude>
{{documentation}}
{{documentation}}


<!-- Add categories to the /doc subpage, not here! -->
<!-- Add categories to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Aktuelle Version vom 22. Oktober 2023, 22:57 Uhr

Here is an overview of the available Message Box Templates and their uses:

  • {{Deprecated}} to mask articles that are outdated and are not maintained anymore.
  • {{Deprecated template}} to mask outdated/deprecated templates and pages, that use these templates. (used by template programmers)
  • {{Draft}} to mask articles/sections currectly in development or in revision.
  • {{Faulty}} to mask articles/sections that are erroneous, faulty, or otherwise dangerous.
  • {{Stub}} to mask articles that needs expanding.
  • {{Template warning}} to mask the error feedback from templates. (used by template programmers)
  • {{Untested}} to mask articles that lack validation and positive user feedback.
  • {{Warning}} to mask Warning text.
Documentation icon Template documentation

Description

Outputs a list of existing Messagebox templates and their uses.

Optional Parameters

nointro
If set to 1 omits the introductory text
type
specifies the output format. default is list.

Examples

{{Message Box Templates|type=dl}}

Here is an overview of the available Message Box Templates and their uses:

{{Deprecated}}
articles that are outdated and are not maintained anymore.
{{Deprecated template}}
outdated/deprecated templates and pages, that use these templates. (used by template programmers)
{{Draft}}
articles/sections currectly in development or in revision.
{{Faulty}}
articles/sections that are erroneous, faulty, or otherwise dangerous.
{{Stub}}
articles that needs expanding.
{{Template warning}}
the error feedback from templates. (used by template programmers)
{{Untested}}
articles that lack validation and positive user feedback.
{{Warning}}
Warning text.