imported>Oetterer |
|||
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
<!-- Categories go at the bottom of this page. --> | <!-- Categories go at the bottom of this page. --> | ||
== Description == | == Description == | ||
+ | {{lua|Module:Os|Module:Arguments|Modul:Infobox|Module:Navbox|Module:SmwUtil|Module:TableTools}} | ||
This templates adds an operation system to the wiki. It stores some semantic data and displays an infobox. | This templates adds an operation system to the wiki. It stores some semantic data and displays an infobox. | ||
Zeile 85: | Zeile 86: | ||
* {{tl|service portal}} | * {{tl|service portal}} | ||
− | <includeonly> | + | [[Kategorie:Hilfewiki templates]]<includeonly> |
<!-- Categories go here --> | <!-- Categories go here --> | ||
− | [[Kategorie:Infobox | + | [[Kategorie:Infobox templates]] |
</includeonly> | </includeonly> |
Aktuelle Version vom 1. März 2023, 12:04 Uhr
This is a documentation subpage for Vorlage:Os. It contains usage information, categories and other content that is not part of the original vorlage page. |
Description[Quelltext bearbeiten]
This template uses Lua: |
This templates adds an operation system to the wiki. It stores some semantic data and displays an infobox.
Parameters[Quelltext bearbeiten]
Ein Betriebssystem
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
Betriebssystemfamilie | family | Das Betriebssystem ist dieser Familie zugeordnet | Zeile | erforderlich |
Bild | image | Das Logo des Betriebssystems | Datei | vorgeschlagen |
Entwickler | developer | Der Entwickler der Betriebssystemsoftware | Zeile | vorgeschlagen |
Erscheinungsjahr | year | Das Jahr, in dem das Betriebssystem auf den Mark gekommen ist | Nummer | vorgeschlagen |
Vorgänger | predecessor | Das Vorgängerbetriebssystem | Seite | vorgeschlagen |
Nachfolger | successor | Das Nachfolgerbetriebssystem | Seite | vorgeschlagen |
Usage[Quelltext bearbeiten]
{{os | family = <name of family> | image = <name of image file> | developer = <name of developer/publisher> | year = <year of release> | predecessor = <predecessor:Pagename> | successor = <successor:Pagename> }} {{stub}} {{draft}}
Variables[Quelltext bearbeiten]
The templates sets these variables to the described values:
- age
- calculated age of os in years
- NOTE: month and day of release will not be taken into account, when calculating age
- error_family
- If plausibility test of parameter family results in an error, this stores the resulting errormessage
- family
- holds os family ofter plausibility test
- image
- wikilink to os logo image
- osfamily_valid_values
- array
- possible/valid values for parameter {{{family}}}, no lower case conversion
- osname
- mangled name of os (in case of iOS, first letter is lower case)
See also[Quelltext bearbeiten]
- {{article}}
- {{os family}}
- {{service portal}}