Difference between revisions of "Template:Infobox Server"
From Guifi - Media-pool Common Repository
| (15 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | <noinclude> | ||
| + | This is the 'Infobox Server' template. | ||
| + | It should be called in the following format: | ||
| + | <pre> | ||
| + | {{Infobox Server | ||
| + | |Internet IP= | ||
| + | ... | ||
| + | }} | ||
| + | </pre> | ||
| + | Edit the page to see the template text. | ||
| + | </noinclude> | ||
| {| class="InfoDerecha" style="border:solid thin #aaa; width: 22em; text-align: left; background-color:#f9f9f9; color: black; padding: .2em; font-size: 95%;" | {| class="InfoDerecha" style="border:solid thin #aaa; width: 22em; text-align: left; background-color:#f9f9f9; color: black; padding: .2em; font-size: 95%;" | ||
| |- | |- | ||
| Line 6: | Line 17: | ||
| |- | |- | ||
| ! style="vertical-align:top; font-size: 90%;" | Complete name(s): | ! style="vertical-align:top; font-size: 90%;" | Complete name(s): | ||
| − | | style="font-size: 90%;" | {{{ | + | | style="font-size: 90%;" | {{#arraymap:{{{Domain name|}}}|,|x|[[Domain name::x]]}} | 
| |- | |- | ||
| ! style="vertical-align:top; font-size: 90%;" | Guifi IP(s): | ! style="vertical-align:top; font-size: 90%;" | Guifi IP(s): | ||
| − | | style="font-size: 90%;" | {{{ | + | | style="font-size: 90%;" | {{#arraymap:{{{Guifi IP|}}}|,|x|[[Guifi IP::x]]}} | 
| |- | |- | ||
| − | ! style="vertical-align:top; font-size: 90%;" |  | + | ! style="vertical-align:top; font-size: 90%;" | Status: | 
| − | | style="font-size: 90%;" | {{{ | + | | style="font-size: 90%;" | {{#arraymap:{{{Status|}}}|,|x|[[Status::x]]}} | 
| |- | |- | ||
| − | ! style="vertical-align:top; font-size: 90%;" |  | + | ! style="vertical-align:top; font-size: 90%;" | Internet IP(s) v4: | 
| + | | style="font-size: 90%;" | {{#arraymap:{{{Internet IP|}}}|,|x|[[Internet IP::x]]}} | ||
| + | |- | ||
| + | ! style="vertical-align:top; font-size: 90%;" | Internet IP(s) v6: | ||
| + | | style="font-size: 90%;" | {{#arraymap:{{{Internet IPv6|}}}|,|x|[[Internet IPv6::x]]}} | ||
| + | |- | ||
| + | ! style="vertical-align:top; font-size: 90%;" | Local_IP: | ||
| | style="font-size: 90%;" | {{{Local_IP|{{{Local_IP|No Local IP}}}}}} | | style="font-size: 90%;" | {{{Local_IP|{{{Local_IP|No Local IP}}}}}} | ||
| |- | |- | ||
| Line 22: | Line 39: | ||
| ! style="vertical-align:top; font-size: 90%;" | Location: | ! style="vertical-align:top; font-size: 90%;" | Location: | ||
| | style="font-size: 90%;" | {{{Location|{{{Location|No Public}}}}}} | | style="font-size: 90%;" | {{{Location|{{{Location|No Public}}}}}} | ||
| + | |- | ||
| + | ! style="vertical-align:top; font-size: 90%;" | SSH Port: | ||
| + | | style="font-size: 90%;" | {{{SSH Port|{{{Port|22}}}}}} | ||
| |- | |- | ||
| ! style="vertical-align:top; font-size: 90%;" | Bandwidth(s): | ! style="vertical-align:top; font-size: 90%;" | Bandwidth(s): | ||
| − | | style="font-size: 90%;" | {{{Bandwidth|}}} | + | | style="font-size: 90%;" | {{{Bandwidth(s)|}}} | 
| |- | |- | ||
| ! style="vertical-align:top; font-size: 90%;" | Up from: | ! style="vertical-align:top; font-size: 90%;" | Up from: | ||
| − | | style="font-size: 90%;" | {{{ | + | | style="font-size: 90%;" | {{{Up from|{{{Up from|Unknow date}}}}}} | 
| |- | |- | ||
| ! style="vertical-align:top; font-size: 90%;" | Donation: | ! style="vertical-align:top; font-size: 90%;" | Donation: | ||
| Line 39: | Line 59: | ||
| |- | |- | ||
| ! style="vertical-align:top; font-size: 90%; background-color:#ffffff;" | RAM: | ! style="vertical-align:top; font-size: 90%; background-color:#ffffff;" | RAM: | ||
| − | | style="font-size: 90%; background-color:#ffffff;" | {{{RAM|}}} | + | | style="font-size: 90%; background-color:#ffffff;" | {{#arraymap:{{{RAM|}}}|,|x|[[RAM::x]]}} | 
| |- | |- | ||
| ! style="vertical-align:top; font-size: 90%; background-color:#ffffff;" | HD(s):   | ! style="vertical-align:top; font-size: 90%; background-color:#ffffff;" | HD(s):   | ||
| − | | style="font-size: 90%; background-color:#ffffff;" | {{{HD|}}} | + | | style="font-size: 90%; background-color:#ffffff;" | {{{HD(s)|}}} | 
| |- | |- | ||
| ! style="vertical-align:top; font-size: 90%;" | Task(s):   | ! style="vertical-align:top; font-size: 90%;" | Task(s):   | ||
| − | | style="font-size: 90%;" | {{ | + | | style="font-size: 90%;" | {{#arraymap:{{{Task|}}}|,|x|[[Task::x]]}} | 
| |- | |- | ||
| ! style="vertical-align:top; font-size: 90%;" | Virtual Servers:   | ! style="vertical-align:top; font-size: 90%;" | Virtual Servers:   | ||
| − | | style="font-size: 90%;" | {{ | + | | style="font-size: 90%;" | {{#arraymap:{{{Virtual Servers|}}}|,|x|[[Virtual Servers::x]]}} | 
| |- | |- | ||
| ! style="vertical-align:top; font-size: 90%; background-color:#ffffff;" | Kernel:   | ! style="vertical-align:top; font-size: 90%; background-color:#ffffff;" | Kernel:   | ||
Latest revision as of 18:58, 23 November 2013
This is the 'Infobox Server' template. It should be called in the following format:
{{Infobox Server
|Internet IP=
...
}}
Edit the page to see the template text.
| Infobox Server | |
|---|---|
| Infobox Server, {{{Description}}} | |
| Complete name(s): | |
| Guifi IP(s): | |
| Status: | |
| Internet IP(s) v4: | |
| Internet IP(s) v6: | |
| Local_IP: | No Local IP | 
| Router(s): | Unknow | 
| Location: | No Public | 
| SSH Port: | 22 | 
| Bandwidth(s): | |
| Up from: | Unknow date | 
| Donation: | {{{Donation}}} | 
| Administration: | Default admins | 
| CPU: | |
| RAM: | |
| HD(s): | |
| Task(s): | |
| Virtual Servers: | |
| Kernel: | Linux | 
| OS: | Debian GNU/Linux | 
| MAC(s): | |
| Comment(s): | |


