Vorlage:Device: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „<includeonly>{{Infobox |name={{{name|}}} |subheading=Status: [[status::{{{status|unknown}}}]] |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)}} |Ort|{{#if:{{{location|}}}|[[location::{{{location}}}]]}} |Hostname|{{#if:{{{hostname|}}}|[[hostname::{{{hostname}}}]]}} |Owner|{{#if:{{{owner|}}}|owner::{{{owne…“)
 
Keine Bearbeitungszusammenfassung
(2 dazwischenliegende Versionen desselben Benutzers werden 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}}}]]}}
|Instanz von|[[instance of::{{{instance of|Hardware}}}]]
}}</includeonly><noinclude>
}}</includeonly><noinclude>
  <nowiki>
  <nowiki>
Usage:
Usage:
{{Device
{{Device
|location    =
|description = human readable description
|location    = /proc
|status      = experimental, beta, stable, obsolete, broken
|status      = experimental, beta, stable, obsolete, broken
|owner      =
|owner      =
|owner2      =
|owner2      =
|hostname    =
|hostname    =
|architecture=
|architecture= x86, amd64, arm64, risc-v
}}
|instance of = This should always be a subclass of [[Hardware]]
</nowiki>
}}</nowiki>
</noinclude>
</noinclude>

Version vom 18. März 2024, 04:19 Uhr

Usage:
{{Device
|description = human readable description
|location    = /proc
|status      = experimental, beta, stable, obsolete, broken
|owner       =
|owner2      =
|hostname    =
|architecture= x86, amd64, arm64, risc-v
|instance of = This should always be a subclass of [[Hardware]]
}}