Vorlage:Device: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt)
Zeile 4: Zeile 4:
|image= {{{image|}}}
|image= {{{image|}}}
|color= {{#switch: {{lc: {{{status|unknown}}} }}|experimental=rgb(255,48,32)|beta=rgb(96,128,224)|stable=rgb(64,192,64)|obsolete=rgb(0,0,0)|broken=rgb(255,48,32)|rgb(154,154,154)}}
|color= {{#switch: {{lc: {{{status|unknown}}} }}|experimental=rgb(255,48,32)|beta=rgb(96,128,224)|stable=rgb(64,192,64)|obsolete=rgb(0,0,0)|broken=rgb(255,48,32)|rgb(154,154,154)}}
|Beschreibung|{{{description|}}}
|Ort|{{#if:{{{location|}}}|[[location::{{{location}}}]]}}
|Ort|{{#if:{{{location|}}}|[[location::{{{location}}}]]}}
|Hostname|{{#if:{{{hostname|}}}|[[hostname::{{{hostname}}}]]}}
|Hostname|{{#if:{{{hostname|}}}|[[hostname::{{{hostname}}}]]}}
Zeile 10: Zeile 11:
| |{{#if:{{{owner3|}}}|[[owner::{{{owner3}}}]]}}
| |{{#if:{{{owner3|}}}|[[owner::{{{owner3}}}]]}}
|Architecture|{{#if:{{{architecture|}}}|[[architecture::{{{architecture}}}]]}}
|Architecture|{{#if:{{{architecture|}}}|[[architecture::{{{architecture}}}]]}}
|CPU|{{#if:{{{cpu|}}}|[[cpu::{{{cpu}}}]]}}
|Memory|{{#if:{{{memory|}}}|[[memory::{{{memory}}}]]}}
|Max power consumption|{{#if:{{{max_power|}}}|[[max_power::{{{max_power}}}]]}}
|Instanz von|[[instance of::{{{instance of|Hardware}}}]]
|Instanz von|[[instance of::{{{instance of|Hardware}}}]]
}}</includeonly><noinclude>
}}</includeonly><noinclude>
Zeile 15: Zeile 19:
Usage:
Usage:
{{Device
{{Device
|description = human readable description
|location    = /proc
|location    = /proc
|status      = experimental, beta, stable, obsolete, broken
|status      = experimental, beta, stable, obsolete, broken
Zeile 21: Zeile 26:
|hostname    =
|hostname    =
|architecture= x86, amd64, arm64, risc-v
|architecture= x86, amd64, arm64, risc-v
|cpu        = Intel Core i5-6600k
|memory      = 32 GB
|max_power  = 400 W
|instance of = This should always be a subclass of [[Hardware]]
|instance of = This should always be a subclass of [[Hardware]]
}}</nowiki>
}}</nowiki>
</noinclude>
</noinclude>

Aktuelle Version vom 19. März 2024, 22:48 Uhr

Usage:
{{Device
|description = human readable description
|location    = /proc
|status      = experimental, beta, stable, obsolete, broken
|owner       =
|owner2      =
|hostname    =
|architecture= x86, amd64, arm64, risc-v
|cpu         = Intel Core i5-6600k
|memory      = 32 GB
|max_power   = 400 W
|instance of = This should always be a subclass of [[Hardware]]
}}