Änderungen

1.205 Bytes hinzugefügt ,  12:00, 17. Aug. 2017
keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1: −
<noinclude>Dies ist eine Semantische Vorlage</noinclude>
+
<!-- The following is part of the template -->
 
{| style="border: 1px solid; width:25em; float: right; font-size: 90%;"  
 
{| style="border: 1px solid; width:25em; float: right; font-size: 90%;"  
 
|-
 
|-
Zeile 46: Zeile 46:  
| [[serverOwner::{{{serverOwner}}}]]
 
| [[serverOwner::{{{serverOwner}}}]]
 
|}
 
|}
<!-- now some annotations that don't appear in the template -->
   
<includeonly> [[Kategorie:Server]]</includeonly>
 
<includeonly> [[Kategorie:Server]]</includeonly>
<noinclude> [[Kategorie:Vorlagen]] </noinclude>
+
<!--The following is NOT part of the template -->
 +
<noinclude>
 +
__NOTOC__
 +
== Beschreibung ==
 +
Diese Vorlage wird zur Verwaltung von Servern genutzt. Ein Server ist ein dedizierter oder vortualisierter Computer in einem Rechenzentrum. Server werden als Unterseiten von [[Administration/Server/Serverliste]] angelegt. Die Wikiseite eines Servers enthält alle Informationen, die ein Administrator im Wartungsfall benötigt um den Server zu administrieren.
 +
 
 +
== Kopiervorlage ==
 +
<pre>
 +
{{
 +
|hostname= <!-- The FQDN of the server -->
 +
|mainIpv4Address= <!-- Main IPv4-Address -->
 +
|mainIpv6Address= <!-- Main IPv6-Address -->
 +
|hoster= <!-- Name of the hosting provider -->
 +
|location= <!-- Location of the datacenter -->
 +
|serverRole= <!-- What does this server mainly do? KVM-Host/Application-Server/Supernode -->
 +
|serverType= <!-- Dedicated/VM -->
 +
|hostedOn= <!-- If serverType is "VM" then paste the Wikipage of the KVM-Host here -->
 +
|RAM= <!-- Size of RAM in MB -->
 +
|cpuCores= <!-- Number of CPU-Cores -->
 +
|diskSize= <!-- Disk-Size in GB -->
 +
|trafficIncluded= <!-- Traffic included in TB -->
 +
|serverOwner= <!-- Name of the Server-Owner -->
 +
}}
 +
</pre>
 +
 
 +
== Ersteller ==
 +
Diese Vorlage wurde von [[Benutzer:Floh1111|Floh1111]] erstellt.
 +
 
 +
== Bezüge ==
 +
Keine
 +
 
 +
== Verbreitung ==
 +
{{Vorlage:Vorlagennutzung}}
 +
 
 +
[[Kategorie:Vorlagen]]
 +
</noinclude>