Forskjell mellom versjoner av «Mal:Infobox server»

Fra Bitraf
Hopp til navigering Hopp til søk
Linje 20: Linje 20:
 
| data13  = {{#if:{{{ipv4_1|}}}|[[Has IPv4:: {{{ ipv4_1 }}} ]]}}
 
| data13  = {{#if:{{{ipv4_1|}}}|[[Has IPv4:: {{{ ipv4_1 }}} ]]}}
  
| label11 = {{#if:{{{ipv6|}}}|IPv6}}
+
| label14 = {{#if:{{{ipv6|}}}|IPv6}}
| data11 = {{#if:{{{ipv6|}}}|[[Has IPv6:: {{{ ipv6 }}} ]]}}
+
| data14 = {{#if:{{{ipv6|}}}|[[Has IPv6:: {{{ ipv6 }}} ]]}}
| label13 = {{#if:{{{ipv6_1|}}}|IPv6}}
+
| label15 = {{#if:{{{ipv6_1|}}}|IPv6}}
| data13 = {{#if:{{{ipv6_1|}}}|[[Has IPv6:: {{{ ipv6_1 }}} ]]}}
+
| data15 = {{#if:{{{ipv6_1|}}}|[[Has IPv6:: {{{ ipv6_1 }}} ]]}}
 +
 
 
| label19 = {{#if:{{{enable_dns|}}}|In DNS}}
 
| label19 = {{#if:{{{enable_dns|}}}|In DNS}}
 
| data19  = {{#if:{{{enable_dns|}}}|[[Has DNS entry:: {{{ enable_dns }}} ]]}}
 
| data19  = {{#if:{{{enable_dns|}}}|[[Has DNS entry:: {{{ enable_dns }}} ]]}}

Revisjonen fra 15. nov. 2018 kl. 23:05

To edit this documentation, go to Mal:Infobox server/doc.


Example usage:

{{Infobox server
| name = Marvin
| hostname = marvin.bitraf.no
| os = Debian Stretch
| hosted_by = Bite
| public_ipv4 = a.b.c.d
| ipv4 = a.b.c.d          # for internal IPs
| ipv6 = a:b:c:d:e:f:g:h
| enable_dns = yes
| service_1 = Windows network shares
| service_1_comment = implementert med [[SAMBA]]
| service_1_title = WINS (set an alternate text for the service_1 value)
| service_2 = S3
| service_2_comment = comment
}}