Vorlage:Infobox/Modul: Unterschied zwischen den Versionen

Aus OMSI-Tools
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
<templatestyles src="Vorlage:Infobox/styles.css"/>
<templatestyles src="Vorlage:Infobox/styles.css"/>
{{#switch: {{{STATUS}}}
{{#switch: {{{STATUS}}}
| development = <table class="infobox infobox-side infobox-side-border-blue"> <tr class="infobox-head-blue">
| development = <table class="infobox infobox-side border-blue"> <tr class="infobox-head-blue">
| stable = <table class="infobox infobox-side infobox-side-border-green"> <tr class="infobox-head-green">
| stable = <table class="infobox infobox-side border-green"> <tr class="infobox-head-green">
| removed = <table class="infobox infobox-side infobox-side-border-black"> <tr class="infobox-head-black">
| removed = <table class="infobox infobox-side border-black"> <tr class="infobox-head-black">
| inactive = <table class="infobox infobox-side infobox-side-border-grey"> <tr class="infobox-head-grey">
| inactive = <table class="infobox infobox-side border-grey"> <tr class="infobox-head-grey">
| <table class="infobox infobox-side infobox-side-border-grey"> <tr class="infobox-head-grey">}}
| <table class="infobox infobox-side infobox-side-border-grey"> <tr class="infobox-head-grey">}}
<td>[[Datei:IconModule.svg|30px|link=]]</td>
<td>[[Datei:IconModule.svg|30px|link=]]</td>

Version vom 5. August 2023, 22:59 Uhr

Sprachen:

~~EMPTY~~

Status Unbekannt
Klassenname ~~EMPTY~~
Eingeführt ~~EMPTY~~

Gives general information about a module

[Vorlagendaten bearbeiten]

Vorlagenparameter

Diese Vorlage bevorzugt Blockformatierung von Parametern.

ParameterBeschreibungTypStatus
Module nameMODULENAME

Module name - use the same name as the page name

Zeileerforderlich
ImageIMAGE

Preview image

Beispiel
File:Image
Unausgeglichener Wikitextvorgeschlagen
StatusSTATUS

Current status - possible values: <code>development</code> | <code>stable</code> | <code>removed</code> | <code>inactive</code>

Zeileerforderlich
Also known asALSOKNOWNAS

Alternate module name(s)

Zeilevorgeschlagen
Class nameCLASSNAME

Module class name

Zeileerforderlich
IntroducedINTRODUCED

Version in which the module will be / is / was introduced

Zeileerforderlich
Parent modulesPARENTMODULES

Module from which the module is available

Unausgeglichener Wikitextvorgeschlagen
Sub modulesSUBMODULES

Sub modules - please give one page link for a module per line (e.g. Special:MyLanguage/Create_a_font)

Unausgeglichener Wikitextvorgeschlagen
Further informationFURTHERINFORMATION

Further information about the topic (e.g. links to other wikis).

Unausgeglichener Wikitextvorgeschlagen

Template source code:

{{Infobox/Modul
 |MODULENAME=
 |STATUS=
 |CLASSNAME=
 |ALSOKNOWNAS=
 |PARENTMODULES=
 |SUBMODULES=
 |IMAGE=
 |INTRODUCED=
 |FURTHERINFORMATION=
}}